Divert traffic when site down

If you are running Nginx, it is easier to implement a similar scenario with an isolated server running Nginx alone.

In Nginx, the HttpUpstreamModule can be configured to divert the traffic to a completely different domain running on a different server. For example, if your site is yoursite.com, it is easy to divert the visitors to status.yoursite.com when the main site (running on a different server) is down for some reason.