Hi,
I am creating a handler that logs key (request)
variables passed from our client application. I need to tie the entries I
create to entries in the apache request log. I was thinking that I could
use the UNIQUE_ID created by mod_unique_id (i.e. stick it in access_log and
the log generated by my handler and use the UNIQUE_ID's to correlate the
log entries). I am having difficulty accessing this variable (via the ENV
hash). I decided to make it a PerlLogHandler and register it REALLY_LAST,
thinking that mod_unique_id would've exported UNIQUE_ID prior to that.
However, that does not seem to be the case :)
Any suggestions?
Thanks In Advance,
Erich
|
- Re: Handler Access to vars created by other modules. (modpe... Erich Oliphant
- Re: Handler Access to vars created by other modules. (... Perrin Harkins