You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ja...@apache.org on 2018/03/25 12:44:21 UTC

svn commit: r1827714 - /httpd/httpd/trunk/docs/manual/mod/core.xml

Author: jailletc36
Date: Sun Mar 25 12:44:21 2018
New Revision: 1827714

URL: http://svn.apache.org/viewvc?rev=1827714&view=rev
Log:
synch with 2.4.x doc which is clearer (for the [ms] syntax at least)

Modified:
    httpd/httpd/trunk/docs/manual/mod/core.xml

Modified: httpd/httpd/trunk/docs/manual/mod/core.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/core.xml?rev=1827714&r1=1827713&r2=1827714&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/core.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/core.xml Sun Mar 25 12:44:21 2018
@@ -2638,7 +2638,7 @@ the server configuration files</descript
 <name>KeepAliveTimeout</name>
 <description>Amount of time the server will wait for subsequent
 requests on a persistent connection</description>
-<syntax>KeepAliveTimeout <var>time-interval</var>[s]</syntax>
+<syntax>KeepAliveTimeout <var>num</var>[ms]</syntax>
 <default>KeepAliveTimeout 5</default>
 <contextlist><context>server config</context><context>virtual host</context>
 </contextlist>