doc fixes
authorMatthias Förste <foerste@schlittermann.de>
Wed, 20 Jul 2011 10:57:58 +0200
changeset 45 4142ef885213
parent 44 5421de944d94
child 46 48216cf584d0
doc fixes
README
ssl-admin-vhost-apache-example.conf
--- a/README	Wed Jul 20 10:04:17 2011 +0200
+++ b/README	Wed Jul 20 10:57:58 2011 +0200
@@ -25,6 +25,7 @@
 
             [...]
 
+        # a2enmod dav_fs
         # $EDITOR /etc/apache2/sites-available/ius-dav # see ssl-dav-vhost-apache-example.conf
         # $EDITOR /etc/apache2/sites-available/ius-dav-htpasswd # see ssl-admin-vhost-apache-example.conf
         # htpasswd [-c] $PREFIX/etc/ius-dav-htpasswd/htpasswd.admin ius-dav-htpasswd-admin
--- a/ssl-admin-vhost-apache-example.conf	Wed Jul 20 10:04:17 2011 +0200
+++ b/ssl-admin-vhost-apache-example.conf	Wed Jul 20 10:57:58 2011 +0200
@@ -55,6 +55,7 @@
 	    AuthName "ius-dav-htpasswd"
 	    AuthUserFile "/path/to/ius-dav-admin-htpasswd"
 	    Require valid-user
+            Options +ExecCGI
 	    SetHandler cgi-script
 	</Directory>