>Number: 829 >Category: mod_cgi >Synopsis: ScriptLog eats STDERR when script returns ok (Followup to PR84) >Confidential: no >Severity: serious >Priority: medium >Responsible: apache (Apache HTTP Project) >State: open >Class: sw-bug >Submitter-Id: apache >Arrival-Date: Mon Jul 7 06:20:04 1997 >Originator: [EMAIL PROTECTED] >Organization: apache >Release: 1.2.0 1.2.1 >Environment: SunOS xlink96 5.5.1 Generic_103640-04 sun4u sparc SUNW,Ultra-1 gcc version 2.7.2.1 >Description: Like PR84:
Using SriptLog will eat up stderr if script returns ok ... >How-To-Repeat: #!/usr/bin/perl # Create errror by commenting out this line print "Content-type: text/plain\n\n"; # Some regular output print "Text in output\n"; # Error message print stderr "This should appear in error-log\n"; >Fix: NOP >Audit-Trail: >Unformatted:
