]> granicus.if.org Git - apache/commitdiff
Backout r410758 because DavLockDB needs to point to an httpd-writable
authorJoshua Slive <slive@apache.org>
Sun, 23 Jul 2006 21:00:58 +0000 (21:00 +0000)
committerJoshua Slive <slive@apache.org>
Sun, 23 Jul 2006 21:00:58 +0000 (21:00 +0000)
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

docs/conf/extra/httpd-dav.conf.in

index 32960348c98b993118b9d15aa10beebebd3b0faf..21af5e2c6c0e7a020203ebf184575fbb682dd263 100644 (file)
@@ -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"