RE: [EMAIL PROTECTED] How to get SSL handshake errors logged

2008-08-14 Thread Wilda, Jet
: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] How to get SSL handshake errors logged Wilda, Jet wrote: > Hi, > > How do I get Apache httpd (2.0.X and 2.2.X) to log SSL handshake > errors? I found that if I set ‘LogLevel info’ they will be logged to the > error l

Re: [EMAIL PROTECTED] How to get SSL handshake errors logged

2008-08-14 Thread William A. Rowe, Jr.
Wilda, Jet wrote: Hi, How do I get Apache httpd (2.0.X and 2.2.X) to log SSL handshake errors? I found that if I set ‘LogLevel info’ they will be logged to the error log. However it then logs way to much stuff. What I need is a way to just log all the SSL errors especially the hand

[EMAIL PROTECTED] How to get SSL handshake errors logged

2008-08-14 Thread Wilda, Jet
Hi, How do I get Apache httpd (2.0.X and 2.2.X) to log SSL handshake errors? I found that if I set ‘LogLevel info’ they will be logged to the error log. However it then logs way to much stuff. What I need is a way to just log all the SSL errors especially the handshake errors. Thank