You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Jeff Trawick <tr...@attglobal.net> on 2003/05/03 15:14:40 UTC

Re: [PATCH] mod_cgi and logging

Christian Brunner wrote:
> We have discovered two minor issues with CGIs sending debugging information
> to STDERR:
> 
> 2. If the last line of STDERR output isn't terminated by '\n' the line
>    isn't stored either. log_script_err() or ap_log_rerror() are not called
>    when the return code of apr_file_gets() is APR_EOF.

APR has been fixed so that applications don't have to work so hard to do 
the right thing.  Can you try again with the latest APR and verify that 
just the location fix is needed?

Thanks,

Jeff