Re: [users@httpd] reverse proxy to http 1.0 origin server

2013-08-05 Thread Christoph Anton Mitterer
Hi Nick. On Mon, 2013-08-05 at 15:38 +0100, Nick Kew wrote: > > AFAIU, strict HTTP 1.0 has neither persistent connections / keep-alives > > - a connection ends after a single request has been responded. > > Neither does it have Host: headers. > > No, it has keepalives and Host headers. But th

Re: [users@httpd] reverse proxy to http 1.0 origin server

2013-08-05 Thread Nick Kew
On 5 Aug 2013, at 14:46, Christoph Anton Mitterer wrote: > Hi. > > 1) I'd have a question on how to set up a reverse proxy to a http 1.0 in > the cleanest most standard conforming way. > > AFAIU, strict HTTP 1.0 has neither persistent connections / keep-alives > - a connection ends after a sing

[users@httpd] reverse proxy to http 1.0 origin server

2013-08-05 Thread Christoph Anton Mitterer
Hi. 1) I'd have a question on how to set up a reverse proxy to a http 1.0 in the cleanest most standard conforming way. AFAIU, strict HTTP 1.0 has neither persistent connections / keep-alives - a connection ends after a single request has been responded. Neither does it have Host: headers. a) Do