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.keepalived.org/ : 2 servers, 1 real floating IP that is bound to the active server. If the active server dies, the IP's are picked up by the standby server and keeps on going. 3) LVS ( Linux Virtual Server ) http://www.linuxvirtualserver.org/ : This is the most involved setup but will also give you the most scalability and availabilty by creating farms of local servers 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 > 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 > it will go to, > > Server Unit 2 - www.abc.com > > Can this be possible? > > Rizal > > "If you think you play too much, play more" > > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > [-] Steve Mickeler [ [EMAIL PROTECTED] ] [|] Todays root password is brought to you by /dev/random [+] 1024D/9AA80CDF = 4103 9E35 2713 D432 924F 3C2E A7B9 A0FE 9AA8 0CDF -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]