Joe Pearson wrote: > > But I am trying to use IP based vitual hosts. Are you saying I can't mix IP > based https with name based http?
whoops - my mistake, I just looked at your config again and you're *not* trying to NBVH on 443... Of course you can mix, IP, name-based and port-based VHs and your config looks OK - except for one detail: www.domain.net and www2.domain.net both have the same DocumentRoot so would look the same in the browser... Apart from that, I didn't see any "Listen" Directives - you may have them elsewhere, but I usually keep them next to the VH containers for clarity. You would need: Listen 199.184.207.29:80 Listen 199.184.207.29:443 Listen 199.184.207.28:443 NB - 443 isn't listened to by default) Also, since all your VHs are distinguished by IP or port, you don't need the > NameVirtualHost 199.184.207.29 Rgds, owen Boyle. ______________________________________________________________________ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
