@@ServerRoot@@ doesn't guarantee that either :-/ grrr - please don't
start commit wars by reverting without some small post to discuss?
[EMAIL PROTECTED] wrote:
Author: slive
Date: Sun Jul 23 14:00:58 2006
New Revision: 424817
URL: http://svn.apache.org/viewvc?rev=424817&view=rev
Log:
Backout r368027 because DavLockDB needs to point to an httpd-writable
directory and @exp_runtimedir@ doesn't qualify. Also document a
missing module requirement.
Modified:
httpd/httpd/trunk/docs/conf/extra/httpd-dav.conf.in
Modified: httpd/httpd/trunk/docs/conf/extra/httpd-dav.conf.in
URL:
http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/conf/extra/httpd-dav.conf.in?rev=424817&r1=424816&r2=424817&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/conf/extra/httpd-dav.conf.in (original)
+++ httpd/httpd/trunk/docs/conf/extra/httpd-dav.conf.in Sun Jul 23 14:00:58 2006
@@ -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"
.