RE: [EMAIL PROTECTED] ProxyPass redirects the request

2008-08-03 Thread Phil Lefort
@httpd.apache.org Subject: [EMAIL PROTECTED] ProxyPass redirects the request I'm using the following configuration to setup my local Apache as a reverse proxy for the app server (let's call it http://www.backend.com/). The problem is that apache server redirects all the requests to /myte

RE: [EMAIL PROTECTED] ProxyPass redirects the request

2008-07-21 Thread Mohammad Kargar - Indicee
/test/ ProxyHTMLURLMap /test /test RequestHeaderunset Accept-Encoding Thanks, Mohammad -Original Message- From: Mohammad Kargar - Indicee Sent: Monday, July 21, 2008 8:42 AM To: 'users@httpd.apache.org' Subject: RE: [EMAIL PROTECTED] ProxyPass redirects the requ

Re: [EMAIL PROTECTED] ProxyPass redirects the request

2008-07-21 Thread Nick Kew
On Mon, 21 Jul 2008 08:41:59 -0700 "Mohammad Kargar - Indicee" <[EMAIL PROTECTED]> wrote: > > Thank you very much. It seems that > http://www.apachetutor.org/admin/reverseproxies is the one I need to > follow to solve the issue. While I'm doing so, I'd like to ask one > more question: > > My ori

RE: [EMAIL PROTECTED] ProxyPass redirects the request

2008-07-21 Thread Mohammad Kargar - Indicee
- From: Nick Kew [mailto:[EMAIL PROTECTED] Sent: Monday, July 21, 2008 6:47 AM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] ProxyPass redirects the request On Sun, 20 Jul 2008 19:19:07 -0700 "Mohammad Kargar - Indicee" <[EMAIL PROTECTED]> wrote: > Does anybody know

Re: [EMAIL PROTECTED] ProxyPass redirects the request

2008-07-21 Thread Nick Kew
On Sun, 20 Jul 2008 19:19:07 -0700 "Mohammad Kargar - Indicee" <[EMAIL PROTECTED]> wrote: > Does anybody know what I'm missing here? http://www.apachetutor.org/admin/reverseproxies > ProxyPass /mytest/ http://www.backend.com/ > > ProxyPassReverse /mytest/ http://www.backend.com/ That's only pa

Re: [EMAIL PROTECTED] ProxyPass redirects the request

2008-07-21 Thread Joshua Slive
On Mon, Jul 21, 2008 at 8:51 AM, Merton Campbell Crockett <[EMAIL PROTECTED]> wrote: > > On 20 Jul 2008, at 19:19:07, Mohammad Kargar - Indicee wrote: > > I'm using the following configuration to setup my local Apache as a reverse > proxy for the app server (let's call ithttp://www.backend.com/). T

Re: [EMAIL PROTECTED] ProxyPass redirects the request

2008-07-21 Thread Merton Campbell Crockett
On 20 Jul 2008, at 19:19:07, Mohammad Kargar - Indicee wrote: I’m using the following configuration to setup my local Apache as a reverse proxy for the app server (let’s call ithttp://www.backend.com/) . The problem is that apache server redirects all the requests to / mytest/ to the backend

[EMAIL PROTECTED] ProxyPass redirects the request

2008-07-20 Thread Mohammad Kargar - Indicee
I'm using the following configuration to setup my local Apache as a reverse proxy for the app server (let's call it http://www.backend.com/). The problem is that apache server redirects all the requests to /mytest/ to the backend (http://www.backend.com/) instead of transparently providing the cont