[packages/apache] Yet keep ssl-unclean-shutdown for IE6-9.

arekm arekm at pld-linux.org
Wed Nov 19 13:08:35 CET 2014


commit 96ae310e7af69335bd48b17c06da1bf1293ed865
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Wed Nov 19 13:08:18 2014 +0100

    Yet keep ssl-unclean-shutdown for IE6-9.

 apache-mod_ssl.conf | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/apache-mod_ssl.conf b/apache-mod_ssl.conf
index 2acff5b..02b7107 100644
--- a/apache-mod_ssl.conf
+++ b/apache-mod_ssl.conf
@@ -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:
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/apache.git/commitdiff/96ae310e7af69335bd48b17c06da1bf1293ed865



More information about the pld-cvs-commit mailing list