From: Takashi Sato Date: Mon, 12 May 2008 08:22:38 +0000 (+0000) Subject: note that KeepAliveTimeout of the first defined virtual host X-Git-Tag: 2.3.0~644 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=63c984a3de773752dce34201e476d0b4a680adba;p=apache note that KeepAliveTimeout of the first defined virtual host in the set of NameVirtualHost will be used improve r653856 PR: 36770 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@655438 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index e2aba0ab8a..c159642303 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -1561,9 +1561,10 @@ requests on a persistent connection 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.

-
+

In a name-based virtual host context, the value of the first + defined virtual host (the default host) in a set of NameVirtualHost will be used. + The other values will be ignored.