]> git.pld-linux.org Git - packages/apache.git/commitdiff
Yet keep ssl-unclean-shutdown for IE6-9.
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 19 Nov 2014 12:08:18 +0000 (13:08 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 19 Nov 2014 12:08:18 +0000 (13:08 +0100)
apache-mod_ssl.conf

index 2acff5b49c90eaf1d613ae6debc1eab1279cf1e1..02b7107e607ba6b3992d701fa411f0657f997982 100644 (file)
@@ -223,7 +223,8 @@ SSLCertificateKeyFile /etc/httpd/ssl/server.key
 #   their broken HTTP/1.1 implementation. Use variables "downgrade-1.0" and
 #   "force-response-1.0" for this.
 <IfModule mod_setenvif.c>
-       BrowserMatch ".*MSIE [2-5]\..*" \ nokeepalive ssl-unclean-shutdown downgrade-1.0 force-response-1.0
+       BrowserMatch ".*MSIE [2-5]\..*" nokeepalive ssl-unclean-shutdown downgrade-1.0 force-response-1.0
+       BrowserMatch ".*MSIE [6-9]\..*" ssl-unclean-shutdown
 </IfModule>
 
 #   Per-Server Logging:
This page took 0.074241 seconds and 4 git commands to generate.