On Tue, 10 Dec 2002, Chad N. Tindel wrote: > In particular, I'm trying to figure out at what spot in the does the > entry in the access_log get written. I would expect it to be perhaps at > the end of core_output_filter or something like that. And the log.c > file only has functions to log errors, but not accesses.
Take a look at mod_log_config... it's done from a hook. :) --Cliff
