Multiple Websites

Multiple Websites

am 14.09.2007 22:20:02 von georgedschneider

Is there a way to host multiple websites on the same IIS server inclusing
sites that will use HTTPS? Can the sites have multiple IP addresses? If so
how can I do this?

Re: Multiple Websites

am 15.09.2007 07:44:48 von Anthony Yates

George,
You probably want to search for Host Headers SSL, something like this
perhaps:
http://www.microsoft.com/technet/prodtechnol/WindowsServer20 03/Library/IIS/23c7155c-dde4-4a1c-95e5-09bc62b1f6c0.mspx?mfr =true
You can actually do a trmendous amount with a combination of different IPs,
host headers, ports etc. You can even run Apache sites as well as IIS sites
by using httpcfg to determine which is using which IP. The one thing you
can't do is run different domains on one IP with SSL.
Sites can have multiple addresses, by having the address unassigned, but I
don't know about multiple sites having multiple addresses. I can't really
see why you would need that.
Hope that helps,
Anthony
http://www.airdesk.co.uk





"George Schneider" wrote in message
news:D68122B3-A688-417B-BEA0-437E2424CB35@microsoft.com...
> Is there a way to host multiple websites on the same IIS server inclusing
> sites that will use HTTPS? Can the sites have multiple IP addresses? If
> so
> how can I do this?

Re: Multiple Websites

am 15.09.2007 09:11:22 von Kristofer Gafvert

Yes, you can host multiple websites on the same server. Some of them can
use HTTPS, and they can have multiple IP addresses.

Using HTTPS, you are however limited in the usage of host headers (unless
you have a wildcard server certificate).

You add IP addresses to a website from its properties, right click the
website in IIS Manager and click Properties.

Also see these articles:

"Configuring SSL Host Headers (IIS 6.0)"
http://www.microsoft.com/technet/prodtechnol/WindowsServer20 03/Library/IIS/596b9108-b1a7-494d-885d-f8941b07554c.mspx

"Using Host Headers to host multiple websites on IIS 6.0"
http://www.gafvert.info/iis/article/iis_multiple_websites.ht m


--
Regards,
Kristofer Gafvert
http://www.gafvert.info/iis/ - IIS Related Info


George Schneider wrote:

>Is there a way to host multiple websites on the same IIS server inclusing
>sites that will use HTTPS? Can the sites have multiple IP addresses? If
>so
>how can I do this?