IIS equivalent of VirtualHost in Apache

Jon picture Jon · Nov 19, 2008 · Viewed 39.2k times · Source

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 have

www.dom1.com
www.dom2.com
www.dom3.com

that all point to 123.123.10.1. Apache would just be running on port 80 and just use virtualhost to decide which site should be served.

Is this possible in Windows IIS6?

Thanks

Answer

ahockley picture ahockley · Nov 19, 2008

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