]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Correct broken configuration in 2.2 - this example didn't run out of the box
authorWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 3 Apr 2008 15:28:59 +0000 (15:28 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 3 Apr 2008 15:28:59 +0000 (15:28 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@644357 13f79535-47bb-0310-9956-ffa450edef68

docs/conf/extra/httpd-dav.conf.in

index efa8f83cde1df78f1cd276999500644f0ebb179d..c8d56b49ab0e010489c381a298d72fab69d44010 100644 (file)
@@ -24,9 +24,11 @@ Alias /uploads "@@ServerRoot@@/uploads"
 
     AuthType Digest
     AuthName DAV-upload
+
     # You can use the htdigest program to create the password database:
     #   htdigest -c "@@ServerRoot@@/user.passwd" DAV-upload admin
     AuthUserFile "@@ServerRoot@@/user.passwd"
+    AuthDigestProvider file
 
     # Allow universal read-access, but writes are restricted
     # to the admin user.