« Previous Next »

Answered Thread: Host Header Routing - (NOT HOSTING MULTIPLE SITES ON ONE IIS SERVER)

Last post 11-06-2009 12:59 PM by DubOhio. 8 replies.

Average Rating Rate It (5)

RSS

Page 1 of 1 (9 items)

Sort Posts:

  • 11-04-2009, 9:34 AM

    • DubOhio
    • Top 500 Contributor
    • Joined on 11-04-2009, 1:57 PM
    • Posts 23

    Host Header Routing - (NOT HOSTING MULTIPLE SITES ON ONE IIS SERVER)

    Here is a quick rundown of what I have and what I’m trying to do.

     

    Server1: 192.168.2.2

     

    Server2: 192.168.2.3

     

    Router:

    Internal IP: 192.168.2.1

    External IP: 74.1.1.1

     

    Website1: www.yo.com

     

    Website2: www.yo2.com

     

    Is there any hardware/software out there that can route host headers to physically different IIS server or is there a way to setup front end with multiple backend IIS Servers like exchange?

     

    www.yo.com--->74.1.1.1--->192.168.2.2

     

    www.yo.com--->74.1.1.1--->192.168.2.3

     

    This is what I’m trying to accomplish.  I don’t want something shady like hosting a website on a different port.  How does a webhosting company accomplish this?

    Thanks for any help!

  • 11-04-2009, 9:48 AM In reply to

    Re: Host Header Routing - (NOT HOSTING MULTIPLE SITES ON ONE IIS SERVER)

    If I were you I would use load balancing technologies to createa  web farm for your backend servers.

    Often this is donevia hardware a network load balancer but you can you MS software with NLB (network loadbalancer) and the new ARR module for IIS 7 can do this too.

    http://www.iis.net/extensions/ApplicationRequestRouting

  • 11-04-2009, 10:06 AM In reply to

    • DubOhio
    • Top 500 Contributor
    • Joined on 11-04-2009, 1:57 PM
    • Posts 23

    Re: Host Header Routing - (NOT HOSTING MULTIPLE SITES ON ONE IIS SERVER)

    that looks like it might work.  But i do have a few IIS6 Servers will this still route that traffic aswell or does this only work with IIS7 Server

  • 11-04-2009, 2:48 PM In reply to

    • anilr
    • Top 10 Contributor
    • Joined on 05-23-2006, 10:13 PM
    • Redmond, WA
    • Posts 2,343

    Re: Host Header Routing - (NOT HOSTING MULTIPLE SITES ON ONE IIS SERVER)

    ARR will only run on IIS7 but it can definitely route to any http server (IIS6 or apache or whatever).  You can either set it up as another server in front of your existing servers, or load it on one of your existing servers and have the router send all traffic to it and use url-rewrite rules in ARR to send only some of the hostnames along to the other hosts.

    Anil Ruia
    Senior Software Design Engineer
    IIS Core Server
  • 11-04-2009, 2:57 PM In reply to

    • DubOhio
    • Top 500 Contributor
    • Joined on 11-04-2009, 1:57 PM
    • Posts 23

    Re: Host Header Routing - (NOT HOSTING MULTIPLE SITES ON ONE IIS SERVER)

    are there any good step by steps to help me get this up and running?  I followed what was on MSFT's site, and i now have the 'Server Farms' folder but when I click on it dont get any of the options that I see in the video on MSFT's site.  To actualy do the HostHeader redirect.  the screen is just blank...

  • 11-05-2009, 10:38 AM In reply to

    • DubOhio
    • Top 500 Contributor
    • Joined on 11-04-2009, 1:57 PM
    • Posts 23

    Re: Host Header Routing - (NOT HOSTING MULTIPLE SITES ON ONE IIS SERVER)

    bump

  • 11-05-2009, 11:35 AM In reply to

    • anilr
    • Top 10 Contributor
    • Joined on 05-23-2006, 10:13 PM
    • Redmond, WA
    • Posts 2,343

    Re: Host Header Routing - (NOT HOSTING MULTIPLE SITES ON ONE IIS SERVER)

    What version of ARR/webfarm framework do you have installed?  Any errors in the eventlog?

    Anil Ruia
    Senior Software Design Engineer
    IIS Core Server
  • 11-05-2009, 11:43 AM In reply to

    • DubOhio
    • Top 500 Contributor
    • Joined on 11-04-2009, 1:57 PM
    • Posts 23

    Answered Re: Host Header Routing - (NOT HOSTING MULTIPLE SITES ON ONE IIS SERVER)

    Ok I figured that out buy just reinstalling it.

     

    Now is there any how to out there to help me make this thing route domain names to specific server?

  • 11-06-2009, 12:59 PM In reply to

    • DubOhio
    • Top 500 Contributor
    • Joined on 11-04-2009, 1:57 PM
    • Posts 23

    Re: Host Header Routing - (NOT HOSTING MULTIPLE SITES ON ONE IIS SERVER)

    bump

Page 1 of 1 (9 items)
Microsoft Communities