https://issues.apache.org/bugzilla/show_bug.cgi?id=55193
Bug ID: 55193
Summary: ErrorLogFormat is ignored by some modules
Product: Apache httpd-2
Version: 2.5-HEAD
Hardware: All
OS: All
Status: NEW
Severity: trivial
Priority: P2
Component: Core
Assignee: [email protected]
Reporter: [email protected]
Created attachment 30532
--> https://issues.apache.org/bugzilla/attachment.cgi?id=30532&action=edit
Fall back to ap_server_conf for ErrorLogFormat
Modules that do not provide s->module_config (such as mod_cgid) completely
bypass any ErrorLogFormat directives and get the default error log format
applied to all error messages generated by them.
Possible solution is to drop back to ap_server_conf->module_config where
available (patch enclosed)
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]