From nobody@hyperreal.org Mon Jul 7 06:15:56 1997 Received: (from nobody@localhost) by hyperreal.org (8.8.5/8.8.5) id GAA14449; Mon, 7 Jul 1997 06:15:56 -0700 (PDT) Message-Id: <199707071315.GAA14449@hyperreal.org> Date: Mon, 7 Jul 1997 06:15:56 -0700 (PDT) From: Rudolf Potucek Reply-To: potucek@xlink.net To: apbugs@hyperreal.org Subject: ScriptLog eats STDERR when script returns ok (Followup to PR84) X-Send-Pr-Version: 3.2 >Number: 829 >Category: mod_cgi >Synopsis: ScriptLog eats STDERR when script returns ok (Followup to PR84) >Confidential: no >Severity: serious >Priority: medium >Responsible: apache >State: closed >Class: sw-bug >Submitter-Id: apache >Arrival-Date: Mon Jul 7 06:20:04 1997 >Last-Modified: Sun Jul 20 23:00:36 PDT 1997 >Originator: potucek@xlink.net >Organization: >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: State-Changed-From-To: open-closed State-Changed-By: marc State-Changed-When: Sun Jul 20 23:00:36 PDT 1997 State-Changed-Why: As I said before, this is a feature not a bug. ScriptLog is supposed to take the output from stderr. >Unformatted: