From bb7cfd79e1552aac2d67cf9fafc4cb69179f3af2 Mon Sep 17 00:00:00 2001 From: Jim Jagielski Date: Wed, 21 Jun 2017 14:29:34 +0000 Subject: [PATCH] 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 --- docs/manual/mod/directive-dict.xml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) 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 -- 2.40.0