mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
apache-httpd/2.4: Add modules for NixOS service.
The NixOS service module loads those modules by default. So we need to build them here as well. I'm not really sure why these modules are included by default, because (except from maybe CGI) they obviously are only usable in very rare cases. Am I wrong? Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
parent
2f3dcb9dd2
commit
0b592ce677
@ -38,6 +38,9 @@ stdenv.mkDerivation rec {
|
||||
--disable-debugger-mode
|
||||
--enable-mods-shared=all
|
||||
--enable-mpms-shared=all
|
||||
--enable-cern-meta
|
||||
--enable-imagemap
|
||||
--enable-cgi
|
||||
${optionalString proxySupport "--enable-proxy"}
|
||||
${optionalString sslSupport "--enable-ssl --with-ssl=${openssl}"}
|
||||
${optionalString luaSupport "--enable-lua --with-lua=${lua5}"}
|
||||
|
Loading…
Reference in New Issue
Block a user