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:
Peter Simons 2013-12-29 12:52:48 +01:00
parent ac692ddb50
commit cdfd953ffa

View file

@ -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