Quote:
NameVirtualHost 192.168.2.91:443
<VirtualHost 192.168.2.91:443>
# set the virtual host name, this is how it knows we mean testserver
ServerName ts1rp.somedomain.com
</VirtualHost>
<VirtualHost 192.168.2.91:443>
# Let Apache Know that ts2rp is really ts2 SSL server
ServerName ts2rp.somedomain.com
</VirtualHost>
I think it would probably work if you used the address/name in the NameVirtualHost and VirtualHost directives (and they MUST match). I of course dropped all the stuff non-relevant to the discussion from the VirtualHost sections; however, as far as definitions go, it should work.