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 single request has been responded. > Neither does it have Host: headers. No, it has keepalives and Host headers. But the former are more limited than in 1.1 because there's no chunked encoding, and the latter are technically optional (though in practice pretty-much universal since about 1995 or 96). > a) Do I need to tell the reverse-proxy about this? Try it and see what your backend is happy with! Chances are, the only thing you'll need to worry about is to avoid sending it chunked encoding. -- Nick Kew --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx