mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 17:23:34 +00:00
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.
This commit is contained in:
parent
18ad5c3d74
commit
0c3d910cd0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user