]> code.citadel.org Git - citadel.git/blobdiff - webcit/debian/citadel-webcit.postinst
* enable proxy_http too.
[citadel.git] / 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"