From: Joshua Slive Date: Sun, 23 Jul 2006 21:00:58 +0000 (+0000) Subject: Backout r410758 because DavLockDB needs to point to an httpd-writable X-Git-Tag: 2.3.0~2229 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6cfe3d548e47a19c9a0b4ec0891db81d773bb890;p=apache Backout r410758 because DavLockDB needs to point to an httpd-writable directory and @exp_runtimedir@ doesn't qualify. Also document a missing module requirement. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@424817 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/conf/extra/httpd-dav.conf.in b/docs/conf/extra/httpd-dav.conf.in index 32960348c9..21af5e2c6c 100644 --- a/docs/conf/extra/httpd-dav.conf.in +++ b/docs/conf/extra/httpd-dav.conf.in @@ -2,7 +2,7 @@ # Distributed authoring and versioning (WebDAV) # # Required modules: mod_dav, mod_dav_fs, mod_setenvif, mod_alias -# mod_auth_digest, mod_authn_file +# mod_auth_digest, mod_authn_file, mod_authz_user # # The following example gives DAV write access to a directory called @@ -12,7 +12,7 @@ # on the directory where the DavLockDB is placed and on any directory where # "Dav On" is specified. -DavLockDB "@exp_runtimedir@/DavLock" +DavLockDB "@@ServerRoot@@/DavLock" Alias /uploads "@@ServerRoot@@/uploads"