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