From 74be528450f783d7fda10138b1ce61372c6baa32 Mon Sep 17 00:00:00 2001 From: Ruediger Pluem Date: Sat, 16 Aug 2008 19:35:20 +0000 Subject: [PATCH] * Add missing documentation for proxy-initial-not-pooled (r684351). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@686549 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/env.xml | 2 +- docs/manual/mod/mod_proxy_http.xml | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/docs/manual/env.xml b/docs/manual/env.xml index 4da4187905..b1a9a03cd2 100644 --- a/docs/manual/env.xml +++ b/docs/manual/env.xml @@ -391,7 +391,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.xml b/docs/manual/mod/mod_proxy_http.xml index f92a86facc..1d7ae94191 100644 --- a/docs/manual/mod/mod_proxy_http.xml +++ b/docs/manual/mod/mod_proxy_http.xml @@ -101,6 +101,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. +
-- 2.40.0