
takashi at apache
May 12, 2008, 1:22 AM
Post #1 of 1
(16 views)
Permalink
|
|
svn commit: r655438 - /httpd/httpd/trunk/docs/manual/mod/core.xml
|
|
Author: takashi Date: Mon May 12 01:22:38 2008 New Revision: 655438 URL: http://svn.apache.org/viewvc?rev=655438&view=rev Log: note that KeepAliveTimeout of the first defined virtual host in the set of NameVirtualHost will be used improve r653856 PR: 36770 Modified: httpd/httpd/trunk/docs/manual/mod/core.xml Modified: httpd/httpd/trunk/docs/manual/mod/core.xml URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/core.xml?rev=655438&r1=655437&r2=655438&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/mod/core.xml (original) +++ httpd/httpd/trunk/docs/manual/mod/core.xml Mon May 12 01:22:38 2008 @@ -1561,9 +1561,10 @@ 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>
|