]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Merge r653856 and r655438 from trunk:
authorTakashi Sato <takashi@apache.org>
Mon, 12 May 2008 11:53:23 +0000 (11:53 +0000)
committerTakashi Sato <takashi@apache.org>
Mon, 12 May 2008 11:53:23 +0000 (11:53 +0000)
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.0.x@655483 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.xml

index e15aac60d8c216b372bc067154da44152984e37c..d06821f172ba28d0ddf2e8ec78159b5eecaa6cf8 100644 (file)
@@ -1494,6 +1494,11 @@ requests on a persistent connection</description>
     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.</p>
+    
+    <p>In a name-based virtual host context, the value of the first
+    defined virtual host (the default host) in a set of <directive
+    module="core">NameVirtualHost</directive> will be used.
+    The other values will be ignored.</p>
 </usage>
 </directivesynopsis>