X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/blobdiff_plain/d263f9d2c3b9004efd0df2bcc162816b3f155f0d..bd07973cb4926fa3418a3e44d539c379f3e5a85d:/debian/invirt-web.postinst diff --git a/debian/invirt-web.postinst b/debian/invirt-web.postinst index 9ab1554..4ef0aa1 100755 --- a/debian/invirt-web.postinst +++ b/debian/invirt-web.postinst @@ -24,8 +24,12 @@ case "$1" in make clean && make all chgrp -R invirt . chmod -R g+w . + + a2enmod rewrite + a2enmod ssl + a2enmod auth_sslcert - # Our init script proxies all requests Apache's, so Apache's + # Our init script proxies all requests to Apache's, so Apache's # running is just a NOP update-rc.d -f apache2 remove ;;