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

svn commit: r1651668 - in /httpd/httpd/branches/2.4.x/docs/manual/mod: mod_proxy.xml mod_proxy_fcgi.xml

Author: covener
Date: Wed Jan 14 13:32:57 2015
New Revision: 1651668

URL: http://svn.apache.org/r1651668
Log:
sprinkle some compat info 

Modified:
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy.xml
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_fcgi.xml

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy.xml?rev=1651668&r1=1651667&r2=1651668&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy.xml (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy.xml Wed Jan 14 13:32:57 2015
@@ -1022,7 +1022,7 @@ ProxyPass /mirror/foo http://backend.exa
         <td>On</td>
         <td>This is the inverse of 'disablereuse' above, provided as a
         convenience for scheme handlers that require opt-in for connection
-        reuse (such as <module>mod_proxy_fcgi</module>).
+        reuse (such as <module>mod_proxy_fcgi</module>).  2.4.11 and later only.
     </td></tr>
     <tr><td>flushpackets</td>
         <td>off</td>

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_fcgi.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_fcgi.xml?rev=1651668&r1=1651667&r2=1651668&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_fcgi.xml (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_fcgi.xml Wed Jan 14 13:32:57 2015
@@ -75,7 +75,7 @@
     from httpd, you can opt-in to connection reuse as shown in the following
     example:</p>
 
-    <example><title>Single application instance, connection reuse</title>
+    <example><title>Single application instance, connection reuse (2.4.11 and later)</title>
     <highlight language="config">
       ProxyPass /myapp/ fcgi://localhost:4000/ enablereuse=on
       </highlight>
@@ -171,7 +171,7 @@ ProxyPass /myapp/ balancer://myappcluste
         a "best guess" for <var>PATH_INFO</var>, set this env-var.
         This is a workaround for a bug in some FCGI implementations.  This
         variable can be set to multiple values to tweak at how the best guess
-        is chosen:
+        is chosen (In 2.4.11 and later only):
         <dl>
           <dt>first-dot</dt>
           <dd>PATH_INFO is split from the slash following the