From eaa42b09c8bd83b07f78ae89d778a931d1c8be63 Mon Sep 17 00:00:00 2001 From: Joshua Slive Date: Tue, 24 Jan 2006 14:47:44 +0000 Subject: [PATCH] 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 --- docs/conf/extra/httpd-dav.conf.in | 3 +++ 1 file changed, 3 insertions(+) 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: -- 2.47.3