> > 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. :)
Oh.. infinitely useful. Thanks for the pointer. I'm to the point where I can compile my own module now. Just for the sake of putting this stuff in the archive (and maybe someone can comment as whether or not this needs to be fixed in CVS): 1. The modules/experimental/README says that you need to do a "--enable-mymodule" in order to get a new module to build. I've found that in order to get my stuff into the makefiles I had to do a "--with-module=experimental:mymodule" instead. 2. I needed to add "experimental" to the MODULE_DIRS line in build/config_vars.mk. I'll be happy to post a patch if everybody else thinks these are the right fixes. Chad
