RAM quotas at remctl; RAM quota exception script, table, and usage in -web and -remot...
[invirt/packages/invirt-web.git] / debian / invirt-web.postinst
index 9ab1554..4ef0aa1 100755 (executable)
@@ -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
     ;;