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