From: Takashi Sato
Date: Mon, 12 May 2008 11:38:53 +0000 (+0000)
Subject: Merge r653856 and r655438 from trunk:
X-Git-Tag: 2.2.9~185
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7f58c265150530bd866e0cc96875ed2ff9aca49;p=thirdparty%2Fapache%2Fhttpd.git
Merge r653856 and r655438 from trunk:
note that KeepAliveTimeout of the first defined virtual host
in the set of NameVirtualHost will be used
PR: 36770
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@655477 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml
index e01312de92f..eb7d3b3e44d 100644
--- a/docs/manual/mod/core.xml
+++ b/docs/manual/mod/core.xml
@@ -1577,6 +1577,11 @@ 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.
+
+ 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.