You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2003/03/11 23:58:22 UTC

DO NOT REPLY [Bug 17896] New: - mpm_worker does not log CGI stderr output when logging to syslog

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: bugs@httpd.apache.org
        ReportedBy: jlawson-apache@bovine.net


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: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org