RE: [users@httpd] ProxyPassReverse in context

2005-06-09 Thread Axel-Stéphane SMORGRAV
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

Re: [users@httpd] ProxyPassReverse in context

2005-06-08 Thread Nick Kew
Axel-Stéphane SMORGRAV wrote: > Given the following reverse proxy configuration; > > > ProxyPass http://appserver/ > ProxyPassReverse http://appserver/ > > > > ProxyPass http://appserver/ > ProxyPassRevers

Re: [users@httpd] ProxyPassReverse in context

2005-06-08 Thread Joshua Slive
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. >

[users@httpd] ProxyPassReverse in context

2005-06-08 Thread Axel-Stéphane SMORGRAV
Given the following reverse proxy configuration; ProxyPass http://appserver/ ProxyPassReverse http://appserver/ ProxyPass http://appserver/ ProxyPassReverse http://appserver/ whenever http://apps