From db4053fb590d72f68da681b3460e1cecb103c294 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 11 Nov 2014 10:30:58 +0100 Subject: httpd-2.2: Enable building of mod_cache and friends --- pkgs/servers/http/apache-httpd/2.2.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'pkgs/servers') diff --git a/pkgs/servers/http/apache-httpd/2.2.nix b/pkgs/servers/http/apache-httpd/2.2.nix index eb9c6846089c..2af7b761c24a 100644 --- a/pkgs/servers/http/apache-httpd/2.2.nix +++ b/pkgs/servers/http/apache-httpd/2.2.nix @@ -40,6 +40,10 @@ stdenv.mkDerivation rec { ${if sslSupport then "--enable-ssl --with-ssl=${openssl}" else ""} ${if ldapSupport then "--enable-ldap --enable-authnz-ldap" else ""} --with-mpm=${mpm} + --enable-cache + --enable-disk-cache + --enable-file-cache + --enable-mem-cache ''; enableParallelBuilding = true; -- cgit 1.4.1