I know namebased virtual hosts is not supported by apache-ssl or mod_ssl in interoperation with openssl. That is not what I am asking for.
I know I have to reserve unique IP address for each vhost.
It would be nice if one could have a setup kind of like:
Code: Select all
*****Virtual host setup***** ******Certificate setup ******
HOSTNAME IP CERT
host1.domain.com 192.168.0.156 "certificate for host1.domain.com at 192.168.0.156"
host2.domain.com 192.168.0.157 "certificate for host2.domain.com at 192.168.0.157"
host3.domain.com 192.168.0.158 "certificate for host3.domain.com at 192.168.0.158"