summary refs log tree commit diff
path: root/pkgs/servers
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2012-07-07 09:09:05 +0200
committerPeter Simons <simons@cryp.to>2012-07-07 09:09:05 +0200
commitb98782f339b620d72e753f2bf57917d8bff8eeab (patch)
tree58ac19516c16faa57c131bee9fbd8fe75ed945ea /pkgs/servers
parent32449b5ae6ac66a5bd0470ca81c80650620116fe (diff)
downloadnixlib-b98782f339b620d72e753f2bf57917d8bff8eeab.tar
nixlib-b98782f339b620d72e753f2bf57917d8bff8eeab.tar.gz
nixlib-b98782f339b620d72e753f2bf57917d8bff8eeab.tar.bz2
nixlib-b98782f339b620d72e753f2bf57917d8bff8eeab.tar.lz
nixlib-b98782f339b620d72e753f2bf57917d8bff8eeab.tar.xz
nixlib-b98782f339b620d72e753f2bf57917d8bff8eeab.tar.zst
nixlib-b98782f339b620d72e753f2bf57917d8bff8eeab.zip
apache-httpd-2.4: build MPMs as DSOs so that the desired one can be selected at run-time
Diffstat (limited to 'pkgs/servers')
-rw-r--r--pkgs/servers/http/apache-httpd/2.4.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/servers/http/apache-httpd/2.4.nix b/pkgs/servers/http/apache-httpd/2.4.nix
index 18db4ffeb759..c9161bf59093 100644
--- a/pkgs/servers/http/apache-httpd/2.4.nix
+++ b/pkgs/servers/http/apache-httpd/2.4.nix
@@ -37,6 +37,7 @@ stdenv.mkDerivation rec {
     --disable-maintainer-mode
     --disable-debugger-mode
     --enable-mods-shared=all
+    --enable-mpms-shared=all
     ${optionalString proxySupport "--enable-proxy"}
     ${optionalString sslSupport "--enable-ssl --with-ssl=${openssl}"}
     ${optionalString luaSupport "--enable-lua --with-lua=${lua5}"}