X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/blobdiff_plain/4aa80ebdbe7122fdee7c0678a456ea00e4c7b69e..e7dda23c4deb7b3f165865bcc2ea500fb20473b8:/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 ;;