]> granicus.if.org Git - apache/commitdiff
mention that KeepAliveTimeout will be ignored in a name-based virtual host context.
authorTakashi Sato <takashi@apache.org>
Tue, 6 May 2008 17:56:59 +0000 (17:56 +0000)
committerTakashi Sato <takashi@apache.org>
Tue, 6 May 2008 17:56:59 +0000 (17:56 +0000)
PR: 36770

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@653856 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.xml

index d4cdf39eafd68e4d540c66a41fbe9e1162a0cd19..e2aba0ab8a3aa535c4fe6d58e270da3828292295 100644 (file)
@@ -1560,6 +1560,10 @@ 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>
+    
+    <note type="warning"><title>Note</title>
+      <p>This directive will be ignored in a name-based virtual host context.</p>
+    </note>
 </usage>
 </directivesynopsis>