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/05/28 08:28:55 UTC

[users@httpd] Apache load Balacing Question

Hi Experts,
 
I have a question here.

Below is the configuration we  did for loadbalacing. 
 
<Proxy balancer://irj_loadbalancer>
      ProxySet lbmethod=byrequests
      BalancerMember http://serverA.com:88/irj   loadfactor=1
      BalancerMember http://ServerB.com:88/irj   loadfactor=1
  </Proxy>
ProxyPass   /irj   balancer://irj_loadbalancer
 
Now suppose for some reason , if Webserver serverA.com is down then Will Apache be able to block traffic to serverA.com
 
If yes, Can you please send me documentation link.
 
Best Regards,
Tushar.