-2

I have following problem.

My domain is registred on service "A" My web-space (not a server) is on Godaddy.

Once a week is my service unreacheble I am sure that is godaddy problem.

My idea is to by some webspace of one different service to make my service redundant.

Note: My service is only few html files with javascrit. I dont' need to sync

But how to do it?

Whre do I have to say "there are two webspaces, if one is not reacheble, so use the other" ?

Thanks a lot

alisia123
  • 139
  • 4

3 Answers3

3

Why would you do this? If GoDaddy's crap, find a decent hosting provider and just use them. Don't pay for a crap service and a good one, then layer significant additional complexity on top with DNS failover (which is about the worst possible way to handle failover, due to client-side caching fail).

womble
  • 95,029
  • 29
  • 173
  • 228
  • I bought their grid hosting, which is cloud like.. but it is crap... could you suggest a better hoster? – alisia123 Mar 25 '12 at 22:21
  • We don't do shopping questions here, for all the reasons given in [this question](http://serverfault.com/q/292013/1375). I'd only end up recommending my employer, anyway... – womble Mar 26 '12 at 08:20
0

You would do this with DNS, you could either use RoundRobin DNS, so that it randomly sends the visitor to either server, or get a DNS server that switches over on fault.

Aaron
  • 93
  • 1
  • 4
0

Cloudflare would be a decent temporary workaround. The real solution is to get off shared hosting and onto a few real machines (if you need high availability, one machine isn't going to cut it)

devicenull
  • 5,572
  • 1
  • 25
  • 31