Results 1 to 2 of 2

Thread: Server Configuration

  1. #1
    Join Date
    May 2007
    Location
    Boston,ma
    Posts
    2,127
    Thanks
    173
    Thanked 207 Times in 205 Posts

    Default Server Configuration

    Does anyone know how I could swap servers? For example say I had example.com and example2.com, both different servers. example.com goes down is there a way to make example.com direct to a page on my other server like example2.com/exampletemp.html until example.com is back up? I'm running windows server 2003. Thanks for any ideas you have.
    Corrections to my coding/thoughts welcome.

  2. #2
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    Not at all possible. Think about the process: server 1 has crashed; server 1 can't redirect to server 2-- it's broken.
    If one part of server 1 is broken then I suppose you could run some lower level software that does the redirect, but I have no idea how you'd go about that.

    It would be a good idea for this to exist as an addition to the setup for DNS in general, but that's probably a bit too much to ask.

    I suppose if you run your DNS separately from the rest of it you could work it out from there, but that would get complex too.


    The only other idea I can think of is that you have a main server, call it example.com.
    That server then checks on the other servers, like example1.com and example2.com.
    Then whichever is up will get redirected. But that won't solve direct links to those servers, just the new visitors entering the site from the main server.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

  3. The Following User Says Thank You to djr33 For This Useful Post:

    bluewalrus (04-17-2010)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •