summaryrefslogtreecommitdiff
path: root/docs/manual/mod/directive-dict.html.en
diff options
context:
space:
mode:
authorJim Jagielski <jim@apache.org>2017-06-21 14:33:29 +0000
committerJim Jagielski <jim@apache.org>2017-06-21 14:33:29 +0000
commitb552957ebf1ef57c7d32ac9544cb7073b41ad612 (patch)
tree63b7a8ea4387b5716f06274cce562ed39cd5a8af /docs/manual/mod/directive-dict.html.en
parentbb7cfd79e1552aac2d67cf9fafc4cb69179f3af2 (diff)
downloadhttpd-b552957ebf1ef57c7d32ac9544cb7073b41ad612.tar.gz
cforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1799455 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/directive-dict.html.en')
-rw-r--r--docs/manual/mod/directive-dict.html.en15
1 files changed, 14 insertions, 1 deletions
diff --git a/docs/manual/mod/directive-dict.html.en b/docs/manual/mod/directive-dict.html.en
index 8e18c75527..7af36c9299 100644
--- a/docs/manual/mod/directive-dict.html.en
+++ b/docs/manual/mod/directive-dict.html.en
@@ -136,7 +136,20 @@
Note this is not necessarily the same as an operating system
environment variable. See the <a href="../env.html">environment variable documentation</a> for
more details.</dd>
- </dl>
+
+ <dt><em>time-interval</em></dt>
+
+ <dd>A time-internal format especially suited to specifying
+ timeout paramters. Supports the following format specifiers:
+ <ul>
+ <li><em>s</em>: Seconds</li>
+ <li><em>h</em>: Hours</li>
+ <li><em>ms</em>: Milli-seconds</li>
+ <li><em>mi[n]</em>: Minutes</li>
+ </ul>
+ For example: <code>Timeout 575ms</code>
+ </dd>
+ </dl>
</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
<div class="section">
<h2><a name="Default" id="Default">Default</a></h2>