From 739b3cac94dc8c7189d076d0907d739352b06c79 Mon Sep 17 00:00:00 2001 From: Jan Dittberner Date: Mon, 26 Nov 2007 07:59:37 +0000 Subject: [PATCH] fixes #13 --- INSTALL | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/INSTALL b/INSTALL index 00d7c6e..896eefe 100644 --- a/INSTALL +++ b/INSTALL @@ -42,6 +42,16 @@ The following apache configuration file snippet shows the configuration of a !Vi AllowOverride AuthConfig Indexes Order Allow,Deny allow from all + + AuthType Digest + AuthName "WebDAV on davhost.example.com" + AuthDigestDomain /dav/ + + AuthDigestProvider file + AuthUserFile /var/www/auth/dav.htdigest + AuthGroupFile /var/www/auth/dav.groups + + require valid-user @@ -56,16 +66,6 @@ The following apache configuration file snippet shows the configuration of a !Vi require valid-user - - AuthType Digest - AuthName "WebDAV on davhost.example.com" - AuthDigestDomain /dav/ - - AuthDigestProvider file - AuthUserFile /var/www/auth/dav.htdigest - AuthGroupFile /var/www/auth/dav.groups - - ErrorLog /var/log/apache2/davhost.example.com_error.log LogLevel warn CustomLog /var/log/apache2/davhost.example.com_access.log combined