log which requests were served by default-handler?

2012-04-25 Thread Fred Clift
uys too... Thanks. Fred Clift

How can I hook exactly just before the default file handler?

2012-04-26 Thread Fred Clift
g apache source :) Fred Clift

very late hook, and which handler handled my request - partially answered questions

2012-04-26 Thread Fred Clift
ndler will be set to by the time the logging handlers are called - is this canonical? I mean, is this defined behavior or just accidental? Since mod_log_config seems to depend on it, I'm guessing it is a reliable thing. I'm happy to have any of you tell me I'm wrong - if you happen to know any better. Fred Clift

Re: How can I hook exactly just before the default file handler?

2012-04-27 Thread Fred Clift
, Apr 26, 2012 at 5:30 PM, Nick Kew wrote: > On Thu, 26 Apr 2012 14:06:22 -0600 > Fred Clift wrote: > > > Hi all, > > > > I see that you can specify in the 2nd and 3rd options of the ap_hook_* > > calls modules that should be before and after your module. The