Wednesday, February 20, 2002, 1:44:09 PM, Thomas wrote:

TB> Hi!

TB> On Mon, Feb 18, 2002 at 10:28:49AM +0100, Søren Neigaard wrote:
>> Anyway I have attached a snippet from my httpd.conf, where I have
>> tried to adjust the example to my needs. Now I was hoping you guys
>> could tell me if it look ok. It looks like this:
>> 
>> <IfDefine SSL>
>> <VirtualHost 192.168.1.4:443>
>> [...]
>> </VirtualHost>                                  
>> </IfDefine>

TB> Have you also got something like
TB> Listen 443

TB> or

TB> Listen 192.168.1.4:443

TB> in your httpd.conf? It's not enough to specify IP addresses and
TB> ports in <VirtualHost>, you also explicitly have to make Apache
TB> listen on those adresses and ports. By default, Apache will only
TB> listen on *:80

I have the following:

Port 80
<IfDefine SSL>
Listen 80
Listen 443
</IfDefine>

Why do I have dublicats of port 80?

Do you even think my module is installed correctly, can I check this?

--
Med venlig hilsen/Best regards,
 Søren Neigaard mailto:[EMAIL PROTECTED]

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

Reply via email to