> -----Original Message-----
[]
> > 
> > Not really, make sure Debug => 0 of course, and you can try to
> > redirect STDERR output like so:
> > 
> >    open(STDERR, '>>/dev/null');
> >    ... loader ...
> >    close STDERR;
> > 
> 
> Excellent. That does what I need. It's really just so that we 
> don't go annoying customers with a whole bunch of warnings. 
> The worst is the pages and pages of messages to the display 
> when running apachctl.

Just one thing though. If I 'close STDERR' is this going to stop any further
Apache messages going to the error log, or does this only last for the
<perl></perl> context and doesn't affect the Apache process's STDERR?


Cheers,

Tim.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to