X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/blobdiff_plain/d263f9d2c3b9004efd0df2bcc162816b3f155f0d..35568d9967fd7b5296c9caf93593ee34e82a05b0:/debian/invirt-web.postinst diff --git a/debian/invirt-web.postinst b/debian/invirt-web.postinst index 9ab1554..14f8469 100755 --- a/debian/invirt-web.postinst +++ b/debian/invirt-web.postinst @@ -21,11 +21,13 @@ set -e case "$1" in configure) cd /var/www/invirt-web - make clean && make all - chgrp -R invirt . - chmod -R g+w . + make all + + 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 ;;