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