[imp] IMP errors

Lord Apollyon implist at paypc.com
Fri Aug 29 11:15:15 PDT 2003


> I have not
> experienced these errors myself w/ IE 6, but some users are reporting it.

Are you using the HTTP/1.0 protocol downgrade configuration lines in your
Apache-SSL (or mod_ssl) configuration file?

Various versions of IE have bugs related to the improper handling of
persistent connections and POSTed data in response to HTTP/1.1 replies from
web-servers.

Most of the Apache SSL modules come with a sample config file with these
lines in it, to wit:

<IfModule mod_setenvif.c>

    BrowserMatch "Mozilla/2" nokeepalive
    BrowserMatch "MSIE" nokeepalive downgrade-1.0 force-response-1.0
    BrowserMatch "RealPlayer 4\.0" force-response-1.0
    BrowserMatch "Java/1\.0" force-response-1.0
    BrowserMatch "JDK/1\.0" force-response-1.0

</IfModule>

You put that in your SSL VirtualHost section.  Non-SSL links don't need these.

=Apollyon=






More information about the imp mailing list