RE: QUESTION FROM TONY BIBBS
Hi Tony,
We have exactly that situation (several HTTP hosts, one SSL hosts all on
one IP address). We resolve it by specifying post 80 in the
NameVirtualHost directive, i.e.
NameVirtualHost 192.168.220.1:80
# First HTTP VH
<VirtualHost 192.168.220.1:80>
ServerName www1.banana.com
......
</VirtualHost>
# Second HTTP VH
<VirtualHost 192.168.220.1:80>
ServerName www2.banana.com
......
</VirtualHost>
# SSL host
<VirtualHost 192.168.220.1:443>
ServerName secure.banana.com
......
</VirtualHost>
I don't think you can do it if you need *another* SSL VH on the same IP
and Port, however.
Best regards,
Owen Boyle.
--
SWX Swiss Exchange, 10 Cours de Rive, 1211 Geneve 3
--------------------------+-------------------------
Phone: +41 (0)22 849 5648 | Fax: +41 (0)22 849 5643
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]