[ic] Multiple catalogs with single VirtualHost

Peter Mottram peter at sysnix.com
Wed Apr 9 16:23:03 UTC 2014


On 09/04/14 18:09, William Carr wrote:
> Is it possible to have multiple catalogs with a single apache virtual host like follows?
>
> apache.conf
>
> <VirtualHost *:443>
> 	ServerAlias site1.domain.com
> 	ServerAlias site2.domain.com
> </VirtualHost>
>
> catalog.cfg
>
> Catalog site1 /www/site1/ic  site1.domain.com
> Catalog site2 /www/site2/ic  site2.domain.com
>
> I am trying to serve up multiple interchange catalogs with a single wildcard certificate for the domain *.bottlenose-wine.com.
Hi Bill

As long as you don't care about Windows XP users running IE and maybe 
some old mobile clients then you can use Apache with Server Name Indication:

https://wiki.apache.org/httpd/NameBasedSSLVHosts

R.
PeteM



More information about the interchange-users mailing list