From: Joshua Slive Date: Tue, 24 Jan 2006 14:47:44 +0000 (+0000) Subject: Make the DAV example actually work when included X-Git-Tag: 2.2.1~116 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eaa42b09c8bd83b07f78ae89d778a931d1c8be63;p=thirdparty%2Fapache%2Fhttpd.git Make the DAV example actually work when included 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 --- diff --git a/docs/conf/extra/httpd-dav.conf.in b/docs/conf/extra/httpd-dav.conf.in index 56a1a819aba..efa8f83cde1 100644 --- a/docs/conf/extra/httpd-dav.conf.in +++ b/docs/conf/extra/httpd-dav.conf.in @@ -19,6 +19,9 @@ Alias /uploads "@@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: