Hi Julia!
On Mon, 07 May 2001, Julia wrote:

> I'm trying to set up an apache 1.3.17 server with mod_ssl and running
> into some troubles here is the virtual host info for the server (it's
> the only server on the machine)
> 
> <VirtualHost ns.flashhost.com:443>
>     SSLEngine On
>     SSLCertificateFile conf/ssl.crt/server.crt
>     SSLCertificateKeyFile conf/ssl.key/server.key
>     SSLLog logs/ssl_engine_log
>     SSLLogLevel debug
>     ServerAdmin [EMAIL PROTECTED]
>     DocumentRoot /var/www-ssl
>     ServerName ns.flashhost.com
>     ErrorLog logs/secure-error_log
>     CustomLog logs/secure-access_log combined
>     ScriptAlias /cgi-bin/ /var/www-ssl/cgi-bin/
> </VirtualHost>
> 
> the log files show it starting up
> 
> ssl log file show it starting...
> 
> but it only answers non secure requests on port 443
[quick-hints]
how do you know they are non secure?
try httpd -DSSL -S to see who's listening by default on 443
be sure you have a -DSSL in httpd command line
do a lsof -i tcp:443 and see what guy is listening there. 

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

Reply via email to