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

Thanks for the help

Julia Case
Frodo Lives!

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

Reply via email to