From: Joshua Slive Date: Wed, 6 Apr 2005 14:15:50 +0000 (+0000) Subject: Remove all the old broken-browser work-arounds based X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e7a55ca9e13a2a55825a19d518e068dc4f47bdd;p=thirdparty%2Fapache%2Fhttpd.git Remove all the old broken-browser work-arounds based on evidence that these browsers don't exist in the wild. I'm not completely confident about this, but we will at least have a beta cycle to check this before a release. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/simple-conf@160298 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/conf/httpd.conf.in b/docs/conf/httpd.conf.in index fad6eb5b6cb..94baddb274c 100644 --- a/docs/conf/httpd.conf.in +++ b/docs/conf/httpd.conf.in @@ -378,18 +378,6 @@ DefaultType text/plain #ErrorDocument 402 http://www.example.com/subscription_info.html # - - # - # 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 - - # # EnableMMAP and EnableSendfile: On systems that support it, # memory-mapping or the sendfile syscall is used to deliver