From: Wilfried Göesgens Date: Sun, 3 Jun 2007 15:26:04 +0000 (+0000) Subject: * enable proxy_http too. X-Git-Tag: v7.86~3338 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=244ab12b8b531aba840693babf75a78ec5951478;p=citadel.git * enable proxy_http too. --- diff --git a/webcit/debian/citadel-webcit.postinst b/webcit/debian/citadel-webcit.postinst index 635e6efe4..eb80f3a85 100644 --- a/webcit/debian/citadel-webcit.postinst +++ b/webcit/debian/citadel-webcit.postinst @@ -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"