Re: Logging real HTTP status

2000-09-28 Thread Doug MacEachern
On Wed, 13 Sep 2000, brian d foy wrote: let's suppose that i want to change the HTTP status to be something other than i'm going to return from the handler(). is there a way to get the logging phase to log the status that the user-agent got rather than the return value of the handler()?

Logging real HTTP status

2000-09-13 Thread brian d foy
let's suppose that i want to change the HTTP status to be something other than i'm going to return from the handler(). is there a way to get the logging phase to log the status that the user-agent got rather than the return value of the handler()? here's my small script which illustrates what