Hi, I wonder how I can stop mod_ssl from writing errors to the general Apache error logfile.
Problem: --------- I set the "SSLLogLevel" directive to none but as documented at http://httpd.apache.org/docs-2.0/mod/mod_ssl.html#ssllog this only means that no dedicated SSL logging is done, but messages of level ``error'' are still written to the general Apache error logfile. What I'm struggling with is that we use a load balancer which does a ssl-connect to the apache server on port 443 to see whether there is someone listening. It does this in a not very smart way (just looks whether it gets a connect) which leads to a log entry as follows: ... [Tue Feb 5 18:03:40 2002] [error] mod_ssl: SSL handshake interrupted by system [Hint: Stop button pressed in browser?!] (System error follows) [Tue Feb 5 18:03:40 2002] [error] System: Connection reset by peer (errno: 131) ... I already disabled to SSLLog but I also don't want SSL-related stuff in my general Apache error logfile and though looking for a way from stopping mod_ssl from writing errors to the general Apache error logfile. Thanks for any help in advance - kind regards, Bert Courtin ______________________________________________________________________ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
