Setting Up A High-Availability Load Balancer

Discussion in 'HOWTO-Related Questions' started by cchamb2, Nov 28, 2012.

  1. cchamb2

    cchamb2 New Member

    I'm following the HOWTO for "Setting Up A High-Availability Load Balancer (With Failover And Session Support) With HAProxy/Keepalived On Debian Lenny" and I have one quick question.

    How does one get the slave Apache server to mirror the master Apache server so that, on failover, the slave server becomes the master *and serves out the same identical material*?

    Would rsync work?
     
  2. falko

    falko Super Moderator Howtoforge Staff

    Yes, you can use rsync for files and directories and MySQL replication for the databases.
     
  3. aneeshnl

    aneeshnl New Member

    In my limited experience, using glusterfs is better.
     
  4. Jacky.W

    Jacky.W New Member

    Moosefs

    Maybe you can use moosefs, it is realy easy to install and configure, and even to be covered from a failed master server.
     

Share This Page