On Thu, Dec 11, 2008 at 2:47 PM, Vijay <vjpol...@gmail.com> wrote:
> 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

Those aren't name-based yet.  If you had two on the same port, they'd
have to share a single certificate and all their SSL settings.  So you
could say it's vacuously possible.

-- 
Eric Covener
cove...@gmail.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to