----- Original Message ----- From: "Joshua Slive" <joshua@xxxxxxxx> To: <users@xxxxxxxxxxxxxxxx> Sent: Thursday, August 24, 2006 3:47 PM Subject: Re: [users@httpd] IE6 could crash with HTTP/1.1 > On 8/24/06, Peter Schade <l-case@xxxxxxx> wrote: > > Hello > > > > i have some trouble with the recent microsoft patches where the IE6 could > > crash on certain websites if he uses http1.1 and compression. > > > > So i would configure my webserver so that he delivers only via http1.0 > > here is my config from http.conf on a debian sarge server: > > BrowserMatchNoCase ".*MSIE.*" nokeepalive downgrade-1.0 force-response-1.0 > > > > This brings not the protocol that i want... any suggestions? > > This seems like overkill. Any other suggestions on this? would be any other apache config setting better suited ? > But anyway, how do you know that Apache is using HTTP/1.1? The fact > that HTTP/1.1 is used in the status line does *not* tell you what > protocol was used in the response. It simply indicates that the > server is capable of HTTP/1.1. And force-response-1.0 will only > change that if the client uses a HTTP/1.0 request. > > Joshua. Is it possible to force an HTTP/1.0 response even if the client can HTTP/1.1? Thanks Peter --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx