From 6017e3b0be27f3e9c576be67ae7ae9fb1efb9cb8 Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Thu, 4 Nov 2010 22:47:20 +0000 Subject: [PATCH] Merge r1031311 from trunk: PR#48865: maxattempts=1 in balancer doc is wrong. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1031316 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_proxy.html.en | 2 +- docs/manual/mod/mod_proxy.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual/mod/mod_proxy.html.en b/docs/manual/mod/mod_proxy.html.en index 39310916bfc..bc5dc4f3cb3 100644 --- a/docs/manual/mod/mod_proxy.html.en +++ b/docs/manual/mod/mod_proxy.html.en @@ -1104,7 +1104,7 @@ through pending request balancing. Default is byrequests. maxattempts - 1 + One less than the number of workers, or 1 with a single worker. Maximum number of failover attempts before giving up. nofailover diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml index 26b4af475b4..7b5d37f104d 100644 --- a/docs/manual/mod/mod_proxy.xml +++ b/docs/manual/mod/mod_proxy.xml @@ -952,7 +952,7 @@ expressions pending request balancing. Default is byrequests. maxattempts - 1 + One less than the number of workers, or 1 with a single worker. Maximum number of failover attempts before giving up. nofailover -- 2.47.3