You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@apache.org on 2017/06/21 14:29:34 UTC

svn commit: r1799454 - /httpd/httpd/trunk/docs/manual/mod/directive-dict.xml

Author: jim
Date: Wed Jun 21 14:29:34 2017
New Revision: 1799454

URL: http://svn.apache.org/viewvc?rev=1799454&view=rev
Log:
Add time-interval as Syntax argument type

Modified:
    httpd/httpd/trunk/docs/manual/mod/directive-dict.xml

Modified: httpd/httpd/trunk/docs/manual/mod/directive-dict.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/directive-dict.xml?rev=1799454&r1=1799453&r2=1799454&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/directive-dict.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/directive-dict.xml Wed Jun 21 14:29:34 2017
@@ -123,7 +123,20 @@
       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>
 </section>
 
 <section id="Default"><title>Default</title>