Home > MySQL, Security, System Administration > Website On Two Shared Hosts

Website On Two Shared Hosts

November 30th, 2009

Hi,

Since previous programmer didn’t do the job, I need to open same project again. I use shared hosting and I would like to have website hosted on two shared hosting accounts – failover with load balancing. This practically means that there is one website hosted on two shared hosting accounts, 50% of traffic goes to hosting A and other 50% goes to hosting B. In case one goes off, 100% of traffic goes to one that’s online.

I use five MySql databases which need to be updated automatically (between hosting A and B)! So both hosting accounts should update themselves every 5 minutes or so – or maybe just when changes happen. Don’t know how this works… I just want that if one hosting account goes offline, other will stay online – want to have website 99,99% uptime and that it works fast enough!

Regards


Website On Two Shared Hosts

Comments are closed.
Bear