You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs@httpd.apache.org by Eric Covener <co...@gmail.com> on 2006/11/15 17:34:18 UTC

[PATCH] TimeOut directive valid in VirtualHost context

Appears to be the case for even 2.0.x

Index: manual/mod/core.xml
===================================================================
--- manual/mod/core.xml (revision 475297)
+++ manual/mod/core.xml (working copy)
@@ -2876,7 +2876,7 @@
 certain events before failing a request</description>
 <syntax>TimeOut <var>seconds</var></syntax>
 <default>TimeOut 300</default>
-<contextlist><context>server config</context></contextlist>
+<contextlist><context>server config</context><context>virtual
host</context></contextlist>

 <usage>
     <p>The <directive>TimeOut</directive> directive currently defines


-- 
Eric Covener
covener@gmail.com

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscribe@httpd.apache.org
For additional commands, e-mail: docs-help@httpd.apache.org


Re: [PATCH] TimeOut directive valid in VirtualHost context

Posted by Jeff Trawick <tr...@gmail.com>.
On 11/15/06, Eric Covener <co...@gmail.com> wrote:
> Appears to be the case for even 2.0.x

>  <default>TimeOut 300</default>
> -<contextlist><context>server config</context></contextlist>
> +<contextlist><context>server config</context><context>virtual

commited back to 2.0.x... also busted in 1.3, but I didn't touch that

xforms not committed for 2.2.x and trunk as there were other unrelated
diffs to check

thanks!

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscribe@httpd.apache.org
For additional commands, e-mail: docs-help@httpd.apache.org