about summary refs log tree commit diff
path: root/pkgs/servers
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2013-12-29 12:52:48 +0100
committerPeter Simons <simons@cryp.to>2013-12-29 12:52:54 +0100
commitcdfd953ffa284afe896bc78fcac43527b9977706 (patch)
treecff4a58f897432aa33ebd7a0d56b4082cfad4f16 /pkgs/servers
parentac692ddb5024d05636315e59086381cd0a0e44d6 (diff)
downloadnixlib-cdfd953ffa284afe896bc78fcac43527b9977706.tar
nixlib-cdfd953ffa284afe896bc78fcac43527b9977706.tar.gz
nixlib-cdfd953ffa284afe896bc78fcac43527b9977706.tar.bz2
nixlib-cdfd953ffa284afe896bc78fcac43527b9977706.tar.lz
nixlib-cdfd953ffa284afe896bc78fcac43527b9977706.tar.xz
nixlib-cdfd953ffa284afe896bc78fcac43527b9977706.tar.zst
nixlib-cdfd953ffa284afe896bc78fcac43527b9977706.zip
apache-httpd-2.4: enable building the 'event'-based mpm worker
Adding "LoadModule mpm_event_module modules/mod_mpm_event.so" to httpd.conf
enables that worker instead of the default choice.
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 2bbe9798de46..c6d0b3ad73b0 100644
--- a/pkgs/servers/http/apache-httpd/2.4.nix
+++ b/pkgs/servers/http/apache-httpd/2.4.nix
@@ -36,6 +36,7 @@ stdenv.mkDerivation rec {
     --with-pcre=${pcre}
     --disable-maintainer-mode
     --disable-debugger-mode
+    --enable-mpm=event
     --enable-mods-shared=all
     --enable-mpms-shared=all
     --enable-cern-meta