X-Git-Url: https://git.hcoop.net/hcoop/zz_old/debian/hcoop-apache2-config.git/blobdiff_plain/2868ea9fe2ec2c3e5176ed1bb432c9916469db23..2457bdd4e698b9cfd473f601e4ecc950081722dc:/debian/hcoop-apache2-config.postrm diff --git a/debian/hcoop-apache2-config.postrm b/debian/hcoop-apache2-config.postrm index ee024b9..1eea3f5 100644 --- a/debian/hcoop-apache2-config.postrm +++ b/debian/hcoop-apache2-config.postrm @@ -16,8 +16,7 @@ set -e # for details, see http://www.debian.org/doc/debian-policy/ or # the debian-policy package - -HCOOP_APACHE_MODULES="dav dav_fs dav_lock rewrite suexec suphp waklog" +HCOOP_APACHE_MODULES="auth_kerb cache dav dav_fs dav_lock disk_cache expires include mime_magic negotiation proxy proxy_http rewrite ssl status suexec suphp waklog" case "$1" in remove|purge) @@ -25,6 +24,8 @@ case "$1" in a2dismod -q -f $mod || true done + a2dissite hcoop-vhosts + # invoke-rc.d apache2 restart ;;