summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--templates/apache2.conf.erb7
1 files changed, 0 insertions, 7 deletions
diff --git a/templates/apache2.conf.erb b/templates/apache2.conf.erb
index e387ea8..ee28bdc 100644
--- a/templates/apache2.conf.erb
+++ b/templates/apache2.conf.erb
@@ -89,13 +89,6 @@ MaxKeepAliveRequests 100
#
KeepAliveTimeout 15
-# Drop the Range header when more than 5 ranges.
-# CVE-2011-3192
-# See http://mail-archives.apache.org/mod_mbox/httpd-announce/201108.mbox/browser
-# TODO: remove this when a fix is released
-SetEnvIf Range (,.*?){5,} bad-range=1
-RequestHeader unset Range env=bad-range
-
##
## Server-Pool Size Regulation (MPM specific)
##