From: Eric Covener Date: Thu, 4 Nov 2010 22:46:27 +0000 (+0000) Subject: PR#48865: maxattempts=1 in balancer doc is wrong. X-Git-Tag: 2.3.9~137 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=966c3f2f547b2f5307d29cab67d0519bca07cc86;p=thirdparty%2Fapache%2Fhttpd.git PR#48865: maxattempts=1 in balancer doc is wrong. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1031311 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_proxy.html.en b/docs/manual/mod/mod_proxy.html.en index 852428d9a5d..4413d5b91cc 100644 --- a/docs/manual/mod/mod_proxy.html.en +++ b/docs/manual/mod/mod_proxy.html.en @@ -1116,7 +1116,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 cc4a896d850..3eabdce81b7 100644 --- a/docs/manual/mod/mod_proxy.xml +++ b/docs/manual/mod/mod_proxy.xml @@ -987,7 +987,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