Re: [us...@httpd] Re: Load balancing between different versions of a web application

2009-07-06 Thread Pranjal Thakur
On Mon, Jul 6, 2009 at 9:04 PM, Jonathan Zuckerman wrote: > On Mon, Jul 6, 2009 at 5:56 PM, Pranjal Thakur wrote: > > I am using the apache mod_proxy load balancer: > > http://httpd.apache.org/docs/2.2/mod/mod_proxy_balancer.html > > > > I am not able to find any configuration change that I could

Re: [us...@httpd] Re: Load balancing between different versions of a web application

2009-07-06 Thread Jonathan Zuckerman
On Mon, Jul 6, 2009 at 5:56 PM, Pranjal Thakur wrote: > I am using the apache mod_proxy load balancer: > http://httpd.apache.org/docs/2.2/mod/mod_proxy_balancer.html > > I am not able to find any configuration change that I could make to achieve > this. > Here is the situation: > my web application

Re: [us...@httpd] Re: Load balancing between different versions of a web application

2009-07-06 Thread Pranjal Thakur
I am using the apache mod_proxy load balancer: http://httpd.apache.org/docs/2.2/mod/mod_proxy_balancer.html I am not able to find any configuration change that I could make to achieve this. Here is the situation: my web application has 2 versions say N and N+1. N has 5 instances and N+1 has 5 inst

Re: [us...@httpd] Re: Load balancing between different versions of a web application

2009-07-06 Thread Jonathan Zuckerman
On Mon, Jul 6, 2009 at 1:49 PM, Pranjal Thakur wrote: > Hello, > My problem is mentioned in the previous post (see below). I want to add that > I cannot use sticky sessions as the cloud that hosts our sessions is fully > clustered and so has the ability to send requests to a different server > inst

[us...@httpd] Re: Load balancing between different versions of a web application

2009-07-06 Thread Pranjal Thakur
Hello, My problem is mentioned in the previous post (see below). I want to add that I cannot use sticky sessions as the cloud that hosts our sessions is fully clustered and so has the ability to send requests to a different server instance in case the current instance fails. let me know if there i