Re: mod_perl + PHP not logging $r->user

2004-01-11 Thread Stuart Jansen
On Wed, 2004-01-07 at 20:06, Geoffrey Young wrote: > Stuart Jansen wrote: > > I'm using Apache 2.0.48, mod_perl 1.99_12, and Apache::AuthCookie to > > create a custom authentication scheme. I've noticed that while apache > > normally logs the $REMOTE_USER, it doesn't log it when accessing PHP > > p

Re: mod_perl + PHP not logging $r->user

2004-01-07 Thread Geoffrey Young
Stuart Jansen wrote: > I'm using Apache 2.0.48, mod_perl 1.99_12, and Apache::AuthCookie to > create a custom authentication scheme. I've noticed that while apache > normally logs the $REMOTE_USER, it doesn't log it when accessing PHP > pages. The pages are still correctly protected. the way th

mod_perl + PHP not logging $r->user

2004-01-07 Thread Stuart Jansen
I'm using Apache 2.0.48, mod_perl 1.99_12, and Apache::AuthCookie to create a custom authentication scheme. I've noticed that while apache normally logs the $REMOTE_USER, it doesn't log it when accessing PHP pages. The pages are still correctly protected. At first I thought $_SERVER["REMOTE_USER"]