Re: Environment variable problem after upgrade

2005-04-18 Thread Owen Berry
On 4/18/05, Markus Wichitill <[EMAIL PROTECTED]> wrote: > Owen Berry wrote: > > I tried logging "$r->user()" to see if that was more reliable, but no > > luck there either. > > > Apache 2.0.46 > > mod_perl 1.99_09 > > Perl 5.8.0 > > I haven't had any problems with $r->user() lately. And AFAIR Apa

Re: Environment variable problem after upgrade

2005-04-18 Thread Markus Wichitill
Owen Berry wrote: I tried logging "$r->user()" to see if that was more reliable, but no luck there either. Apache 2.0.46 mod_perl 1.99_09 Perl 5.8.0 I haven't had any problems with $r->user() lately. And AFAIR Apache::AuthDBI worked for me with various 1.99 RCs before RC5, without Apache::compat

Re: Environment variable problem after upgrade

2005-04-18 Thread Owen Berry
On 4/18/05, Owen Berry <[EMAIL PROTECTED]> wrote: > I am experiencing a problem with the REMOTE_USER environment variable > after an upgrade to Apache 2. We are using AuthDBI to authenticate > users, which uses basic authentication with the browser to request > their details. Hence the use of REMOT

Environment variable problem after upgrade

2005-04-18 Thread Owen Berry
I am experiencing a problem with the REMOTE_USER environment variable after an upgrade to Apache 2. We are using AuthDBI to authenticate users, which uses basic authentication with the browser to request their details. Hence the use of REMOTE_USER. Users authenticate fine and seem to be working wi