https://issues.apache.org/bugzilla/show_bug.cgi?id=46872

           Summary: apache BalancerMember not listening to max connections
           Product: Apache httpd-2
           Version: 2.2.11
          Platform: Sun
        OS/Version: Solaris
            Status: NEW
          Severity: major
          Priority: P3
         Component: mod_proxy_balancer
        AssignedTo: [email protected]
        ReportedBy: [email protected]


Currently I am using a apache 2.2.11 instance with a balancer configuration:

<Proxy balancer://patmos>
  BalancerMember ajp://10.0.0.208:8009 route=tomcat01 min=50 smax=80 max=100 
  BalancerMember ajp://10.0.0.228:8009 route=tomcat02 min=50 smax=80 max=100 
</Proxy>
ProxyPass / balancer://patmos/ stickysession=JSESSIONID|jsessionid
nofailover=Off 

My tomcat servers are configured to accept max 512 connections.

The tomcat servers has +/- 512 established ajp connections each(seen with a
netstat). That's more than the max=100 what is configured on the
BalancerMember.

Because 512 is the max for a tomcat instance, Apache got connection refused
errors and disables that BalanceMember and the website is offline. 

It seems to me Apache is not listening to the smax and max params on the
BalancerMember.

-- 
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]

Reply via email to