You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ta...@apache.org on 2008/05/12 13:53:23 UTC

svn commit: r655483 - /httpd/httpd/branches/2.0.x/docs/manual/mod/core.xml

Author: takashi
Date: Mon May 12 04:53:23 2008
New Revision: 655483

URL: http://svn.apache.org/viewvc?rev=655483&view=rev
Log:
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

Modified:
    httpd/httpd/branches/2.0.x/docs/manual/mod/core.xml

Modified: httpd/httpd/branches/2.0.x/docs/manual/mod/core.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/docs/manual/mod/core.xml?rev=655483&r1=655482&r2=655483&view=diff
==============================================================================
--- httpd/httpd/branches/2.0.x/docs/manual/mod/core.xml (original)
+++ httpd/httpd/branches/2.0.x/docs/manual/mod/core.xml Mon May 12 04:53:23 2008
@@ -1494,6 +1494,11 @@
     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>