From 56ceceb8eff07e95f3f783b1ae40bd2e95fac4d3 Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Thu, 16 Nov 2006 12:11:44 +0000 Subject: [PATCH] merge from trunk revision 475698: TimeOut can be set in a vhost context Submitted by: Eric Covener Reviewed by: Jeff Trawick git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@475702 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/core.html.en | 2 +- docs/manual/mod/core.xml | 2 +- docs/manual/mod/quickreference.html.en | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index 8d68f34f1a3..8d7650ae93e 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -3005,7 +3005,7 @@ server certain events before failing a request Syntax:TimeOut seconds Default:TimeOut 300 -Context:server config +Context:server config, virtual host Status:Core Module:core diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index e016323cd0c..e15aac60d8c 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -2959,7 +2959,7 @@ server certain events before failing a request TimeOut seconds TimeOut 300 -server config +server configvirtual host

The TimeOut directive currently defines diff --git a/docs/manual/mod/quickreference.html.en b/docs/manual/mod/quickreference.html.en index 14821006e1e..3fb24dfaccc 100644 --- a/docs/manual/mod/quickreference.html.en +++ b/docs/manual/mod/quickreference.html.en @@ -679,7 +679,7 @@ Certificate verification per child process ThreadsPerChild numbersMNumber of threads created by each child process ThreadStackSize number 65536 sMDetermine the stack size for each thread -TimeOut seconds 300 sCAmount of time the server will wait for +TimeOut seconds 300 svCAmount of time the server will wait for certain events before failing a request TraceEnable [on|off|extended] on sCDetermines the behaviour on TRACE requests -- 2.47.2