]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
httpd: remove compatibility instructions for very old browsers
authorPeter Müller <peter.mueller@ipfire.org>
Mon, 12 Apr 2021 21:00:19 +0000 (23:00 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 14 Apr 2021 17:20:02 +0000 (17:20 +0000)
These are not in use any more - and if they would, we don't support them.

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/httpd/server-tuning.conf
config/httpd/vhosts.d/ipfire-interface-ssl.conf

index 5642a1e4409c81698e40a82b3c65233effea56e0..9ee651e45a92f01fe603dde97708ec6a736f9893 100644 (file)
@@ -22,13 +22,3 @@ MaxSpareThreads 20
 StartServers 2
 MaxRequestWorkers 256
 ThreadsPerChild 16
-
-#
-# The following directives modify normal HTTP response behavior to
-# handle known problems with browser implementations.
-#
-BrowserMatch "Mozilla/2" nokeepalive
-BrowserMatch "MSIE 4\.0b2;" nokeepalive downgrade-1.0 force-response-1.0
-BrowserMatch "RealPlayer 4\.0" force-response-1.0
-BrowserMatch "Java/1\.0" force-response-1.0
-BrowserMatch "JDK/1\.0" force-response-1.0
index de7b8559d723a2dbcdfd932864a60060f61c66f5..8c4cf3806922b88454934e055d935c0798f07eb3 100644 (file)
@@ -64,9 +64,6 @@
        SSLOptions +StdEnvVars
     </Directory>
     SetEnv HOME /home/nobody
-    SetEnvIf User-Agent ".*MSIE.*" \
-       nokeepalive ssl-unclean-shutdown \
-       downgrade-1.0 force-response-1.0
     CustomLog /var/log/httpd/ssl_request_log \
        "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"