[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] perl error logs
- Subject: Re: [cobalt-users] perl error logs
- From: "H.P. Stroebel" <hpstr@xxxxxxxxxxxxx>
- Date: Wed Aug 16 03:44:38 2000
- Organization: Rechtsanwalt
Benjamin Tehan schrieb:
>
> Where are the perl error logs stored on the raq3?
> Where does perl store its error logs for each domain?
do you intend cgi errors ?
perl does not have an error log. errors go to STDERR. if you change the
first line of your script to "#!/usr/bin/perl -w", perl will write the
warnings to the apache error log. i don`t know if this would be
influenced by cgiwrap, as i don`t use the -w parameter in running
scripts.
if you have a problem running a cgi script, you may check the url below.
--
H. P. Stroebel, Germany
CGI-FAQ for Raq-Newbies :
http://users.iol.it/hpstr/
A problem to some is a 'feature' to others.