Re: [users@httpd] httpd 2.2 ReverseProxy not working on 302 redirect location header

2012-09-20 Thread Mario A. del Riego
El 19/09/12 12:06, Tom Evans escribió: > On Wed, Sep 19, 2012 at 3:46 PM, Mario A. del Riego > wrote: >> Supid, >> >> I have the same behavior, it's a bug well documented at [1]. >> >> If you know the redirection, you can do it in the front-end. >> In my particular case, i fixed it with mod_securi

Re: [users@httpd] httpd 2.2 ReverseProxy not working on 302 redirect location header

2012-09-19 Thread Tom Evans
On Wed, Sep 19, 2012 at 3:46 PM, Mario A. del Riego wrote: > Supid, > > I have the same behavior, it's a bug well documented at [1]. > > If you know the redirection, you can do it in the front-end. > In my particular case, i fixed it with mod_security. I have wrote a > little in my blog [0] (in sp

Re: [users@httpd] httpd 2.2 ReverseProxy not working on 302 redirect location header

2012-09-19 Thread Eric Covener
> ProxyPassReverse / http://fooremote.com/ > Location: http://fooremote.com:80/abc.jsp Have you tried 2nd proxypassreverse with the explicit port in the 2nd argument? - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org F

Re: [users@httpd] httpd 2.2 ReverseProxy not working on 302 redirect location header

2012-09-19 Thread Mario A. del Riego
Supid, I have the same behavior, it's a bug well documented at [1]. If you know the redirection, you can do it in the front-end. In my particular case, i fixed it with mod_security. I have wrote a little in my blog [0] (in spanish) about this. [0] http://blog.makam.org/2012/09/01/bug-en-mod_pro

[users@httpd] httpd 2.2 ReverseProxy not working on 302 redirect location header

2012-09-18 Thread Bhattacharya, Sudip
Hi, I am using an apache setup as a reverse proxy to a backend server. ... ServerName foolocal.com ProxyPass / http://fooremote.com/ ProxyPassReverse / http://fooremote.com/ ... The above setup is working fine for most pages, except a few servlets which are using 302 Redirects. There is