From 966c3f2f547b2f5307d29cab67d0519bca07cc86 Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Thu, 4 Nov 2010 22:46:27 +0000 Subject: [PATCH] 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 --- 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 852428d9a5..4413d5b91c 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 cc4a896d85..3eabdce81b 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 -- 2.50.1