Hi Laurie! On Tue, 22 Jan 2002, Laurie Young wrote: > I have tried starting it with > ./apachectrl start > and with > ./apachectrl startssl > > both give the same errors > > It would be good if someone could have a look at my httpd.config file, > which I have included as an attachment > I don't remember if you said how did you compiled the SSL support (deleted the mesgs) was it as a loadable module? If so, add a LoadModule directive, cause:
> PidFile logs/httpd.pid > Timeout 300 > Listen 8080 > Listen 443 ....^ you listen on 443 either mod_ssl is loaded or not. > <VirtualHost 146.169.4.13:443> .................^ virtual host where sslengine is on sais a different IP than what you've tried from command line (namely 127.0.0.1 aka localhost). So, 1st, if your mod_ssl is loadable then load it :) then test ssl by connecting to the above ip addr for testing. gl -- teodor ______________________________________________________________________ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
