]> granicus.if.org Git - apache/commitdiff
note that KeepAliveTimeout of the first defined virtual host
authorTakashi Sato <takashi@apache.org>
Mon, 12 May 2008 08:22:38 +0000 (08:22 +0000)
committerTakashi Sato <takashi@apache.org>
Mon, 12 May 2008 08:22:38 +0000 (08:22 +0000)
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

docs/manual/mod/core.xml

index e2aba0ab8a3aa535c4fe6d58e270da3828292295..c1596423030b04d562bd59e1926600317b1fed70 100644 (file)
@@ -1561,9 +1561,10 @@ requests on a persistent connection</description>
     higher the timeout, the more server processes will be kept
     occupied waiting on connections with idle clients.</p>
     
-    <note type="warning"><title>Note</title>
-      <p>This directive will be ignored in a name-based virtual host context.</p>
-    </note>
+    <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>