]> granicus.if.org Git - apache/commitdiff
update transformation
authorAndré Malo <nd@apache.org>
Sat, 17 Jan 2015 17:21:01 +0000 (17:21 +0000)
committerAndré Malo <nd@apache.org>
Sat, 17 Jan 2015 17:21:01 +0000 (17:21 +0000)
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
docs/manual/mod/mod_proxy_http.html.en

index e8d66c00ec0371ead06fcaef306341025e50bfb6..78b1e08a916d5efe33873fc9ae6979cb5039fd8b 100644 (file)
@@ -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
index 3e55caa6960de6106d35b028140ceda518ab189e..6a1410adff89804303374a2879e27f25caf6aa4c 100644 (file)
         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
+        <dd>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