svn path=/trunk/packages/invirt-web/; revision=2063
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
- -- 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
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
;;