Hi,

I've installed Apache 2.0.36 with mod_ssl on Win2k. After I create a
certificate I now have the files test.cert and test.key.

I add the following lines to my httpd.conf File:

SSLMutex sem
SSLRandomSeed startup builtin
SSLSessionCache none

SSLLog logs/SSL.log
SSLLogLevel info

<VirtualHost *>
   SSLEngine On
   SSLCertificateFile conf/ssl/test.crt
   SSLCertificateKeyFile conf/ssl/test.key
   ...
</VirtualHost>

But the Apache doesn't start! Someone who know what I've to do?

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

Reply via email to