Hi all, We are trying to implement SSL & SSO (siteminder) on our Apache2.0.55. We have some restrictions with IP based vhosts, so we are trying to use name based vhosts (with SSL)
Is it possible to have multiple name based vhosts listening on different ports for SSL something like: Each ssl.conf file will look like: <VirtualHost *:567> ServerName abc.corp.com <VirtualHost *:568> ServerName xyz.corp.com <VirtualHost *:569> ServerName test.corp.com Thanks, Vijay