[cgiwrap-users] CGI::Carp w/CGIWrap
Brought to you by:
nneul
From: Kyle <ky...@cc...> - 2002-06-13 19:00:05
|
Hello group. To put nicely formatted error messages into my server's error logs, I'm using CGI::Carp. Carp nicely formats warn() and die() with time & date stamps and directs errors to STDERR. Apache takes information from STDERR and puts it in the http.err log. But with CGIWrap installed, Apache doesn't seem to be getting the error messages. Is there anything I can do to make it work the way Carp is supposed to? Here's a snippet of my httpd.conf: ScriptAlias /cgi-bin/ /utils/cgi-bin/ AddHandler cgi-wrapper .cgi .pl Action cgi-wrapper /cgi-bin/cgiwrap/~wfp86007 ErrorLog /net/www/wfp86007/logs/http.err CustomLog /net/www/wfp86007/logs/access.log combined More info about CGI::Carp can be found here: http://search.cpan.org/doc/LDS/CGI.pm-2.80/CGI/Carp.pm Thanks! -Kyle |