RE: [EMAIL PROTECTED] mod_header

2008-01-17 Thread Axel-Stephane SMORGRAV
That means that mod_header is not loaded, which implies that you will have to contact the system administrator. What you mean about forcing the download of specific file types is not very clear to me however, and I do not see how you are going to solve that using the header directive. Maybe you

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 %{RU}e?Joost-

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 http://

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 detai

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 is a snippet from my 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 U

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 ent