Re: Backup Web Server

2002-11-25 Thread Steve Mickeler
#2 (vrrp) is a subset of #3 (LVS / keepalived / vrrp ) I have several boxes configured as master / backup routers with the VRRP component of keepalived. You just need to configure keepalived to not use LVS and then you have a clean and simple VRRP install. On Mon, 25 Nov 2002, Jeremy Zawodny wr

Re: Backup Web Server

2002-11-25 Thread Jeremy Zawodny
On Mon, Nov 25, 2002 at 02:17:22PM -0500, Steve Mickeler wrote: > > Theres a couple of ways you can do this. > > 1) round robin dns : 2 servers with their own IP's, each serving up the > website. If one goes down, you still get a 50% success rate. > > 2) VRRP via keepalived - http://www.keepali

Re: Backup Web Server

2002-11-25 Thread Steve Mickeler
s that the inbound requests are balanced across. It can also do enhanced checks on the local servers to make sure that only healthy nodes are answering requests. On Mon, 25 Nov 2002 [EMAIL PROTECTED] wrote: > >Can anyone pls tell me how to setup a Backup Web Server..meaning if the >

Re: Backup Web Server

2002-11-25 Thread Thing
cluster it, when one box goes down, its backup takes up that IP Thing On Mon, 25 Nov 2002 20:12, [EMAIL PROTECTED] wrote: >Can anyone pls tell me how to setup a Backup Web Server..meaning if the > primary Web Server fails, it will automatically go to a seperate Web > Server.

Re: Backup Web Server

2002-11-25 Thread Thing
cluster it Thing On Mon, 25 Nov 2002 20:12, [EMAIL PROTECTED] wrote: >Can anyone pls tell me how to setup a Backup Web Server..meaning if the > primary Web Server fails, it will automatically go to a seperate Web > Server. > > ex. > > Home User - www.abc.com

Re: Backup Web Server

2002-11-25 Thread Jason Lim
- Original Message - From: <[EMAIL PROTECTED]> To: "Russell Coker" <[EMAIL PROTECTED]> Cc: "Jason Lim" <[EMAIL PROTECTED]>; "Katim S. Touray" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, November 25, 2002 6:12 PM Subje

Re: Backup Web Server

2002-11-25 Thread Peter Billson
Rizal, Check out HA (High Availability) http://linux-ha.org Pete -- http://www.elbnet.com ELB Internet Service, Inc. Web Design, Computer Consulting, Internet Hosting [EMAIL PROTECTED] wrote: > >Can anyone pls tell me how to setup a Backup Web Server..meaning if the > primary W

Backup Web Server

2002-11-24 Thread rizal
Can anyone pls tell me how to setup a Backup Web Server..meaning if the primary Web Server fails, it will automatically go to a seperate Web Server. ex. Home User - www.abc.com Server Unit 1 - www.abc.com : but if the unit bogs down