> We'd like to establish a website that is failsafe.
>
> What I mean by this is to architect a series of redundant webservers
> and replicated backends across multiple locations, in the event that
> one server goes does, the system is smart enough to "roll-over" to
> one of the other servers.
>
> I know that Apache can be setup for load balancing, and MySQL has
> replication capabilities, I guess the problem lays with A) how do we
> detect the site has gone down (either backend or webserver), B) once
> the failure has been detected, how do we redirect to a backup server,
> and C) if the failed server comes back online for some reason (maybe
> the connection hiccupped for some reason), how do we redirect back to
> the primary server and make sure that all data is appropriately
> synchronized?
>
> Any insight would be appreciated.
look at this document and then at some of the comments
<a style='text-decoration: underline;' href="http://jeremy.zawodny.com/blog/archives/000805.html" target="_blank">http://jeremy.zawodny.com/blog/archives/000805.html</a>
--
BenM
<a style='text-decoration: underline;' href="http://www.benmeadowcroft.com/" target="_blank">http://www.benmeadowcroft.com/</a><!-- ~MESSAGE_AFTER~ -->
>> Stay informed about: Fail Safe Website?