Mailing List Archive

how can I redirect the errors ??
hi guys ,

How can I redirect the errors that perl sent ?

I use :

use CGI::Carp qw(fatalsToBrowser);

use carp::notify ;

use carp ;

etc etc .... but nothing happens ...

The only error that I get is error 500 in the browser ...and I have to
always go to the errors log file that Apache uses...

What module should I install in order to redirect ALL the errors to
the browser ?

thanks in advance guys ,

Richard Karcher









---------------------------------------------------------------------
To unsubscribe, e-mail: asp-unsubscribe@perl.apache.org
For additional commands, e-mail: asp-help@perl.apache.org
RE: how can I redirect the errors ?? [ In reply to ]
Add
PerlSetVar Debug 2
to config

http://apache-asp.org/config.html#Debug

Best regards
Nikolay Melekhin

> -----Original Message-----
> From: notify@yahoogroups.com [mailto:notify@yahoogroups.com] On Behalf Of
> German Karcher
> Sent: Thursday, April 13, 2006 1:20 AM
> To: asp@perl.apache.org
> Subject: how can I redirect the errors ??
>
> hi guys ,
>
> How can I redirect the errors that perl sent ?
>
> I use :
>
> use CGI::Carp qw(fatalsToBrowser);
>
> use carp::notify ;
>
> use carp ;
>
> etc etc .... but nothing happens ...
>
> The only error that I get is error 500 in the browser ...and I have to
> always go to the errors log file that Apache uses...
>
> What module should I install in order to redirect ALL the errors to
> the browser ?
>
> thanks in advance guys ,
>
> Richard Karcher
>
>
>
>
>
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: asp-unsubscribe@perl.apache.org
> For additional commands, e-mail: asp-help@perl.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: asp-unsubscribe@perl.apache.org
For additional commands, e-mail: asp-help@perl.apache.org