https://issues.apache.org/bugzilla/show_bug.cgi?id=46525
Rainer Jung <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #2 from Rainer Jung <[email protected]> 2009-01-14 03:56:44 PST --- Inside Apache there exist two mechanisms how modules can pass variables around: - httpd environment variables - notes Both are based on the same type of data structure, which uses strings as keys and values. Environment variables can be logged in mod_log_config with %{key}e, notes with %{key}n. This is not specific to mod_forensic. Concerning your problem: %{forensic-id}<n should do the trick. Whenever sub requests are involved internally, one can use "<" and ">" to tell mod_log_config, whether it should use the data of the first or the last sub request. If you want to discuss this further, please use the users list. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
