"Scott Alexander" <[EMAIL PROTECTED]> wrote:
>My final question is: Is it possible to have the name of the 
>REMOTE_USER in the httpd.conf file?

Short answer: no.

Long answer: Since the httpd.conf file is read only at startup 
(or other well defined times, such as a HUP signal), which 
REMOTE_USER would you have in mind?  Mod_perl feeds any 
information from the <perl> sections into the httpd configuration 
engine at the time the conf file is read.  Any variable 
substitutions get made at that time.
------------------------------------+-----------------------------------------
James Smith - [EMAIL PROTECTED] | http://www.jamesmith.com/
            [EMAIL PROTECTED] | http://sourcegarden.org/
              [EMAIL PROTECTED]      | http://cis.tamu.edu/systems/opensystems/
------------------------------------+------------------------------------------

Reply via email to