From: Ruediger Pluem Date: Sat, 16 Aug 2008 19:29:49 +0000 (+0000) Subject: Merge r686540, r686541, r686542, r686547 from trunk: X-Git-Tag: 2.2.10~77 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae94bfd0dc7c138a1719fea8ea659e0ec140bc9b;p=thirdparty%2Fapache%2Fhttpd.git Merge r686540, r686541, r686542, r686547 from trunk: * 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 --- diff --git a/docs/manual/env.xml b/docs/manual/env.xml index ac5b7a54c0f..125dd753bfd 100644 --- a/docs/manual/env.xml +++ b/docs/manual/env.xml @@ -389,10 +389,11 @@ -
force-proxy-request-1.0, proxy-nokeepalive, proxy-sendchunked, proxy-sendcl +
force-proxy-request-1.0, proxy-nokeepalive, proxy-sendchunked, + proxy-sendcl, proxy-chain-auth, proxy-interim-response

These directives alter the protocol behavior of - mod_proxy. See the mod_proxy + mod_proxy. See the mod_proxy and mod_proxy_http documentation for more details.

diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml index 67c310a68eb..8bfc3187b07 100644 --- a/docs/manual/mod/mod_proxy.xml +++ b/docs/manual/mod/mod_proxy.xml @@ -782,7 +782,7 @@ expressions clears the in-error flag. timeout - ProxyTimeout + ProxyTimeout Connection timeout in seconds. The number of seconds Apache waits for data sent by / to the backend. @@ -1297,7 +1297,7 @@ directly ProxyTimeout Network timeout for proxied requests ProxyTimeout seconds -ProxyTimeout 300 +Value of Timeout server configvirtual host Available in Apache 2.0.31 and later diff --git a/docs/manual/mod/mod_proxy_http.xml b/docs/manual/mod/mod_proxy_http.xml index a39b6de5559..f92a86facc2 100644 --- a/docs/manual/mod/mod_proxy_http.xml +++ b/docs/manual/mod/mod_proxy_http.xml @@ -67,10 +67,10 @@
proxy-nokeepalive
Forces the proxy to close the backend connection after each request.
-
Proxy-Chain-Auth
+
proxy-chain-auth
If the proxy requires authentication, it will read and consume the proxy authentication credentials sent by the client. - With Proxy-Chain-Auth it will also forward + With proxy-chain-auth it will also 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. Security Warning: