Comment 4 for bug 626728

Revision history for this message
Lukas Zronek (lukas-z) wrote :

@Stefan Fritsch: Maybe you didn't see the whole thing. The first BrowserMatch is supposed to match MSIE 2-6 and the second should match "MSIE 7 and newer" according to the comment on line 168.

/etc/apache2/sites-available/default-ssl:

    165 BrowserMatch "MSIE [2-6]" \
    166 nokeepalive ssl-unclean-shutdown \
    167 downgrade-1.0 force-response-1.0
    168 # MSIE 7 and newer should be able to use keepalive
    169 BrowserMatch "MSIE [17-9]" ssl-unclean-shutdown