Possible Duplicate:
Multiple SSL domains on the same IP address and same port?
Lets say I have two sites that are currently configured on the same box in VirtualHost blocks <VirtualHost 192.168.1.1:80>
. How do I configure Apache so that I can put both sites under two different SSL certs?
http://a.com => https://b.com
http://b.com => https://a.com
An answer containing a link to a good tutorial on setting this up would be fantastic.
Thanks.