Re: [EMAIL PROTECTED] LoadBalancing with sessions

2007-06-28 Thread Santi Saez
El 19/06/2007, a las 11:23, Jorge González escribió: Hi all! I need to build a cluster with 2 Apache. PHP will be installed in both web servers so I need to mangle sessions. I tried balancing with Apache and mod_proxy_balanced but when there is a session the user goes always to the same

Re: [EMAIL PROTECTED] LoadBalancing with sessions

2007-06-20 Thread Serge Dubrouski
On 6/20/07, Jorge González <[EMAIL PROTECTED]> wrote: Hi! Ok, Apache balancing requests. Another option is LVS without Apache nither mod_load_balancer / mod_proxy_balancer. the problem: the user with session is going always to the same backend web server. This is not real balancing for me. It

Re: [EMAIL PROTECTED] LoadBalancing with sessions

2007-06-20 Thread Jorge González
Hi! Ok, Apache balancing requests. Another option is LVS without Apache nither mod_load_balancer / mod_proxy_balancer. the problem: the user with session is going always to the same backend web server. This is not real balancing for me. The major problem is do real balancing between servers

Re: [EMAIL PROTECTED] LoadBalancing with sessions

2007-06-19 Thread Serge Dubrouski
1. Apache + mod_load_balancer 2. Heartbeat + DRBD to make Apache highly available and to provide PHP a shared storage for creating persistent sessions. Serge, On 6/19/07, Jorge González <[EMAIL PROTECTED]> wrote: Hi all! I need to build a cluster with 2 Apache. PHP will be installed in both we

[EMAIL PROTECTED] LoadBalancing with sessions

2007-06-19 Thread Jorge González
Hi all! I need to build a cluster with 2 Apache. PHP will be installed in both web servers so I need to mangle sessions. I tried balancing with Apache and mod_proxy_balanced but when there is a session the user goes always to the same backend web server. I think this is not usefull because if