* enable proxy_http too.
authorWilfried Göesgens <willi@citadel.org>
Sun, 3 Jun 2007 15:26:04 +0000 (15:26 +0000)
committerWilfried Göesgens <willi@citadel.org>
Sun, 3 Jun 2007 15:26:04 +0000 (15:26 +0000)
webcit/debian/citadel-webcit.postinst

index 635e6efe4ce5e69bca1711cf0e55a57718ed0426..eb80f3a851fe95d1a4f7c355be4956d17315362c 100644 (file)
@@ -31,6 +31,7 @@ case "$1" in
            "Apache2")
                webservers="apache2"
                /usr/sbin/a2enmod proxy||true
+               /usr/sbin/a2enmod proxy_http||true
                ;;
            "All")
                webservers="apache apache-ssl apache2"