Re: [EMAIL PROTECTED] IE6 could crash with HTTP/1.1

2006-08-24 Thread Peter Schade
> On 8/24/06, Peter Schade <[EMAIL PROTECTED]> wrote: > > > > > So > > BrowserMatchNoCase ".*MSIE.*" downgrade-1.0 > > should be ok ? > > > > How can i see if it works? > > If you haven't actually seen the problem yourself in the wild, then > why are you bothering with this? MS is not giving eno

Re: [EMAIL PROTECTED] IE6 could crash with HTTP/1.1

2006-08-24 Thread Joshua Slive
On 8/24/06, Peter Schade <[EMAIL PROTECTED]> wrote: So BrowserMatchNoCase ".*MSIE.*" downgrade-1.0 should be ok ? How can i see if it works? If you haven't actually seen the problem yourself in the wild, then why are you bothering with this? MS is not giving enough information about the bug

Re: [EMAIL PROTECTED] IE6 could crash with HTTP/1.1

2006-08-24 Thread Peter Schade
- Original Message - From: "Joshua Slive" <[EMAIL PROTECTED]> To: Sent: Thursday, August 24, 2006 4:06 PM Subject: Re: [EMAIL PROTECTED] IE6 could crash with HTTP/1.1 > On 8/24/06, Peter Schade <[EMAIL PROTECTED]> wrote: > > > > But anyway, how

Re: [EMAIL PROTECTED] IE6 could crash with HTTP/1.1

2006-08-24 Thread Peter Schade
- Original Message - From: "Neil A. Hillard" <[EMAIL PROTECTED]> To: Sent: Thursday, August 24, 2006 3:55 PM Subject: Re: [EMAIL PROTECTED] IE6 could crash with HTTP/1.1 > Hi, > > Peter Schade wrote: > > Hello > > > > i have some trouble with

Re: [EMAIL PROTECTED] IE6 could crash with HTTP/1.1

2006-08-24 Thread Joshua Slive
On 8/24/06, Peter Schade <[EMAIL PROTECTED]> wrote: > 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

Re: [EMAIL PROTECTED] IE6 could crash with HTTP/1.1

2006-08-24 Thread Neil A. Hillard
Hi, Peter Schade 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

Re: [EMAIL PROTECTED] IE6 could crash with HTTP/1.1

2006-08-24 Thread Peter Schade
- Original Message - From: "Joshua Slive" <[EMAIL PROTECTED]> To: Sent: Thursday, August 24, 2006 3:47 PM Subject: Re: [EMAIL PROTECTED] IE6 could crash with HTTP/1.1 > On 8/24/06, Peter Schade <[EMAIL PROTECTED]> wrote: > > Hello > > > > i

Re: [EMAIL PROTECTED] IE6 could crash with HTTP/1.1

2006-08-24 Thread Joshua Slive
On 8/24/06, Peter Schade <[EMAIL PROTECTED]> 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.co

[EMAIL PROTECTED] IE6 could crash with HTTP/1.1

2006-08-24 Thread Peter Schade
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 ".*MSI