From bf6a210fd6b523adf018797a8f99ab8f3f7ac47c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Malo?= Date: Sat, 17 Jan 2015 17:21:01 +0000 Subject: [PATCH] update transformation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1652646 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/convenience.map | 1 + docs/manual/mod/mod_proxy_http.html.en | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/manual/convenience.map b/docs/manual/convenience.map index e8d66c00ec..78b1e08a91 100644 --- a/docs/manual/convenience.map +++ b/docs/manual/convenience.map @@ -554,6 +554,7 @@ sslrequiressl mod/mod_ssl.html#sslrequiressl sslsessioncache mod/mod_ssl.html#sslsessioncache sslsessioncachetimeout mod/mod_ssl.html#sslsessioncachetimeout sslsessionticketkeyfile mod/mod_ssl.html#sslsessionticketkeyfile +sslsessiontickets mod/mod_ssl.html#sslsessiontickets sslsrpunknownuserseed mod/mod_ssl.html#sslsrpunknownuserseed sslsrpverifierfile mod/mod_ssl.html#sslsrpverifierfile sslstaplingcache mod/mod_ssl.html#sslstaplingcache diff --git a/docs/manual/mod/mod_proxy_http.html.en b/docs/manual/mod/mod_proxy_http.html.en index 3e55caa696..6a1410adff 100644 --- a/docs/manual/mod/mod_proxy_http.html.en +++ b/docs/manual/mod/mod_proxy_http.html.en @@ -116,8 +116,8 @@ 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 +
If this variable is set, no pooled connection will be reused + if the client request is the initial request on the frontend 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 -- 2.50.1