From: Eric Covener Date: Tue, 2 Sep 2008 13:18:29 +0000 (+0000) Subject: update transformations X-Git-Tag: 2.2.10~56 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=47fa9954092b1807974834e333e6144e1c5f5e3f;p=thirdparty%2Fapache%2Fhttpd.git update transformations git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@691235 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/env.html.en b/docs/manual/env.html.en index 5bb7d34a971..8e910898c10 100644 --- a/docs/manual/env.html.en +++ b/docs/manual/env.html.en @@ -349,7 +349,7 @@

force-proxy-request-1.0, proxy-nokeepalive, proxy-sendchunked, - proxy-sendcl, proxy-chain-auth, proxy-interim-response

+ proxy-sendcl, proxy-chain-auth, proxy-interim-response, proxy-initial-not-pooled

These directives alter the protocol behavior of mod_proxy. See the mod_proxy and mod_proxy_http diff --git a/docs/manual/mod/mod_proxy_http.html.en b/docs/manual/mod/mod_proxy_http.html.en index c7328408f0c..218bafa29c7 100644 --- a/docs/manual/mod/mod_proxy_http.html.en +++ b/docs/manual/mod/mod_proxy_http.html.en @@ -109,6 +109,16 @@ proxy-interim-response RFC to be fully protocol compliant, or proxy-interim-response Suppress to suppress interim responses. +

proxy-initial-not-pooled
+
If this variable is set no pooled connection will be reused + if the client connection is an initial connection. This avoids + the "proxy: error reading status line from remote server" error message + caused by the race condition that the backend server closed the + pooled connection after the connection check by the proxy and + before data send by the proxy reached the backend. It has to be + kept in mind that setting this variable downgrades performance, + especially with HTTP/1.0 clients. +