in reply to Re: Perl CGI errors to apache/error_log
in thread Perl CGI errors to apache/error_log

Yeah, it's not working. Tailing the error_log will give "Premature End of Script Headers" errors but not, for instance, DBI errors, or specific perl errors. It's very odd -- I've never seen anything like this. It's like there is a 2>&1 somewhere in the mix. Everything was set up by ApacheToolbox, but I haven't been able to find this issue there, nor the apache lists, nor the perl lists. Thanks, Ismail
  • Comment on Re: Re: Perl CGI errors to apache/error_log

Replies are listed 'Best First'.
Re: Re: Re: Perl CGI errors to apache/error_log
by mla (Beadle) on Mar 30, 2002 at 18:48 UTC
    Have you isolated it to Apache?
    What happens when you run the script from the command-line and redirect stderr to a file?

    Are you running mod_perl? If so, try it with straight mod_cgi and see if that works okay.