"Robin P. Blanchard" wrote:
> 
> 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?
No, this question was asked less than a week ago, and
the only way to do it is to have 3 different ipadresses
for the 3 https servers.

Best regards
Allan Jacobsen
______________________________________________________________________
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]

Reply via email to