Re: Downgrade backend request/response to HTTP/1.0

2010-05-04 Thread Matt
On 4 May 2010 20:43, Holger Just wrote: > Hi Dave, > > On 2010-05-04 18:55, Dave Pascoe wrote: > > Is there a way in haproxy 1.4 to perform the equivalent function that > > these Apache directives perform? > > > > SetEnv downgrade-1.0 1 > > SetEnv force-response-1.0 1 > > > > i.e., force haprox

Re: Downgrade backend request/response to HTTP/1.0

2010-05-04 Thread Holger Just
Hi Dave, On 2010-05-04 18:55, Dave Pascoe wrote: > Is there a way in haproxy 1.4 to perform the equivalent function that > these Apache directives perform? > > SetEnv downgrade-1.0 1 > SetEnv force-response-1.0 1 > > i.e., force haproxy to downgrade to HTTP/1.0 even though the client is > HTTP

Downgrade backend request/response to HTTP/1.0

2010-05-04 Thread Dave Pascoe
Is there a way in haproxy 1.4 to perform the equivalent function that these Apache directives perform? SetEnv downgrade-1.0 1 SetEnv force-response-1.0 1 i.e., force haproxy to downgrade to HTTP/1.0 even though the client is HTTP/1.1 TIA, Dave