From 63c984a3de773752dce34201e476d0b4a680adba Mon Sep 17 00:00:00 2001
From: Takashi Sato
Date: Mon, 12 May 2008 08:22:38 +0000
Subject: [PATCH] note that KeepAliveTimeout of the first defined virtual host
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 | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml
index e2aba0ab8a..c159642303 100644
--- a/docs/manual/mod/core.xml
+++ b/docs/manual/mod/core.xml
@@ -1561,9 +1561,10 @@ requests on a persistent connection
higher the timeout, the more server processes will be kept
occupied waiting on connections with idle clients.
- Note
- This directive will be ignored in a name-based virtual host context.
-
+ In a name-based virtual host context, the value of the first
+ defined virtual host (the default host) in a set of NameVirtualHost will be used.
+ The other values will be ignored.
--
2.50.1