Justin Erenkrantz <[EMAIL PROTECTED]> writes: > On Wed, May 15, 2002 at 08:11:07AM -0400, Jeff Trawick wrote: > > If you look at ssl_log(), you'll find some pretty extensive support > > for special features that ap_log_[r]error() and apr_strerror() > > probably shouldn't ever have to know about. > > > > Consider the SSL_ADD_SSLERR flag... It leads to a lookup and log > > True. I was looking at it last night and the SSL_ADD_SSLERR flag > is the one that worries me the most. Perhaps we should add a > helper function that just logs the SSL error and annotation via > ap_log_error()? So, the module could do: > > ap_log_error(APLOG_MARK, APLOG_ERR, rv, c->base_server, > "Something bad happened. Details follow."); > ssl_log_sslerr(c->base_server);
I can deal with that... -- Jeff Trawick | [EMAIL PROTECTED] Born in Roswell... married an alien...
