1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01: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:
aszlig 2012-10-17 15:42:08 +02:00
parent 2f3dcb9dd2
commit 0b592ce677
No known key found for this signature in database
GPG key ID: D0EBD0EC8C2DC961

View file

@ -38,6 +38,9 @@ stdenv.mkDerivation rec {
--disable-debugger-mode --disable-debugger-mode
--enable-mods-shared=all --enable-mods-shared=all
--enable-mpms-shared=all --enable-mpms-shared=all
--enable-cern-meta
--enable-imagemap
--enable-cgi
${optionalString proxySupport "--enable-proxy"} ${optionalString proxySupport "--enable-proxy"}
${optionalString sslSupport "--enable-ssl --with-ssl=${openssl}"} ${optionalString sslSupport "--enable-ssl --with-ssl=${openssl}"}
${optionalString luaSupport "--enable-lua --with-lua=${lua5}"} ${optionalString luaSupport "--enable-lua --with-lua=${lua5}"}