$_SERVER['REMOTE_USER']

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
drennen
Forum Newbie
Posts: 1
Joined: Fri Mar 13, 2009 9:00 am

$_SERVER['REMOTE_USER']

Post by drennen »

How do I configure the server to generate the $_SERVER['REMOTE_USER'] variable?

My Linux system:

Apache/2.2.9 (Debian)
DAV/2
SVN/1.5.1
PHP/5.2.6-1+lenny2 with Suhosin-Patch
mod_python/3.3.1 Python/2.5.2
mod_perl/2.0.4 Perl/v5.10.0
User avatar
Benjamin
Site Administrator
Posts: 6935
Joined: Sun May 19, 2002 10:24 pm

Re: $_SERVER['REMOTE_USER']

Post by Benjamin »

It's REMOTE_ADDR, not REMOTE_USER
Post Reply