diff options
author | Takashi Sato <takashi@apache.org> | 2008-05-06 19:56:59 +0200 |
---|---|---|
committer | Takashi Sato <takashi@apache.org> | 2008-05-06 19:56:59 +0200 |
commit | 0a8ec0f41cf41ebb4c925f2735dec45e0a424842 (patch) | |
tree | 4b419a138eef8539892b0071b1302094b10d05c1 /docs/manual | |
parent | Backported to 2.2.x in r653772 (diff) | |
download | apache2-0a8ec0f41cf41ebb4c925f2735dec45e0a424842.tar.xz apache2-0a8ec0f41cf41ebb4c925f2735dec45e0a424842.zip |
mention that KeepAliveTimeout will be ignored in a name-based virtual host context.
PR: 36770
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@653856 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual')
-rw-r--r-- | docs/manual/mod/core.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index d4cdf39eaf..e2aba0ab8a 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -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> |