Forum Moderators: phranque
We have two related sites, as well as a secure site we use for ecommerce. They are all cross-linked. They are all hosted by the same company but on different shared servers.
I would like to have a failover solution that will provide two things:
1. Something besides an error message for human visitors.
2. Something that would prevent spiders from declaring our sites defunct.
Any sage advice from anyone?
I would like to have a failover solution
In order for one to fail over to the other, each box will need to be aware of what the other is doing. They will need to exchange "I'm still alive!" messages periodically, so we'll need some software on each, to send them and to monitor them.
If each box has a unique IP, then some hardware will probably be needed to reroute traffic from one to the other in the event of a failure. If they share an IP, the non-failed box will need to somehow notify the upstream router to reroute. Off the shelf hardware and software probably exists to do all of this, it's probably available to and commonly used by hosting companies.
But if we add the complication of shared hosting, it becomes nearly impossible to implement a failover. A hosting company could offer a "redundant shared hosting package" at a premium price and perhaps some do, but shared hosting generally targets budget conscious customers.
This failover issue has been discussed occasionally over the years and I still haven't seen a definitive or satifactory answer. We have a few members that are involved with pro hosting and hopefully some will offer their insights.