From: William A. Rowe Jr Date: Thu, 3 Apr 2008 15:28:59 +0000 (+0000) Subject: Correct broken configuration in 2.2 - this example didn't run out of the box X-Git-Tag: 2.2.9~265 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1c691cc4ef962e3e8fe7d42a3a8d24f1bc29c1f;p=thirdparty%2Fapache%2Fhttpd.git 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 --- 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.