https://issues.apache.org/bugzilla/show_bug.cgi?id=48865
Summary: proxy balancer maxattempts not 1 as default
Product: Apache httpd-2
Version: 2.2.14
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Documentation
AssignedTo: [email protected]
ReportedBy: [email protected]
http://httpd.apache.org/docs/2.2/mod/mod_proxy.html says:
Parameter Default Description
maxattempts 1 Maximum number of failover attempts before giving up.
But /balancer-manager shows different number for FailoverAttempts.
And code says (/mod_proxy_balancer.c):
/* Set default number of attempts to the number of
* workers.
*/
if (!balancer->max_attempts_set && balancer->workers->nelts > 1) {
balancer->max_attempts = balancer->workers->nelts - 1;
balancer->max_attempts_set = 1;
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]