On Mon, 11 Feb 2002, Paul Lindner wrote:

> On Mon, Feb 11, 2002 at 06:31:25PM -0800, Randy J. Ray wrote:
> >
> > * If I install a handler for PerlLogHandler, does the normal logging still
> >   take place? Is it a function of whether my handler returns OK, DECLINED,
> >   etc.?
>
> As far as I know return codes are ignored.  This means that all
> logging (and cleanup) handlers are called for each request.

Unless, I'm pretty sure, the PerlLogHandler returns SERVER_ERROR, in which
case log handling will stop. The client won't see the 'error' because it's
already received all the content.

dave


Reply via email to