How do you do....it? Thread, Website Resilience in Technical; Mainly a question for those that host their website locally & I asked about this in theory a while back ...
-
12th August 2009, 12:16 PM #1 Website Resilience
Mainly a question for those that host their website locally & I asked about this in theory a while back but have firmed it up so apologies if this looks familiar.
We are updating our website & moving it to internal hosting. One worry is that we are moving more and more to the website being our first point of contact in case of problems. So if the net connection goes down, we have a power cut or some other calamity befalls the site we want at least a simple page explaining what is going on & what people should be doing.
So currently I am working on the principle that we keep our free hosting on www & have our new webserver named www2. This way we can create a scripted page that checks www2 is available and forward the user on to that if all is ok. If there is a problem then it will display a simple page stating there is a problem and have the ability for us to get at a backend page to add more info or select a reason. The worry is that anyone bookmarking the site will end up bookmarking a www2 page so bypass the frontpage and end up missing this system. So far the alternative is to hide the whole site within a frame so the url always appears as www. We are not too fussed about the normal reasons for not using frames but I have a niggle that this could cause problems.
So what do others do? Anyone any ideas? Resilence is the priority really, everything else comes after.
-
-
IDG Tech News
-
12th August 2009, 12:26 PM #2 I did look at internal hosting years ago, but with the cost of a server, UPS, electricity, server administration, security (in other words a firewall), and static IP address it just isn't cost effective whatsoever.
If your website receives heavy traffic, the main disadvantage of ADSL is of course the uploading bandwidth restrictions. You could look at SDSL or a lease line, but again, using a hosting provider is definitely more cost effective.
-
-
12th August 2009, 12:36 PM #3 Well there is no worries with all that, we have it all in place all ready and are on an 8 meg line. It is purely the fact of having something available if the site does go down & making it foolproof to get to.
-
-
12th August 2009, 12:42 PM #4 So you have an upload of 8Mbps? Generally it's recommended to have at least 2 DNS servers and these can be pointed to any externally facing server in the world. The main problem is getting the two servers to 'talk' or share information, so some form of replication would be needed to keep information up-to-date.
-
-
12th August 2009, 12:58 PM #5 '8 meg line' probably means ADSL, so pitiful upload. If it were me, I'd use Apache and mod_proxy, with a suitably configured error page. Then poison your internal DNS so that it thinks the internal site is the one to go for, and let it handle passing requests through to outside.
-
-
12th August 2009, 01:08 PM #6 Nope, leased line. Sorry may not have made this clear, this is for the school site. We want parents and the like to always get something, incase of problems and information. Do other schools that host their site internally just have a dead site if they go down?
-
-
12th August 2009, 01:30 PM #7 Oh, I misread your OP completely, sorry. In that case I'd do the same thing but the other way round, so your external host proxies to the inside and returns a suitable error if it's not there. I did this at my last place, where I could only open the intranet to the outside world to a strict set of IP addresses, so I persuaded the LA that controlling access through an external proxy was a safer compromise.
-
SHARE:
Similar Threads
-
By RabbieBurns in forum Web Development
Replies: 14
Last Post: 24th July 2009, 06:25 PM
-
By itgeek2008 in forum Web Development
Replies: 10
Last Post: 6th April 2009, 03:35 PM
-
By kennysarmy in forum Windows
Replies: 4
Last Post: 22nd July 2008, 11:08 AM
-
By ticker in forum General Chat
Replies: 4
Last Post: 25th April 2008, 07:22 PM
-
By Norphy in forum Web Development
Replies: 8
Last Post: 31st March 2006, 01:31 PM
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules