@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
/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
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
-
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
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
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
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
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