Commit ebcb179b authored by Joshua Slive's avatar Joshua Slive
Browse files

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
parent cedd4ad7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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"