From: Eric Covener Date: Sun, 12 Apr 2020 14:22:00 +0000 (+0000) Subject: PR64342 feedback X-Git-Tag: 2.5.0-alpha2-ci-test-only~1530 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1384a888c84d725d676bbda20d9020f413553cd;p=thirdparty%2Fapache%2Fhttpd.git PR64342 feedback git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1876428 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index 3986a3f9deb..af609890cf5 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -2681,14 +2681,14 @@ the server configuration files KeepAliveTimeout Amount of time the server will wait for subsequent requests on a persistent connection -KeepAliveTimeout num[ms] +KeepAliveTimeout num-seconds|num-millisecondsms KeepAliveTimeout 5 server configvirtual host

The number of seconds Apache httpd will wait for a subsequent - request before closing the connection. By adding a postfix of ms the + request before closing the connection. By adding a postfix of 'ms' the timeout can be also set in milliseconds. Once a request has been received, the timeout value specified by the Timeout directive applies.