From e1384a888c84d725d676bbda20d9020f413553cd Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Sun, 12 Apr 2020 14:22:00 +0000 Subject: [PATCH] PR64342 feedback git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1876428 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/core.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.

-- 2.47.3