Re: svn commit: r527969 - in /httpd/httpd/trunk: CHANGES docs/manual/mod/mod_proxy.xml modules/proxy/mod_proxy_http.c

2007-04-12 Thread Ruediger Pluem


On 04/12/2007 10:20 PM, Jeff Trawick wrote:
> On 4/12/07, Ruediger Pluem <[EMAIL PROTECTED]> wrote:
> 
>>
>>
>> On 04/12/2007 05:07 PM, [EMAIL PROTECTED] wrote:
>> > Author: trawick
>> > Date: Thu Apr 12 08:07:11 2007
>> > New Revision: 527969
>> >
>> > URL: http://svn.apache.org/viewvc?view=rev&rev=527969
>> > Log:
>> > HTTP proxy ProxyErrorOverride: Leave 1xx and 3xx responses alone.  Only
>> > processing of error responses (4xx, 5xx) will be altered.
>> >
>> > PR: 39245
>> >
>> > This is based on a patch submitted by Bart van der Schans > hippo.nl>
>> > and tweaked slightly by me based on discussions on dev@ since April
>> 2006.
>> > I think rpleum was the first to mention the 1xx issue.
>>
>> Thanks for fixing this. Just as a side note: ProxyErrorOverride does
>> not work with
>> ajp workers. It seems that it never has. I think this should be fixed
>> sometime
>> in the future.
> 
> 
> I saw that in the dev@ discussion and put "HTTP proxy" in the CHANGES

I should have read your comment closer. I missed this :-).
Yes, after sending the mail I remembered myself that we had this on dev@,
but since I fell into this pit again while testing your patch I though it
was worth mentioning.

> entry, but I don't know if the ajp issue is something to document
> (impractical to fix) or something easily resolved with some code.
> 

I have not looked at the ajp code so far, but my first thought is that
we should try to fix the code to keep the proxy consistent. Of course
if we want to keep this consistent it would be also needed to fix the
mod_proxy_fcgi code!

Regards

RĂ¼diger




Re: svn commit: r527969 - in /httpd/httpd/trunk: CHANGES docs/manual/mod/mod_proxy.xml modules/proxy/mod_proxy_http.c

2007-04-12 Thread Jeff Trawick

On 4/12/07, Ruediger Pluem <[EMAIL PROTECTED]> wrote:



On 04/12/2007 05:07 PM, [EMAIL PROTECTED] wrote:
> Author: trawick
> Date: Thu Apr 12 08:07:11 2007
> New Revision: 527969
>
> URL: http://svn.apache.org/viewvc?view=rev&rev=527969
> Log:
> HTTP proxy ProxyErrorOverride: Leave 1xx and 3xx responses alone.  Only
> processing of error responses (4xx, 5xx) will be altered.
>
> PR: 39245
>
> This is based on a patch submitted by Bart van der Schans 
> and tweaked slightly by me based on discussions on dev@ since April 2006.
> I think rpleum was the first to mention the 1xx issue.

Thanks for fixing this. Just as a side note: ProxyErrorOverride does not work 
with
ajp workers. It seems that it never has. I think this should be fixed sometime
in the future.


I saw that in the dev@ discussion and put "HTTP proxy" in the CHANGES
entry, but I don't know if the ajp issue is something to document
(impractical to fix) or something easily resolved with some code.

Thanks,

Jeff


Re: svn commit: r527969 - in /httpd/httpd/trunk: CHANGES docs/manual/mod/mod_proxy.xml modules/proxy/mod_proxy_http.c

2007-04-12 Thread Ruediger Pluem


On 04/12/2007 05:07 PM, [EMAIL PROTECTED] wrote:
> Author: trawick
> Date: Thu Apr 12 08:07:11 2007
> New Revision: 527969
> 
> URL: http://svn.apache.org/viewvc?view=rev&rev=527969
> Log:
> HTTP proxy ProxyErrorOverride: Leave 1xx and 3xx responses alone.  Only
> processing of error responses (4xx, 5xx) will be altered.
> 
> PR: 39245
> 
> This is based on a patch submitted by Bart van der Schans 
> and tweaked slightly by me based on discussions on dev@ since April 2006.
> I think rpleum was the first to mention the 1xx issue.

Thanks for fixing this. Just as a side note: ProxyErrorOverride does not work 
with
ajp workers. It seems that it never has. I think this should be fixed sometime
in the future.

Regards

RĂ¼diger