Commit f53f80df authored by Stefan Fritsch's avatar Stefan Fritsch
Browse files

Make the MSIE BrowserMatch regexp fit for MSIE 10. Remove useless '.*'


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1132793 13f79535-47bb-0310-9956-ffa450edef68
parent 0ae6d430
Loading
Loading
Loading
Loading
+1 −1
Changes for docs/conf/extra/httpd-ssl.conf.in: 1 added line, 1 removed line.
Original line number Diff line number Diff line
@@ -221,7 +221,7 @@ SSLCertificateKeyFile "@exp_sysconfdir@/server.key"
#   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 [1-5].*" \
BrowserMatch "MSIE [2-5]" \
         nokeepalive ssl-unclean-shutdown \
         downgrade-1.0 force-response-1.0