Re: Routing
From: Kristofer Gafvert (kgafvert_at_NEWSilopia.com)
Date: 01/12/05
- Next message: Kristofer Gafvert: "Re: Web published on Directory Controller"
- Previous message: Kristofer Gafvert: "Re: Need help! IIS - IE - anonymous, basic and windows integrated authentication"
- In reply to: SLE: "Routing"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 11 Jan 2005 23:35:45 -0800
Hello,
HTTP (1.1) has a header field called Host. The webserver can use this
field to find out what domain the user wanted to access. This makes it
possible to run multiple websites on the same server, using the same IP
and same port.
KB Article 324287 explains how to set up Host Headers on the server.
http://support.microsoft.com/?id=324287
So this can be done with only one webserver.
-- Regards, Kristofer Gafvert www.ilopia.com SLE wrote: > Hi there, > > Incoming traffic on port 80 is being routed to our Windows 2003 box running > IIS. This works fine for our primary domain which is configured in the > "Default Web Site" space listening on port 80. However, we have registered 2 > different domains and I wonder whether it's possible to configure IIS to > have domain x.com routed to the first IIS site and have domain y.com traffic > to another IIS site (which will be listening on a non-80 port I suppose). > > Can this be achieved transparently by configuring IIS only? Or do we need 2 > IIS boxes? > > FYI: our external router/firewall is not capable of filtering HTTP headers > [I think] > > > Thanks, > > -- > SLE
- Next message: Kristofer Gafvert: "Re: Web published on Directory Controller"
- Previous message: Kristofer Gafvert: "Re: Need help! IIS - IE - anonymous, basic and windows integrated authentication"
- In reply to: SLE: "Routing"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|