Re: [PATCH] make mod_proxy not accept HTTP/0.9

2002-04-02 Thread Adam Sussman
This looks really arcane to me though - there are very few HTTP/0.9 servers out there that I am aware of to start with, adding functionality to specifically not support them seems like software bloat to me. Is this a real problem in your installation? This is really a problem of

Re: [PATCH] make mod_proxy not accept HTTP/0.9

2002-04-01 Thread Graham Leggett
Adam Sussman wrote: This patch adds a configuration directive ProxyRequireValidHTTPStatus. When enabled, mod_proxy will require a valid HTTP status line from the destination server and throw a 502 Bad Gateway error if it does not get it. Basicaly, this disallows backasswards reponses.

[PATCH] make mod_proxy not accept HTTP/0.9

2002-03-29 Thread Adam Sussman
This patch adds a configuration directive ProxyRequireValidHTTPStatus. When enabled, mod_proxy will require a valid HTTP status line from the destination server and throw a 502 Bad Gateway error if it does not get it. Basicaly, this disallows backasswards reponses. Why would one want to do