You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Tushar Chavan <tu...@hotmail.com> on 2011/03/04 19:06:05 UTC

[users@httpd] Default Algorithm for mod_proxy_balancer

Hi Experts,
Just a query. Which is the default algorithm   mod_proxy_balancer  uses?
I have just defined below configuration.  lbmethod  is specified. Which one will be used?
<Proxy balancer://mycluster>
BalancerMember http://192.168.1.50:80
BalancerMember http://192.168.1.51:80
</Proxy>
ProxyPass /irj balancer://mycluster

Best Regards,Tushar