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@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx