You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by sl...@apache.org on 2006/01/24 15:47:46 UTC

svn commit: r371935 - /httpd/httpd/branches/2.2.x/docs/conf/extra/httpd-dav.conf.in

Author: slive
Date: Tue Jan 24 06:47:44 2006
New Revision: 371935

URL: http://svn.apache.org/viewcvs?rev=371935&view=rev
Log:
Make the DAV example actually work when included
in the default config by allowing access.

Modified:
    httpd/httpd/branches/2.2.x/docs/conf/extra/httpd-dav.conf.in

Modified: httpd/httpd/branches/2.2.x/docs/conf/extra/httpd-dav.conf.in
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.2.x/docs/conf/extra/httpd-dav.conf.in?rev=371935&r1=371934&r2=371935&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/conf/extra/httpd-dav.conf.in (original)
+++ httpd/httpd/branches/2.2.x/docs/conf/extra/httpd-dav.conf.in Tue Jan 24 06:47:44 2006
@@ -19,6 +19,9 @@
 <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: