Re: Modifying the Apache Log Entry

2007-01-09 Thread Geoffrey Young
> Can anyone suggest an alternate way of modifying the log entry ? the typical way to do this is to add something to $r->notes and use the %{Foobar}n syntax as documented in http://httpd.apache.org/docs/2.0/mod/mod_log_config.html in fact, there is a whole flood of variables you can use

Modifying the Apache Log Entry

2007-01-09 Thread Alden DoRosario
In modperl 1.99 I used to use the code below to append a bunch of parameters to the log entry for a request. Example: A request to /handler?client=demo would be written to the log as: (notice how sysinfo has been appended to the log) fios.verizon.net - - [09/Jan/2007:16:39:17 -0500] "GET /ha