Hi,

Like Mark Lo earlier I am trying the Virtual SSL issue.  This post is just
to ask for confirmation of my configuration so please don't swear at me.

Having followed the thread and RTFM I have determined that there are two
ways to have the same server handle multiple domains under SSL?

Separate IP addresses (IP aliases) or different ports (444:445 etc...)

My configuration in Apache now states:

NameVirtualHost 192.168.1.1:80
NameVirtualHost 192.168.1.1:444
NameVirtualHost 192.168.1.1:445

<VirtualHost 192.168.1.1>
ServerName www.abc.com
</VirtualHost>

<VirtualHost 192.168.1.1>
ServerName www.def.com
</VirtualHost>

<VirtualHost 192.168.1.1:444>
ServerName www.abc.com
</VirtualHost>

<VirtualHost 192.168.1.1:445>
ServerName www.def.com
</VirtualHost>

Connecting to either of the SSL ports returns the correct Certificate and
there are no errors in the logs, so...

Is this a valid real world configuration?
Am I asking for trouble somewhere?

Any comments appreciated.

Regards

GRANT WALTERS
Walters & Associates, P O Box 13-043, Johnsonville, Wellington, New Zealand
Phone: +64 4 4765175 CellPhone: 025 488265

______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to