diff options
author | Rich Bowen <rbowen@apache.org> | 2005-04-13 03:21:11 +0200 |
---|---|---|
committer | Rich Bowen <rbowen@apache.org> | 2005-04-13 03:21:11 +0200 |
commit | 6efa7782137ea7f5263cac646a4b1d074c7844bd (patch) | |
tree | 9061ee0a9281a73630ef6268900f1fddc7e10d8b /docs/conf/extra | |
parent | Bring the windows config file in line with the simplifications (diff) | |
download | apache2-6efa7782137ea7f5263cac646a4b1d074c7844bd.tar.xz apache2-6efa7782137ea7f5263cac646a4b1d074c7844bd.zip |
As discussed on the list, change the default setting for
KeepAliveTimeout from 15 seconds to 5 seconds.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@161140 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/conf/extra')
-rw-r--r-- | docs/conf/extra/httpd-default.conf.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf/extra/httpd-default.conf.in b/docs/conf/extra/httpd-default.conf.in index 30ce7b8ff4..efeca0520f 100644 --- a/docs/conf/extra/httpd-default.conf.in +++ b/docs/conf/extra/httpd-default.conf.in @@ -26,7 +26,7 @@ MaxKeepAliveRequests 100 # KeepAliveTimeout: Number of seconds to wait for the next request from the # same client on the same connection. # -KeepAliveTimeout 15 +KeepAliveTimeout 5 # # UseCanonicalName: Determines how Apache constructs self-referencing |