$ENV{'REMOTE_USER'} getting clobbered?

2001-11-28 Thread Kenny Smith
Hello, I'm using mod_perl as a replacement for CGI. We are getting strange behavior where $ENV{'REMOTE_USER'} isn't being set correctly. The script is protected by an .htaccess type of authentication, so when I log in as 'kenny', $ENV{'REMOTE_USER'} should be equal to 'kenny'. However, every

Re: $ENV{'REMOTE_USER'} getting clobbered?

2001-11-28 Thread Daniel Jacobowitz
On Wed, Nov 28, 2001 at 04:31:07PM -0800, Kenny Smith wrote: Hello, I'm using mod_perl as a replacement for CGI. We are getting strange behavior where $ENV{'REMOTE_USER'} isn't being set correctly. The script is protected by an .htaccess type of authentication, so when I log in as