How can I use virtual hosts on the SSL port in apache? I copied the virtual host sections in httpd.conf to another piece and updated the virtualhost tag with :443, and ServerName tag with :443 and put SSLEnable in as well. I put NameVirtualHost mynumericip:443 in the file as well.
However, I always get the default page for every one of my virtualhosts. The default page is the first virtualhost on the port. How can I get virtual ssl hosts? Robert Varga