From d1c691cc4ef962e3e8fe7d42a3a8d24f1bc29c1f Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Thu, 3 Apr 2008 15:28:59 +0000 Subject: [PATCH] Correct broken configuration in 2.2 - this example didn't run out of the box 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 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/conf/extra/httpd-dav.conf.in b/docs/conf/extra/httpd-dav.conf.in index efa8f83cde1..c8d56b49ab0 100644 --- a/docs/conf/extra/httpd-dav.conf.in +++ b/docs/conf/extra/httpd-dav.conf.in @@ -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. -- 2.47.2