here's the basic scenario:
www.somedomain.com
www.otherdomain.com (CNAME for www.somedoamin.com)
www.anotherdomain.com (CNAME for www.somedomain.com)
in my httpd.conf i have
<VirtualHost www.somedomain.com:80>
<VirtualHost www.somedomain.com:443>
<VirtualHost www.otherdomain.com>
<VirtualHost www.anotherdomain.com>
all, of course, have individual document roots.
thus, http://www.somedomain.com works perfectly,
as well as https://www.somedomain.com.
http://www.otherdomain.com and http://www.anotherdomain.com
also work fine. however, https://www.otherdomain.com and
https://www.anotherdomain.com respond as
https://www.somedomain.com. i don't want these two to
respond at all to https requests. is there a way to
accomplish this?
--
--------------------------------
Robin P. Blanchard
Network Specialist IV
Georgia Center Computer Services
fon: +1 706.542.2404
fax: +1 706.542.6546
net: [EMAIL PROTECTED]
--------------------------------
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]