[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] RaQ3i -- Error Log
- Subject: RE: [cobalt-users] RaQ3i -- Error Log
- From: "Dan" <dan@xxxxxxxxxxxxx>
- Date: Tue May 30 12:25:52 2000
> A customer is getting Internal Error 500 with his CGI script. It has
> something to do with Sendmail but I can't figure it out.
>
> /var/log/httpd/error does not log the errors and there is no
> file there with
> any errors concerning the CGI
>
> Anyone know how I can turn them on?
>
Add
use CGI::Carp qw(fatalsToBrowser);
To the top of the script and see what it tells you.
--
Dan Kriwitsky