You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by jiesheng zhang <ji...@bioteam.net> on 2005/11/11 06:24:18 UTC

[users@httpd] how to turn off ssl debug log

Hi,
My system is suse 9.3, apache 2.0 and mod_ssl.
The /var/log/apache2/error_log has lots of ssl debug information such as 
this
-----------------------
[Thu Nov 10 22:55:48 2005] [debug] ssl_engine_io.c(1593): | 01d0: d6 07 
05 83 7f f6 3c cb-50 cc b3 a2 eb 1c f8 2f  ......<.P....../ |
----------------------

How can I configure apache to turn off the debug log from ssl?

Thanks

jason zhang
software engineer
bioteam.net


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] how to turn off ssl debug log

Posted by Joe Orton <jo...@redhat.com>.
On Fri, Nov 11, 2005 at 01:24:18PM +0800, jiesheng zhang wrote:
> Hi,
> My system is suse 9.3, apache 2.0 and mod_ssl.
> The /var/log/apache2/error_log has lots of ssl debug information such as 
> this
> -----------------------
> [Thu Nov 10 22:55:48 2005] [debug] ssl_engine_io.c(1593): | 01d0: d6 07 
> 05 83 7f f6 3c cb-50 cc b3 a2 eb 1c f8 2f  ......<.P....../ |
> ----------------------
> 
> How can I configure apache to turn off the debug log from ssl?

This only happens if you have "LogLevel debug" configured; to turn it 
off just for the SSL vhost, put "LogLevel info" or higher in the SSL 
<VirtualHost ...> block.

joe

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] how to turn off ssl debug log

Posted by "William A. Rowe, Jr." <wr...@rowe-clan.net>.
jiesheng zhang wrote:
> Hi,
> My system is suse 9.3, apache 2.0 and mod_ssl.
> The /var/log/apache2/error_log has lots of ssl debug information such as 
> this
> -----------------------
> [Thu Nov 10 22:55:48 2005] [debug] ssl_engine_io.c(1593): | 01d0: d6 07 
> 05 83 7f f6 3c cb-50 cc b3 a2 eb 1c f8 2f  ......<.P....../ |
> ----------------------
> 
> How can I configure apache to turn off the debug log from ssl?

No directive, at this time.  Something on my shortlist before 2.2.0 or 2.0.56

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org