You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by nd...@apache.org on 2015/01/17 18:21:01 UTC

svn commit: r1652646 - in /httpd/httpd/branches/2.4.x/docs/manual: convenience.map mod/mod_proxy_http.html.en

Author: nd
Date: Sat Jan 17 17:21:01 2015
New Revision: 1652646

URL: http://svn.apache.org/r1652646
Log:
update transformation

Modified:
    httpd/httpd/branches/2.4.x/docs/manual/convenience.map
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_http.html.en

Modified: httpd/httpd/branches/2.4.x/docs/manual/convenience.map
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/convenience.map?rev=1652646&r1=1652645&r2=1652646&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/convenience.map (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/convenience.map Sat Jan 17 17:21:01 2015
@@ -554,6 +554,7 @@ sslrequiressl	mod/mod_ssl.html#sslrequir
 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

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_http.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_http.html.en?rev=1652646&r1=1652645&r2=1652646&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_http.html.en (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_http.html.en Sat Jan 17 17:21:01 2015
@@ -116,8 +116,8 @@
         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