You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rj...@apache.org on 2011/09/29 10:28:10 UTC

svn commit: r1177211 - /httpd/httpd/branches/2.2.x/docs/conf/httpd.conf.in

Author: rjung
Date: Thu Sep 29 08:28:10 2011
New Revision: 1177211

URL: http://svn.apache.org/viewvc?rev=1177211&view=rev
Log:
Followpup to r1166612: reflect changed
"MaxRanges 0" semantics and new MaxRanges
string options in default configuration snippet.

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

Modified:
    httpd/httpd/branches/2.2.x/docs/conf/httpd.conf.in

Modified: httpd/httpd/branches/2.2.x/docs/conf/httpd.conf.in
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/conf/httpd.conf.in?rev=1177211&r1=1177210&r2=1177211&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/conf/httpd.conf.in (original)
+++ httpd/httpd/branches/2.2.x/docs/conf/httpd.conf.in Thu Sep 29 08:28:10 2011
@@ -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,