passing enviroment with PasEnv

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Ok, here's something I don't understand. I've connected my apache and tomcat using mod_jk
in my httpd.conf I wrote 
SetEnv REMOTE_USER xxx
PassEnv REMOTE_USER

and then in tomcat I just wrote a file 

<% out.print (request.getAttribute("REMOTE_USER")); %> and well enough, I got xxx printed on the page

now, I installed a module for authentication in apache, wrote a small php file that prints out all the headers and I got a big list among which REMOTE_USER had the value equal to the username. But now, in tomcat, the same small file doesn't return anything even though REMOTE_USER has a value and in httpd.conf I left the PassEnv REMOTE_USER line.

So where's the catch? If I set the environment and pass it, tomcat sees it, if it's set by the authentication module and I just pass it, tomcat doesn't see it. anybody knows why?




__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx



[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux