Thursday, October 22, 2015

hosting - How to host two web sites on one IP? IIS



I'm a developer, and since I'm not that skilled with server stuff, I wanted to ask, is it possible to have multiple web sites on one IP?



Say:



foo.com -> 111.222.333.444
bar.com -> 111.222.333.444



The sites are different foo.com != bar.com



Platform is Windows server/IIS6


Answer



Yes it is. You need to configure host header names for each web site.



http://support.microsoft.com/kb/324287


No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...