Friday, July 8, 2011

Website redirected to Alternate web server in case main web server goes down?

In a short answer, no. The kind of service you are looking for is similar to load balancing, where large enterprises redirect traffic to different servers based on traffic and availability (if they are down). You do not have that luxury. Anything redirects that you would need to send to respond to requests for your website would have to be sent by your server... which would be down.

No comments:

Post a Comment