summaryrefslogtreecommitdiff
path: root/docs/manual/mod/mod_dav_fs.html.en.utf8
diff options
context:
space:
mode:
Diffstat (limited to 'docs/manual/mod/mod_dav_fs.html.en.utf8')
-rw-r--r--docs/manual/mod/mod_dav_fs.html.en.utf823
1 files changed, 23 insertions, 0 deletions
diff --git a/docs/manual/mod/mod_dav_fs.html.en.utf8 b/docs/manual/mod/mod_dav_fs.html.en.utf8
index b243f5ca91..badca378e4 100644
--- a/docs/manual/mod/mod_dav_fs.html.en.utf8
+++ b/docs/manual/mod/mod_dav_fs.html.en.utf8
@@ -54,6 +54,7 @@
<ul id="toc">
<li><img alt="" src="../images/down.gif" /> <a href="#davlockdb">DavLockDB</a></li>
<li><img alt="" src="../images/down.gif" /> <a href="#davlockdiscovery">DavLockDiscovery</a></li>
+<li><img alt="" src="../images/down.gif" /> <a href="#davquota">DavQuota</a></li>
</ul>
<h3>Bugfix checklist</h3><ul class="seealso"><li><a href="https://www.apache.org/dist/httpd/CHANGES_2.4">httpd changelog</a></li><li><a href="https://bz.apache.org/bugzilla/buglist.cgi?bug_status=__open__&amp;list_id=144532&amp;product=Apache%20httpd-2&amp;query_format=specific&amp;order=changeddate%20DESC%2Cpriority%2Cbug_severity&amp;component=mod_dav_fs">Known issues</a></li><li><a href="https://bz.apache.org/bugzilla/enter_bug.cgi?product=Apache%20httpd-2&amp;component=mod_dav_fs">Report a bug</a></li></ul><h3>See also</h3>
<ul class="seealso">
@@ -118,6 +119,28 @@
</div>
</div>
+<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
+<div class="directive-section"><h2><a name="DavQuota" id="DavQuota">DavQuota</a> <a name="davquota" id="davquota">Directive</a> <a title="Permanent link" href="#davquota" class="permalink">&para;</a></h2>
+<table class="directive">
+<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Set usage quota</td></tr>
+<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>DavQuota Off | None | #bytes</code></td></tr>
+<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>DavQuota Off</code></td></tr>
+<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host, directory, .htaccess</td></tr>
+<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
+<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_dav_fs</td></tr>
+</table>
+ <p><code class="directive">DavQuota</code> sets a quota in bytes for
+ a given directory as specified by RFC 4331. There are two
+ special values:
+ <ul>
+ <li><code>Off</code> Quotas are disabled.</li>
+ <li><code>None</code> No quota is enforced, but
+ used and available disk space is reported to
+ clients that request it.</li>
+ </ul>
+ </p>
+
+</div>
</div>
<div class="bottomlang">
<p><span>Available Languages: </span><a href="../en/mod/mod_dav_fs.html" title="English">&nbsp;en&nbsp;</a> |