From: Takashi Sato Date: Tue, 6 May 2008 17:56:59 +0000 (+0000) Subject: mention that KeepAliveTimeout will be ignored in a name-based virtual host context. X-Git-Tag: 2.3.0~668 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0a8ec0f41cf41ebb4c925f2735dec45e0a424842;p=apache mention that KeepAliveTimeout will be ignored in a name-based virtual host context. PR: 36770 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@653856 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index d4cdf39eaf..e2aba0ab8a 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -1560,6 +1560,10 @@ requests on a persistent connection may cause performance problems in heavily loaded servers. The higher the timeout, the more server processes will be kept occupied waiting on connections with idle clients.

+ + Note +

This directive will be ignored in a name-based virtual host context.

+