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