From: Jim Jagielski Date: Wed, 21 Jun 2017 14:29:34 +0000 (+0000) Subject: Add time-interval as Syntax argument type X-Git-Tag: 2.5.0-alpha~357 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bb7cfd79e1552aac2d67cf9fafc4cb69179f3af2;p=apache Add time-interval as Syntax argument type git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1799454 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/directive-dict.xml b/docs/manual/mod/directive-dict.xml index f1862fb831..c7a76584b9 100644 --- a/docs/manual/mod/directive-dict.xml +++ b/docs/manual/mod/directive-dict.xml @@ -123,7 +123,20 @@ environment variable. See the environment variable documentation for more details. - + +
time-interval
+ +
A time-internal format especially suited to specifying + timeout paramters. Supports the following format specifiers: + + For example: Timeout 575ms +
+
Default