<br><font size=2 face="sans-serif">I went through apache.org/docs where I found an FAQ http://httpd.apache.org/docs/misc/FAQ.html#remote-user-var in which Using User Authentication talks about basic or digest. and 1 more link http://www.faqts.com/knowledge_base/view.phtml/aid/733/fid/56 gives info of how remote user name can be retrieved. I used this in share/html/Elements/Header but it prints nothing. I'm confused. Why is it not getting the name? how do i edit httpd.conf to utlize the REMOTE_USER. </font>
<br>
<br><font size=2 face="sans-serif">I also tried PassEnv REMOTE_USER just before the foll lines in httpd.conf. The name is still not displayed. </font>
<br><font size=2 face="sans-serif">                                                                 Alias /rt  /location/where/rt/is/installed/share/html</font>
<br><font size=2 face="sans-serif">                                                                 PerlRequire  /location/where/rt/is/installed/bin/webmux.pl</font>
<br><font size=2 face="sans-serif">                                                                 <Location /rt></font>
<br><font size=2 face="sans-serif">                                                                 SetHandler perl-script</font>
<br><font size=2 face="sans-serif">                                                                 PerlHandler RT::Mason</font>
<br><font size=2 face="sans-serif">                                                                 </Location></font>
<br>
<br><font size=2 face="sans-serif">I am missing something else, isn't it. I feel so dumb right now as I'm unable to figure out the problem. Any help will be greatly appreciated.</font>
<br><font size=2 face="sans-serif">Thanks,<br>
Parimala.</font>