Index: docs/conf/extra/httpd-ssl.conf.in =================================================================== --- docs/conf/extra/httpd-ssl.conf.in (revision 1244208) +++ docs/conf/extra/httpd-ssl.conf.in (working copy) @@ -231,7 +231,7 @@ # Similarly, one has to force some clients to use HTTP/1.0 to workaround # their broken HTTP/1.1 implementation. Use variables "downgrade-1.0" and # "force-response-1.0" for this. -BrowserMatch "MSIE [2-5]" \ +BrowserMatch "MSIE [1-5]\." \ nokeepalive ssl-unclean-shutdown \ downgrade-1.0 force-response-1.0