commit 96ae310e7af69335bd48b17c06da1bf1293ed865
Author: Arkadiusz MiĆkiewicz <[email protected]>
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
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit