]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
mention compat info for failonstatus flag, and remind that we're still
authorEric Covener <covener@apache.org>
Sat, 3 Sep 2011 17:51:43 +0000 (17:51 +0000)
committerEric Covener <covener@apache.org>
Sat, 3 Sep 2011 17:51:43 +0000 (17:51 +0000)
in the ProxyPass doc.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1164897 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_proxy.xml

index 44eb65a968a185cd2ae165d09e8cd6f295521fe1..81a308c81aece218afefec6273cea001970e8ad4 100644 (file)
@@ -943,7 +943,7 @@ expressions</description>
 
     </table>
 
-    <p>If the Proxy directive scheme starts with the
+    <p>If the <directive>ProxyPass</directive> directive scheme starts with the
     <code>balancer://</code> (eg: <code>balancer://cluster/</code>, 
     any path information is ignored)  then a virtual worker that does not really
     communicate with the backend server will be created. Instead it is responsible
@@ -1000,6 +1000,7 @@ expressions</description>
         <td>A single or comma-separated list of HTTP status codes. If set this will
         force the worker into error state when the backend returns any status code
         in the list. Worker recovery behaves the same as other worker errors.
+        Available with Apache HTTP Server 2.2.17 and later.
     </td></tr>
     
     </table>