About $r-connection-user

2000-05-12 Thread Kenneth Lee

hi modperlers,

If I call $r-connection-user(something) in a PerlAccessHandler,
besides I can see that user name in the access log, will $ENV{HTTP_USER} 
be set by Apache or the subsequent handlers, like the default auth and 
authz modules? Or I have to set it myself explicitly?

kenneth



Re: About $r-connection-user

2000-05-12 Thread Doug MacEachern

On Fri, 12 May 2000, Kenneth Lee wrote:

 hi modperlers,
 
 If I call $r-connection-user(something) in a PerlAccessHandler,
 besides I can see that user name in the access log, will $ENV{HTTP_USER} 
 be set by Apache or the subsequent handlers, like the default auth and 
 authz modules? 

yep.