Re: Log Phase

2001-08-18 Thread David Wheeler
On Sat, 18 Aug 2001, Perrin Harkins wrote: > > Is there any way to get the content handling phase to send the content to > > the client before the logging phase executes? > > Just use a cleanup handler instead of a log handler. Thank you, Perrrin! That was *exactly* what I needed to know! And i

Re: Log Phase

2001-08-18 Thread Perrin Harkins
> Is there any way to get the content handling phase to send the content to > the client before the logging phase executes? Just use a cleanup handler instead of a log handler. - Perrin

Re: Log Phase

2001-08-18 Thread Philip Mak
On Sat, 18 Aug 2001, David Wheeler wrote: > I thought that the content would be returned to the browser before the > logging phase was executed. I think it makes the logging phase go first, so that it has the opportunity to check identd on the browser. > Is there any way to get the content hand

Log Phase

2001-08-18 Thread David Wheeler
Hi All, I've got a quick question about the Apache Loggin phase. I've installed a PerlLogHandler to do some event logging and send alerts once the content handling phase is finished. I separated these two actions not only because it makes sense programmatically, but also because I thought that th