Hi!
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>
Have you also got something like
Listen 443
or
Listen 192.168.1.4:443
in your httpd.conf? It's not enough to specify IP addresses and
ports in <VirtualHost>, you also explicitly have to make Apache
listen on those adresses and ports. By default, Apache will only
listen on *:80
Ciao
Thomas
--
bureaucrat, n:
A politician who has tenure.
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]