Multiple urls to 1 website with a wild card ssl.
Posted
by
dagda1
on Server Fault
See other posts from Server Fault
or by dagda1
Published on 2011-02-18T05:32:51Z
Indexed on
2011/02/18
7:27 UTC
Read the original article
Hit count: 514
iis6
|multiple-sites
Hi,
At the moment, we have 27 single sites in IIS6, all with their own urls, all with the same subdomain, e.g.
https://company1.mycompany.com
https://company2.mycompany.com
etc., etc.
To further complicate things, there is 1 wild card certificate which deals with the subdomain *.mycompany.com and is assigned to each website.
All these websites run under the same codebase.
We want to consolidate all these websites into 1 website.
Are there any issues with having a large number of host headers running under 1 IIS6 site or is there a better way of configuring the site?
Thanks
Paul
© Server Fault or respective owner