[snip] > > > > Another question, do you (or anyone else for that matter) know how the > > accesslog works? (and also why it does work like it does) It seems it > > prints after the request is done, otherwise could that easily be used > > for checking the parameters, and not only loging. > > You probably need to read some docs, which explain how can specify your > own access log format or supply your own log handler. > > For using the standard Apache formats see the docs at apache.org (you > also have them installed together with Apache under 'manual' dir on your > machine. For mod_perl examples you should probably see the eagle book, > check www.modperl.com (which seems to be offline now) if it has the > relevant chapters online, I think it's chapters 7 and 9 that you want. > > The guide has some info here: > http://thingy.kcilink.com/cgi-bin/modperlguide.cgi?q=PerlLogHandler
our chapter on logging and the PerlLogHandler also happens to be online :) http://www.modperlcookbook.org/chapters/ch16.pdf --Geoff