Re: [EMAIL PROTECTED] Mod_header REMOTE_USER variable null via reverse proxy server - HELP!

2006-05-10 Thread Shabbir bharmal
You are right. that was a typo. Was using RequestHeader set UserId %{RU}eThis is resolved. RegardsShabbirOn 4/28/06, Joost de Heer [EMAIL PROTECTED] wrote: RewriteRule .* - [E=RU:%{LA-U:REMOTE_USER}] RequestHeader set UserId %{RU}Shouldn't that beRequestHeader set UserId

Re: [EMAIL PROTECTED] Mod_header REMOTE_USER variable null via reverse proxy server - HELP!

2006-04-28 Thread Joost de Heer
RewriteRule .* - [E=RU:%{LA-U:REMOTE_USER}] RequestHeader set UserId %{RU} Shouldn't that be RequestHeader set UserId %{RU}e ? Joost - The official User-To-User support forum of the Apache HTTP Server Project. See

Re: [EMAIL PROTECTED] Mod_header REMOTE_USER variable null via reverse proxy server - HELP!

2006-04-27 Thread Joshua Slive
On 4/26/06, Shabbir bharmal [EMAIL PROTECTED] wrote: I have Apache 2.2 setup using mod_proxy, mod_headers and mod_auth successfully. I am using Apache as my web server and Apache Tomcat as my web container where my applicationis deployed. Mod_auth challenges a browser session to enter a

Re: [EMAIL PROTECTED] Mod_header REMOTE_USER variable null via reverse proxy server - HELP!

2006-04-27 Thread Shabbir bharmal
Joshua, Thank you for your response. But, it did not work. Here isa snippet frommy httpd.conf file. ### Start - SNIPPET FROM HTTPD.CONF## ProxyRequests OffProxyPass / http://localhost:8081/ProxyPassReverse / http://localhost:8081/ RewriteRule .* - [E=RU:%{LA-U:REMOTE_USER}]RequestHeader set

Re: [EMAIL PROTECTED] Mod_header REMOTE_USER variable null via reverse proxy server - HELP!

2006-04-27 Thread Joshua Slive
On 4/27/06, Shabbir bharmal [EMAIL PROTECTED] wrote: Joshua, Thank you for your response. But, it did not work. Here is a snippet from my httpd.conf file. Then you'll probably need to write a custom module to do what you want. It shouldn't be too complicated, but I don't know the details.

[EMAIL PROTECTED] Mod_header REMOTE_USER variable null via reverse proxy server - HELP!

2006-04-26 Thread Shabbir bharmal
I have Apache 2.2 setup using mod_proxy, mod_headers and mod_authsuccessfully. I am using Apache as my web server and Apache Tomcat asmy web container where my application is deployed.Mod_auth challenges a browser session to enter a username and password when accessing a page on my tomcat