Bug 55401

Summary: document that force-proxy-request-1.0 implies proxy-sendcl
Product: Apache httpd-2 Reporter: Christoph Anton Mitterer <calestyo>
Component: DocumentationAssignee: HTTP Server Documentation List <docs>
Status: NEW ---    
Severity: enhancement    
Priority: P2    
Version: 2.5-HEAD   
Target Milestone: ---   
Hardware: All   
OS: All   

Description Christoph Anton Mitterer 2013-08-11 22:50:57 UTC
Hi.

AFAIU the code, force-proxy-request-1.0 implies proxy-sendcl and also that any of proxy-sendchunks/proxy-sendchunked is ignored.

I think that implication should be documented for easiness.


I'm not sure whether force-proxy-request-1.0 also implies proxy-nokeepalive (don't think so though)... but if it does... then please document that as well.


Cheers,
Chris.
Comment 1 Christoph Anton Mitterer 2013-08-11 23:52:33 UTC
I just tcpdumped a bit and the following seems to be the case (but please double check).

If force-proxy-request-1.0 is set force-proxy-request-1.0 is _ignored_ and neither
Connection: close
nor
Connection: Keep-Alive
is set on the request to the origin.


That would also make the hints here:
https://httpd.apache.org/docs/current/mod/mod_proxy.html#envsettings
a bit misleading, since it makes not sense to set both.


Please update the documentation accordingly.
Comment 2 Eric Covener 2013-08-12 02:34:58 UTC
(In reply to Christoph Anton Mitterer from comment #1)
> I just tcpdumped a bit and the following seems to be the case (but please
> double check).
> 
> If force-proxy-request-1.0 is set force-proxy-request-1.0 is _ignored_ and
> neither

Same property listed twice.
Comment 3 Christoph Anton Mitterer 2013-08-12 14:50:34 UTC
Oops... wrong copy&pasting ;-)

In the 2nd part I meant:
"If force-proxy-request-1.0 is set proxy-nokeepalive is _ignored_ and ..."

Cheers,
Chris.