From 244ab12b8b531aba840693babf75a78ec5951478 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Wilfried=20G=C3=B6esgens?= Date: Sun, 3 Jun 2007 15:26:04 +0000 Subject: [PATCH] * enable proxy_http too. --- webcit/debian/citadel-webcit.postinst | 1 + 1 file changed, 1 insertion(+) 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" -- 2.39.2