summaryrefslogtreecommitdiff
path: root/docs/manual
diff options
context:
space:
mode:
authorJim Jagielski <jim@apache.org>2011-11-08 22:07:58 +0000
committerJim Jagielski <jim@apache.org>2011-11-08 22:07:58 +0000
commit59066a3ff3d2548514b12716ac76bd60f61d1275 (patch)
tree1558a029af63322585e700144f657454d3e30c8b /docs/manual
parent750c2f65c5447703306e843c15d14f3d4932a77e (diff)
downloadhttpd-59066a3ff3d2548514b12716ac76bd60f61d1275.tar.gz
Change def timeout from a nasty 5 mins to a more reasonable 1min
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1199485 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual')
-rw-r--r--docs/manual/mod/core.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml
index 1469efbe85..a9e9866feb 100644
--- a/docs/manual/mod/core.xml
+++ b/docs/manual/mod/core.xml
@@ -4081,7 +4081,7 @@ server</description>
<description>Amount of time the server will wait for
certain events before failing a request</description>
<syntax>TimeOut <var>seconds</var></syntax>
-<default>TimeOut 300</default>
+<default>TimeOut 60</default>
<contextlist><context>server config</context><context>virtual host</context></contextlist>
<usage>