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