----- Original Message ----- 
From: "Joshua Slive" <[EMAIL PROTECTED]>
To: <users@httpd.apache.org>
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 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?
> 
> downgrade-1.0 does do that
> 
> But apache continues to report that it is capable of HTTP/1.1 as
> required by the spec.  That doesn't mean that the response isn't
> HTTP/1.0.
> 

So 
BrowserMatchNoCase ".*MSIE.*" downgrade-1.0 
should be ok ?

How can i see if it works?


---------------------------------------------------------------------
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: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to