DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17896>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17896 mpm_worker does not log CGI stderr output when logging to syslog Summary: mpm_worker does not log CGI stderr output when logging to syslog Product: Apache httpd-2.0 Version: 2.0.44 Platform: Other OS/Version: Linux Status: NEW Severity: Normal Priority: Other Component: worker AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] We are running Linux kernel 2.4.18-18.7.x on Red Hat Linux release 7.2 with Apache 2.0.44 compiled from source. When Apache's error logging has been redirected to syslog via the following httpd.conf directive: ErrorLog syslog:local1 Then the STDERR of CGI processes is expected to be sent to syslog as well. However, when the mpm_worker is used no STDERR output is sent there (though other Apache error log messages, such as 404's and other messages are properly sent to syslog). When the mpm_prefork model is used, everything works as expected (CGI STDERR, 404 error messages, and others) are properly sent to syslog. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
