]> granicus.if.org Git - apache/commitdiff
sprinkle some compat info
authorEric Covener <covener@apache.org>
Wed, 14 Jan 2015 13:32:57 +0000 (13:32 +0000)
committerEric Covener <covener@apache.org>
Wed, 14 Jan 2015 13:32:57 +0000 (13:32 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1651668 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_proxy.xml
docs/manual/mod/mod_proxy_fcgi.xml

index 38ae444c79ba046381c03cb112deed08f133b82d..2c795a55b617e5915927ca1bee9141f98882df18 100644 (file)
@@ -1022,7 +1022,7 @@ ProxyPass /mirror/foo http://backend.example.com
         <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>
index 0491df85b5c83193fd8fd9aba2a35a7641622807..fa8afaf8bccfdff3efa556584edf94824833c78c 100644 (file)
@@ -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://myappcluster/
         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