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 with your mod_unique_id setup.  The mod_unique_id 
variable should in %ENV from the beginning.

- Perrin



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 by myhandler 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