* Note further env variables and that their documentation can be found
in mod_proxy_http.
* Write variable in lowercase.
* Fix error in default setting for ProxyTimeout
Submitted by: rpluem
Reviewed by: rpluem
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@686548
13f79535-47bb-0310-9956-
ffa450edef68
</section>
- <section id="proxy"><title>force-proxy-request-1.0, proxy-nokeepalive, proxy-sendchunked, proxy-sendcl</title>
+ <section id="proxy"><title>force-proxy-request-1.0, proxy-nokeepalive, proxy-sendchunked,
+ proxy-sendcl, proxy-chain-auth, proxy-interim-response</title>
<p>These directives alter the protocol behavior of
- <module>mod_proxy</module>. See the <module>mod_proxy</module>
+ <module>mod_proxy</module>. See the <module>mod_proxy</module> and <module>mod_proxy_http</module>
documentation for more details.</p>
</section>
clears the in-error flag.
</td></tr>
<tr><td>timeout</td>
- <td><directive>ProxyTimeout</directive></td>
+ <td><directive module="mod_proxy">ProxyTimeout</directive></td>
<td>Connection timeout in seconds.
The number of seconds Apache waits for data sent by / to the backend.
</td></tr>
<name>ProxyTimeout</name>
<description>Network timeout for proxied requests</description>
<syntax>ProxyTimeout <var>seconds</var></syntax>
-<default>ProxyTimeout 300</default>
+<default>Value of <directive module="core">Timeout</directive></default>
<contextlist><context>server config</context><context>virtual host</context>
</contextlist>
<compatibility>Available in Apache 2.0.31 and later</compatibility>
<dt>proxy-nokeepalive</dt>
<dd>Forces the proxy to close the backend connection after
each request.</dd>
- <dt>Proxy-Chain-Auth</dt>
+ <dt>proxy-chain-auth</dt>
<dd>If the proxy requires authentication, it will read and
consume the proxy authentication credentials sent by the client.
- With <var>Proxy-Chain-Auth</var> it will <em>also</em> forward
+ With <var>proxy-chain-auth</var> it will <em>also</em> forward
the credentials to the next proxy in the chain. This may
be necessary if you have a chain of proxies that share
authentication information. <strong>Security Warning:</strong>