Re: session synchronization (replication) between two httpd servers configured as load balancers

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, Sep 11, 2013 at 2:45 PM, Igor Cicimov <icicimov@xxxxxxxxx> wrote:

I would like to know, if there exists any solution in order to synchronize (replicate) sessions between two httpd servers which are configured as load balancers using mod_proxy_balancer?

Store the session information in a cookie as explained in the mod_proxy_balancer documentation. In that way the client will provide the session info to apache, no matter which one it lands on (assuming both of them are configured identically). This implies usage of sticky sessions. As far as I'm aware this is the way HAProxy does it as well. Can you please elaborate on which HAProxy (different) functionality you are talking about in regards of sticky table synchronization?

Ah, you are talking about peers option in HAP. I'm afraid there isn't option like that in apache.

[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux