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