summaryrefslogtreecommitdiffstats
path: root/docs/manual/mod/mod_proxy_http.html.en
diff options
context:
space:
mode:
authorVincent Bray <noodl@apache.org>2008-08-21 00:55:37 +0200
committerVincent Bray <noodl@apache.org>2008-08-21 00:55:37 +0200
commit955382a02455d20421e59b22b05ebb170a11c3c2 (patch)
tree816e36ec9cc759025b7654a808065c0027b2de17 /docs/manual/mod/mod_proxy_http.html.en
parentMinor grammar corrections for mod_ssl.xml (diff)
downloadapache2-955382a02455d20421e59b22b05ebb170a11c3c2.tar.xz
apache2-955382a02455d20421e59b22b05ebb170a11c3c2.zip
Update transformations
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@687496 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_proxy_http.html.en')
-rw-r--r--docs/manual/mod/mod_proxy_http.html.en14
1 files changed, 12 insertions, 2 deletions
diff --git a/docs/manual/mod/mod_proxy_http.html.en b/docs/manual/mod/mod_proxy_http.html.en
index 396ba6106a..6fdc34486a 100644
--- a/docs/manual/mod/mod_proxy_http.html.en
+++ b/docs/manual/mod/mod_proxy_http.html.en
@@ -75,10 +75,10 @@
<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>
@@ -109,6 +109,16 @@
<code>proxy-interim-response RFC</code> to be fully protocol
compliant, or <code>proxy-interim-response Suppress</code>
to suppress interim responses.</dd>
+ <dt>proxy-initial-not-pooled</dt>
+ <dd>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.
+ </dd>
</dl>
</div>
</div>