Click here to Skip to main content
16,014,892 members
Home / Discussions / System Admin
   

System Admin

 
GeneralProblem with starting IIS on W2k professional Pin
Bash6-Nov-02 21:37
Bash6-Nov-02 21:37 
GeneralRe: Problem with starting IIS on W2k professional Pin
Zhymantas Vechorskis15-Nov-02 21:45
Zhymantas Vechorskis15-Nov-02 21:45 
Generaljow to get rights Pin
Anonymous6-Nov-02 17:01
Anonymous6-Nov-02 17:01 
GeneralOutlook Express Export Problem Pin
Vasudevan Deepak Kumar5-Nov-02 21:10
Vasudevan Deepak Kumar5-Nov-02 21:10 
GeneralDuplicate Name in IIS 5.0 Pin
Roger Wright5-Nov-02 19:43
professionalRoger Wright5-Nov-02 19:43 
GeneralI don't know Pin
ColinDavies5-Nov-02 21:09
ColinDavies5-Nov-02 21:09 
GeneralRe: Duplicate Name in IIS 5.0 Pin
zhoujun5-Nov-02 21:49
zhoujun5-Nov-02 21:49 
GeneralRe: Duplicate Name in IIS 5.0 Pin
Richard Deeming6-Nov-02 4:07
mveRichard Deeming6-Nov-02 4:07 
Each web-site in IIS must have a unique "address", which is a combination of:
  • The IP address it listens to;
  • The port it listens to - normally 80 for HTTP and 443 for HTTPS;
  • (For HTTP sites only) The Host Header name;

Assuming you are just setting up standard HTTP sites, you can host multiple sites on the same machine by changing one of these three parts.

Since you will probably be using a single IP address, and you don't want to change the port, this leaves the Host Header name. Set this to the domain part of your site's URL - for example, www.site1.com. Assuming the DNS for www.site1.com is pointing to your server, you will then be able to open http://www.site1.com in your browser and see the pages for Site 1.

If one site serves multiple URLs, you can add other entries by clicking the "Advanced" button in the properties of the site.

NB: If someone requests a URL which is pointing to your server, but the domain is not set up as a Host Header name, the request will be passed to the default site, which has no Host Header name set. The simplest way to deal with this is to create an "Under Construction" page as the only page in your default site.

FTP does not have the Host Header name, so if you need to host multiple FTP sites, you will either need to change the port, or configure multiple IP addresses on your machine.
GeneralRe: Duplicate Name in IIS 5.0 Pin
Roger Wright6-Nov-02 4:46
professionalRoger Wright6-Nov-02 4:46 
GeneralRe: Duplicate Name in IIS 5.0 Pin
Richard Deeming6-Nov-02 5:17
mveRichard Deeming6-Nov-02 5:17 
GeneralI think I'd bring up my problem again. Pin
zhoujun5-Nov-02 0:04
zhoujun5-Nov-02 0:04 
GeneralRe: I think I'd bring up my problem again. Pin
Roger Wright5-Nov-02 19:35
professionalRoger Wright5-Nov-02 19:35 
GeneralRe: I think I'd bring up my problem again. Pin
zhoujun5-Nov-02 20:44
zhoujun5-Nov-02 20:44 
GeneralRe: I think I'd bring up my problem again. Pin
Roger Wright5-Nov-02 21:32
professionalRoger Wright5-Nov-02 21:32 
GeneralGuess !!! Pin
ColinDavies5-Nov-02 20:43
ColinDavies5-Nov-02 20:43 
GeneralRe: Guess !!! Pin
Roger Wright5-Nov-02 21:30
professionalRoger Wright5-Nov-02 21:30 
GeneralRe: I think I'd bring up my problem again. Pin
Richard Deeming6-Nov-02 4:31
mveRichard Deeming6-Nov-02 4:31 
GeneralRe: I think I'd bring up my problem again. Pin
zhoujun6-Nov-02 16:02
zhoujun6-Nov-02 16:02 
GeneralRe: I think I'd bring up my problem again. Pin
Richard Deeming6-Nov-02 22:58
mveRichard Deeming6-Nov-02 22:58 
Questionhow to get rights Pin
imran_rafique4-Nov-02 10:00
imran_rafique4-Nov-02 10:00 
AnswerRe: how to get rights Pin
Vasudevan Deepak Kumar6-Nov-02 4:16
Vasudevan Deepak Kumar6-Nov-02 4:16 
GeneralRe: how to get rights Pin
imran_rafique6-Nov-02 10:00
imran_rafique6-Nov-02 10:00 
Questionhow to setup? Pin
zhoujun3-Nov-02 20:32
zhoujun3-Nov-02 20:32 
AnswerRe: how to setup? Pin
zhoujun3-Nov-02 20:35
zhoujun3-Nov-02 20:35 
GeneralRe: how to setup? Pin
Roger Wright3-Nov-02 20:58
professionalRoger Wright3-Nov-02 20:58 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.