enable Apache modules we need
authorGreg Price <price@mit.edu>
Sat, 31 Jan 2009 19:59:47 +0000 (14:59 -0500)
committerGreg Price <price@mit.edu>
Sat, 31 Jan 2009 19:59:47 +0000 (14:59 -0500)
svn path=/trunk/packages/invirt-web/; revision=2063

debian/changelog
debian/invirt-web.postinst

index 66df718..f007ec3 100644 (file)
@@ -1,10 +1,11 @@
 invirt-web (0.0.18) unstable; urgency=low
 
   * depend on apache2, libapache2-mod-auth-sslcert, python-dnspython
 invirt-web (0.0.18) unstable; urgency=low
 
   * depend on apache2, libapache2-mod-auth-sslcert, python-dnspython
+  * enable Apache modules we need
   * get mitCAclient.pem from debathena-ssl-certificates
   * organize our 24 dependencies a bit
 
   * get mitCAclient.pem from debathena-ssl-certificates
   * organize our 24 dependencies a bit
 
- -- Greg Price <price@mit.edu>  Sat, 31 Jan 2009 03:21:25 -0500
+ -- Greg Price <price@mit.edu>  Sat, 31 Jan 2009 14:59:14 -0500
 
 invirt-web (0.0.17) unstable; urgency=low
 
 
 invirt-web (0.0.17) unstable; urgency=low
 
index 9ab1554..4ef0aa1 100755 (executable)
@@ -24,8 +24,12 @@ case "$1" in
        make clean && make all
        chgrp -R invirt .
        chmod -R g+w .
        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
     ;;
         # running is just a NOP
         update-rc.d -f apache2 remove
     ;;