summaryrefslogtreecommitdiffstats
path: root/docs/manual/mod/mod_dav.html.en
diff options
context:
space:
mode:
authorJoshua Slive <slive@apache.org>2003-04-21 22:36:39 +0200
committerJoshua Slive <slive@apache.org>2003-04-21 22:36:39 +0200
commit97d88cbc968b675ff564d66230b9258a912c441b (patch)
tree899ecead68c4af8c7d0a08dab1f539b3dff12a91 /docs/manual/mod/mod_dav.html.en
parentI've read somewhere, that open source is required to be not obfuscated :) (diff)
downloadapache2-97d88cbc968b675ff564d66230b9258a912c441b.tar.xz
apache2-97d88cbc968b675ff564d66230b9258a912c441b.zip
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.html.en')
-rw-r--r--docs/manual/mod/mod_dav.html.en12
1 files changed, 4 insertions, 8 deletions
diff --git a/docs/manual/mod/mod_dav.html.en b/docs/manual/mod/mod_dav.html.en
index ad867f69e3..5835670a96 100644
--- a/docs/manual/mod/mod_dav.html.en
+++ b/docs/manual/mod/mod_dav.html.en
@@ -65,7 +65,8 @@
<p>In addition, a location for the DAV lock database must be
specified in the global section of your <code>httpd.conf</code>
- file:</p>
+ file using the <code class="directive"><a href="../mod/mod_dav_fs.html#davlockdb">DavLockDB</a></code>
+ directive:</p>
<div class="example"><p><code>
DavLockDB /usr/local/apache2/var/DavLock
@@ -74,12 +75,7 @@
<p>The directory containing the lock database file must be
writable by the <code class="directive"><a href="../mod/mpm_common.html#user">User</a></code>
and <code class="directive"><a href="../mod/mpm_common.html#group">Group</a></code> 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>/usr/local/apache2/var/</code> directory
- with the base filename <code>DavLock</code> and extension name
- chosen by the server.</p>
+ Apache is running.</p>
<p>You may wish to add a <code class="directive"><a href="../mod/core.html#limit">&lt;Limit&gt;</a></code> clause inside the <code class="directive"><a href="../mod/core.html#location">&lt;Location&gt;</a></code> directive to limit access to
DAV-enabled locations. If you want to set the maximum amount of
@@ -89,7 +85,7 @@
requests.</p>
<div class="example"><h3>Full Example</h3><p><code>
- DavLockDB /tmp/DavLock<br />
+ DavLockDB /usr/local/apache2/var/DavLock<br />
<br />
&lt;Location /foo&gt;<br />
<span class="indent">