Here is an example SSL section.  It lists the Errorlog
- go there to see where the error is...so if your ServerRoot is /www,
the logs are at /www/logs


<IfDefine SSL>

<VirtualHost _default_:443>
   #DocumentRoot  /home/secure
   #ServerName mooey.ee.com
   #ServerAlias mooey.ee.com
   ErrorLog logs/mooey.ee.com-errlog
   CustomLog logs/mooey.ee.com-custom custom
   #ScriptAlias /cgi-bin/ /home/mooey/cgi-bin/
   SSLCertificateFile /www/conf/ssl.crt/snakeoil-rsa.crt
   SSLCertificateKeyFile /www/conf/ssl.key/snakeoil-rsa.key
   SSLEngine On
<Files ~ "\.(cgi|php)$">
      SSLOptions +StdEnvVars
</Files>
<Directory "/home/mooey/forms">
    SSLRequireSSL
</Directory>
   SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
</VirtualHost>

</IfDefine>


-Arthur Chong

-----Original Message-----
From: Justin Naik [mailto:[EMAIL PROTECTED]]
Sent: Friday, March 09, 2001 9:28 AM
To: '[EMAIL PROTECTED]'
Subject: it runs but that's about it


can anyone please tell me how to search for errors in my SSL installation

Redhat linux 6.2
apache 1.3.12

i've done all the things i'm told to with Open SSL an MOD SSL.

The apache server starts up ok in normal form and even starts up with
-startssl parameter.

But I go to https://myaddress.com and I get a doesn't exist error

HELP! - where do I start to look for errors - I have no idea!

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

Reply via email to