From: André Malo Date: Sat, 17 Jan 2015 17:21:01 +0000 (+0000) Subject: update transformation X-Git-Tag: 2.4.12~31 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bf6a210fd6b523adf018797a8f99ab8f3f7ac47c;p=apache update transformation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1652646 13f79535-47bb-0310-9956-ffa450edef68 --- 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