IIS equivalent of VirtualHost in Apache

后端 未结 4 1235
Happy的楠姐
Happy的楠姐 2020-12-09 19:16

Is there an equivalent to Apache\'s VirtualHost for IIS? We want to be able to run multiple websites from one IP and address them with different DNS names.

i.e. I h

相关标签:
4条回答
  • 2020-12-09 19:16

    You want to use Host Headers in IIS - that link will lead to a nice how-to page.

    0 讨论(0)
  • 2020-12-09 19:18

    Create a new virtual host:

    iis manager --> (local computer) --> right-click Web Sites --> New --> Web Site

    Check/change/add hostname information (the other hostname to recognize) on a virtual host:

    iis manager --> (local computer) --> Web Sites --> right-click/properties on one of the sites --> Web Site --> Advanced --> "Multiple identities for this Web site"

    0 讨论(0)
  • 2020-12-09 19:23

    In IIS 7, you will add in Bindings on the right side Actions column, Edit Site while the desired Site is selected.

    0 讨论(0)
  • 2020-12-09 19:39

    As rob_g suggested, if you already have a website running (eg. default website) you can also select 'Edit bindings' on the website and specify a hostname.

    0 讨论(0)
提交回复
热议问题