Re: [users@httpd] Help regarding mod_proxy_balancer, failover and failonstatus

2012-06-18 Thread Praveen Baratam
Hello Daniel, Thanks for the clarification. I have looked into the souce for load_proxy_balancer and it is using the post_request method to mark the BalancerMemeber as defunct which cannot trigger failover within the request. With your help may be I can hack this feature into the module. What is

Re: [users@httpd] Help regarding mod_proxy_balancer, failover and failonstatus

2012-06-18 Thread Daniel Ruggeri
On 6/18/2012 3:17 PM, Praveen Baratam wrote: > > Can mod_proxy failover with out ever returning an error to the client? > If active node fails I need mod_proxy to try the Standby for the same > request and not just from the subsequent request! > > In our setup we are using mod_proxy_balancer to man

[users@httpd] Help regarding mod_proxy_balancer, failover and failonstatus

2012-06-18 Thread Praveen Baratam
Can mod_proxy failover with out ever returning an error to the client? If active node fails I need mod_proxy to try the Standby for the same request and not just from the subsequent request! In our setup we are using mod_proxy_balancer to manage failover of backend servers. Backend servers may ret