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