Hi all- I'm new to Apache 2.0 development, so I'm trying to come up to speed on the design and code. I've been looking around for some documentation regarding the lifecycle of a request, and haven't found much detail.
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. If someone has some quick pointers to documentation or a function name I'd be very appreciative. Thanks! Chad
