Change docs.mit.edu to a flask app
[sysconfig/apache2.git] / sites-available / default-ssl
index 545da24ac6f649d2332c8b9ae45d6f089027422b..37ddad3d11f142a3b23f7765485d7d3f5f843f05 100644 (file)
        #   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.*" \
+       BrowserMatch "MSIE [2-6]" \
                nokeepalive ssl-unclean-shutdown \
                downgrade-1.0 force-response-1.0
+       # MSIE 7 and newer should be able to use keepalive
+       BrowserMatch "MSIE [17-9]" ssl-unclean-shutdown
+
 </VirtualHost>
 </IfModule>