https://issues.apache.org/bugzilla/show_bug.cgi?id=44736
--- Comment #38 from William Lovaton <[email protected]> --- (In reply to Yann Ylavic from comment #37) > According to the balancer-manager, the lbfactor seems to be 0. That > shouldn't happen. > > Are your balancer members also used as standalone workers (eg. same URL used > before in a ProxyPass or <Proxy> section in your configuration)? That's happening to me too after installing a test package for RHEL 6. There is also another problem I just noticed after the update: I have two <Proxy balancer> directives in my config for the same domain, one for port 80 and another one for port 443 (the secure connection is not mandatory yet) and before applying the patch both balancer-manager pages showed independent values and stats for plain and secure, now they are showing exactly the same values. In my case the secure connection used to receive a lot less connections than the unsecure one. The config for port 80 is this one: Header add Set-Cookie "ROUTEID=.%{BALANCER_WORKER_ROUTE}e; path=/" env=BALANCER_ROUTE_CHANGED <Proxy balancer://ciklos-balancer> BalancerMember http://cdplin25.coomeva.nal:80 route=web1 loadfactor=1 retry=0 BalancerMember http://cdplin26.coomeva.nal:80 route=web2 loadfactor=1 retry=0 ProxySet stickysession=ROUTEID ProxySet nofailover=On ProxySet lbmethod=bybusyness </Proxy> ProxyPass /balancer-manager ! ProxyPass / balancer://ciklos-balancer/ ProxyPassReverse / balancer://ciklos-balancer/ And config for port 443 is the following (the only difference is the balancer name): Header add Set-Cookie "ROUTEID=.%{BALANCER_WORKER_ROUTE}e; path=/" env=BALANCER_ROUTE_CHANGED <Proxy balancer://ssl-ciklos-balancer> BalancerMember http://cdplin25.coomeva.nal:80 route=web1 loadfactor=1 retry=0 BalancerMember http://cdplin26.coomeva.nal:80 route=web2 loadfactor=1 retry=0 ProxySet stickysession=ROUTEID ProxySet nofailover=On ProxySet lbmethod=bybusyness </Proxy> ProxyPass /balancer-manager ! ProxyPass / balancer://ssl-ciklos-balancer/ ProxyPassReverse / balancer://ssl-ciklos-balancer/ Also note that the loadfactor is 1 but the balancer-manager shows 0 in both cases even after a hard stop/start sequence. -- 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]
