]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Make the DAV example actually work when included
authorJoshua Slive <slive@apache.org>
Tue, 24 Jan 2006 14:47:44 +0000 (14:47 +0000)
committerJoshua Slive <slive@apache.org>
Tue, 24 Jan 2006 14:47:44 +0000 (14:47 +0000)
in the default config by allowing access.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@371935 13f79535-47bb-0310-9956-ffa450edef68

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

index 56a1a819aba45614913a788176e186c7a47fa181..efa8f83cde1df78f1cd276999500644f0ebb179d 100644 (file)
@@ -19,6 +19,9 @@ Alias /uploads "@@ServerRoot@@/uploads"
 <Directory "@@ServerRoot@@/uploads">
     Dav On
 
+    Order Allow,Deny
+    Allow from all
+
     AuthType Digest
     AuthName DAV-upload
     # You can use the htdigest program to create the password database: