# HG changeset patch # User Matthias Förste # Date 1311152278 -7200 # Node ID 4142ef8852137df6886b15877cc12038c55d78ab # Parent 5421de944d94b5442856536f90cbe49a274ee1ec doc fixes diff -r 5421de944d94 -r 4142ef885213 README --- 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 diff -r 5421de944d94 -r 4142ef885213 ssl-admin-vhost-apache-example.conf --- 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