Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Error Page when the server is down 1

Status
Not open for further replies.

elguaro

Programmer
Nov 13, 2002
10
AU
Hi All

How can you set up an nice error page for when the server is down? I DON'T mean any of the HTTP errors you can customize in IIS (file not found etc). The server is DOWN, how could I still send a customized error? It doesn't sound logic but there might be a way around this. Anyone knows?

 
When I say the server is down what I really mean is that IIS is stopped ...
 
You could configure your DNS with a failover service.
I use Zoneedit for my personal web sites. (
What's failover for? How do I use this service?

Failover monitoring service works when you have two or more web servers running the same (or similar) web site.

First, you need one or more IP addresses or CNAME's set up for your domains, then you add the failover monitor.
The failover monitor watches your web server(s) by hitting a URL you specify and looking for text in the first 500 bytes of the results.
When the system detects that one of them is having an error, it pulls the IP address out of the list.
If none of the IP's are responding and you have a failure IP/URL defined, then it points the site to the failure IP/URL.
If the system can't get to all of the IP's, then it assumes that the fault is its own connection - and it restores the primary site.
This effectively and safely keeps your site online - even if one of your web servers is down.

Any time the state of your service changes, an email can be sent to the "notify" email address.

Hope this answers your question.
 
Yes, that's what I needed. Thanks MarcHav ...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top