RE: [EMAIL PROTECTED] mod_header

2008-01-17 Thread Axel-Stephane SMORGRAV
: [EMAIL PROTECTED] mod_header I am trying to use hte HEADER command in an .htaccess file, mainly so I can force downloads of specific file types. I have compiled the mod_header into 2.2.26 as verified by apachectl -l command. However I keep getting the error : "Invalid command 'Header

[EMAIL PROTECTED] mod_header

2008-01-16 Thread Carl Hilton
I am trying to use hte HEADER command in an .htaccess file, mainly so I can force downloads of specific file types. I have compiled the mod_header into 2.2.26 as verified by apachectl -l command. However I keep getting the error : "Invalid command 'Header', perhaps mispelled or defined by a mod

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

[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 contai