]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Followpup to r1166612: reflect changed
authorRainer Jung <rjung@apache.org>
Thu, 29 Sep 2011 08:28:10 +0000 (08:28 +0000)
committerRainer Jung <rjung@apache.org>
Thu, 29 Sep 2011 08:28:10 +0000 (08:28 +0000)
"MaxRanges 0" semantics and new MaxRanges
string options in default configuration snippet.

Hope that's CTR because the setting is commented
out by default.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1177211 13f79535-47bb-0310-9956-ffa450edef68

docs/conf/httpd.conf.in

index b524fdd6305b1bca83d5f68b762e2497136f9920..8c08424ba04b668d0c320e6ec7c77f1759c2d9a3 100644 (file)
@@ -351,9 +351,10 @@ DefaultType text/plain
 
 #
 # MaxRanges: Maximum number of Ranges in a request before
-# returning the entire resource, or 0 for unlimited
-# Default setting is to accept 200 Ranges
-#MaxRanges 0
+# returning the entire resource, or one of the special
+# values 'default', 'none' or 'unlimited'.
+# Default setting is to accept 200 Ranges.
+#MaxRanges unlimited
 
 #
 # EnableMMAP and EnableSendfile: On systems that support it,