summaryrefslogtreecommitdiff
path: root/docs/manual/mod/mod_dav_fs.xml
diff options
context:
space:
mode:
authorJoshua Slive <slive@apache.org>2003-04-21 20:36:39 +0000
committerJoshua Slive <slive@apache.org>2003-04-21 20:36:39 +0000
commit97d88cbc968b675ff564d66230b9258a912c441b (patch)
tree899ecead68c4af8c7d0a08dab1f539b3dff12a91 /docs/manual/mod/mod_dav_fs.xml
parentde7b609f85f9d59786782fd51572b899b918626b (diff)
downloadhttpd-97d88cbc968b675ff564d66230b9258a912c441b.tar.gz
Be a little more consistent with the pathnames, and move some
DavLockDB details to its directive docs. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99485 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_dav_fs.xml')
-rw-r--r--docs/manual/mod/mod_dav_fs.xml13
1 files changed, 12 insertions, 1 deletions
diff --git a/docs/manual/mod/mod_dav_fs.xml b/docs/manual/mod/mod_dav_fs.xml
index 1a4b06d289..737f9da56d 100644
--- a/docs/manual/mod/mod_dav_fs.xml
+++ b/docs/manual/mod/mod_dav_fs.xml
@@ -48,8 +48,19 @@
the server to display all locks in a lock database.</p> -->
<example><title>Example</title>
- DavLockDB logs/DavLock
+ DavLockDB var/DavLock
</example>
+
+ <p>The directory containing the lock database file must be
+ writable by the <directive module="mpm_common">User</directive>
+ and <directive module="mpm_common" >Group</directive> under which
+ Apache is running. For security reasons, you should create a
+ directory for this purpose rather than changing the permissions on
+ an existing directory. In the above example, Apache will create
+ files in the <code>var/</code> directory under the <directive
+ module="core">ServerRoot</directive> with the base filename
+ <code>DavLock</code> and extension name chosen by the server.</p>
+
</usage>
</directivesynopsis>