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

svn commit: r1169599 - /httpd/httpd/trunk/docs/conf/httpd.conf.in

Author: fuankg
Date: Mon Sep 12 03:40:28 2011
New Revision: 1169599

URL: http://svn.apache.org/viewvc?rev=1169599&view=rev
Log:
Fixed MaxRanges config block.

Modified:
    httpd/httpd/trunk/docs/conf/httpd.conf.in

Modified: httpd/httpd/trunk/docs/conf/httpd.conf.in
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/conf/httpd.conf.in?rev=1169599&r1=1169598&r2=1169599&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/conf/httpd.conf.in (original)
+++ httpd/httpd/trunk/docs/conf/httpd.conf.in Mon Sep 12 03:40:28 2011
@@ -334,9 +334,9 @@ LogLevel warn
 
 #
 # MaxRanges: Maximum number of Ranges in a request before
-# returning the entire resource, or 0 for unlimited
+# returning the entire resource, 'none' or 'unlimited'
 # Default setting is to accept 200 Ranges
-#MaxRanges 0
+#MaxRanges unlimited
 
 #
 # EnableMMAP and EnableSendfile: On systems that support it,