* modules/loggers/mod_log_debug.c: Mark private globals as static.
Add some more log message tags Remove some log message tags from ap_log_* calls that log lots of different error messages, in particular the config parsing errors. Not sure how we should handle those. ssl_util.c: Downgrade some dynamic locking messages from level DEBUG to TRACE1-3
Add lots of unique tags to error log messages
Unify syntax of config directives taking an expression as optional contition argument
Fixed Win32 build. Submitted by Gregg L. Smith <gls gknw.net>
Stupid CodeWarrior compiler cant initialize structs with vars. Submitted by NormW <normw gknw.net>
Add new non-default debugging module mod_log_debug It allows to log custom debug messages at various phases in the request processing and is the first consumer of the new string-valued ap_expr API.