Great! But do you know why?

BindAddress is a deprecated directive which is replaced by Listen. What
you have done is said to apache, "listen to all active IP addresses". 

I think the real problem is to do with your NAT (which you didn't
mention on your original post). This meant that the IP addresses your
browser was using were different from the incoming IP addresses on the
apache box. If you had used Listen with the real IPs, it would've worked
too.

>-----Original Message-----
>From: Ludovic Perard [mailto:[EMAIL PROTECTED]]
>Sent: Donnerstag, 21. November 2002 11:34
>To: [EMAIL PROTECTED]
>Subject: Re[5]: SSL with multiple domains on same server
>
>
>Hello Boyle,
>
>  I found the solution :
>  
>  The line "BindAddress *" need to be uncomment.
>
>  Now, all works fine :)
>
>-- 
>Best regards,
> Ludovic                           
> [EMAIL PROTECTED]
>
>
>______________________________________________________________________
>Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
>User Support Mailing List                      [EMAIL PROTECTED]
>Automated List Manager                            [EMAIL PROTECTED]
>

This message is for the named person's use only. It may contain
confidential, proprietary or legally privileged information. No
confidentiality or privilege is waived or lost by any mistransmission.
If you receive this message in error, please notify the sender urgently
and then immediately delete the message and any copies of it from your
system. Please also immediately destroy any hardcopies of the message.
You must not, directly or indirectly, use, disclose, distribute, print,
or copy any part of this message if you are not the intended recipient.
The sender's company reserves the right to monitor all e-mail
communications through their networks. Any views expressed in this
message are those of the individual sender, except where the message
states otherwise and the sender is authorised to state them to be the
views of the sender's company. 
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to