Well, if you have a fix, you've got yourself a customer...
I've got time to patch, recompile and test.
-ascs
-Original Message-
From: Nick Kew [mailto:[EMAIL PROTECTED]
Sent: Thursday, June 09, 2005 1:03 AM
To: users@httpd.apache.org
Subject: Re: [EMAIL PROTECTED] ProxyPassReverse in c
Axel-Stéphane SMORGRAV wrote:
> Given the following reverse proxy configuration;
>
>
> ProxyPass http://appserver/
> ProxyPassReverse http://appserver/
>
>
>
> ProxyPass http://appserver/
> ProxyPassRevers
On 6/8/05, Axel-Stéphane SMORGRAV
<[EMAIL PROTECTED]> wrote:
> whenever http://appserver/ (the backend server) returns a redirection (302),
> I want the Location header to be rewritten and prefixed with either /first/
> or /last/ depending on the URL that the reverse proxy was invoked with.
>
Given the following reverse proxy configuration;
ProxyPass http://appserver/
ProxyPassReverse http://appserver/
ProxyPass http://appserver/
ProxyPassReverse http://appserver/
whenever http://apps