Setting REMOTE_USER Apache variable in scripts
Programming and Web Development
REMOTE_USER is an Apache server variable that is sometimes set on web pages. It is useful for identifying users who log in, since it can be stored in the Apache logs. It’s similar to session variables, but it’s not as easy to change.In modperl, the simplest wa...