Hi,

Nick Kew from the httpd-users list pointed me to the final solution:

The problem is, that the redirect is initiated through the Location
header, which can be rewrited with mod_headers:

Header edit Location ^([^/]*//[^/]*)?/spike/(.*)$ $1/$2


I think, mod_proxy should rewrite this header, too, like any other
header it rewrites. Is it a bug or am I missing something?

Timo

2010/4/28 Mark Thomas <ma...@apache.org>:
> On 27/04/2010 04:25, Timo Meinen wrote:
>>
>> Is someone out there, who can explain me, what the problem is?
>
> It looks like a bug in mod_proxy_ajp. Check you are using the latest httpd
> release (2.2.15) and if you still see the problem, open a bug. Note:
> mod_proxy_ajp is maintained by the httpd project.
>
> Mark
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to