Re: Handler Access to vars created by other modules. (modperl 2.0)

2002-10-21 Thread Perrin Harkins
Erich Oliphant wrote: 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 :) Something is wrong

Handler Access to vars created by other modules. (modperl 2.0)

2002-10-21 Thread Erich Oliphant
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