PR#48865: maxattempts=1 in balancer doc is wrong.
authorEric Covener <covener@apache.org>
Thu, 4 Nov 2010 22:46:27 +0000 (22:46 +0000)
committerEric Covener <covener@apache.org>
Thu, 4 Nov 2010 22:46:27 +0000 (22:46 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1031311 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_proxy.html.en
docs/manual/mod/mod_proxy.xml

index 852428d9a5d69074346c39c04e96bff59d97dbe1..4413d5b91cc822d3d04c6ea7b5a8ac814f906fc4 100644 (file)
@@ -1116,7 +1116,7 @@ through</td></tr>
         pending request balancing. Default is <code>byrequests</code>.
     </td></tr>
     <tr><td>maxattempts</td>
-        <td>1</td>
+        <td>One less than the number of workers, or 1 with a single worker.</td>
         <td>Maximum number of failover attempts before giving up. 
     </td></tr>
     <tr><td>nofailover</td>
index cc4a896d8502684035a950b9a46126c797993b20..3eabdce81b7b7baba6c77c022bfce2798a8dbf5e 100644 (file)
@@ -987,7 +987,7 @@ expressions</description>
         pending request balancing. Default is <code>byrequests</code>.
     </td></tr>
     <tr><td>maxattempts</td>
-        <td>1</td>
+        <td>One less than the number of workers, or 1 with a single worker.</td>
         <td>Maximum number of failover attempts before giving up. 
     </td></tr>
     <tr><td>nofailover</td>