From: Rainer Jung Date: Thu, 29 Sep 2011 08:28:10 +0000 (+0000) Subject: Followpup to r1166612: reflect changed X-Git-Tag: 2.2.22~138 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1ac15761641ebc116abb83e1a633053f8f251b9;p=thirdparty%2Fapache%2Fhttpd.git 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. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1177211 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/conf/httpd.conf.in b/docs/conf/httpd.conf.in index b524fdd6305..8c08424ba04 100644 --- a/docs/conf/httpd.conf.in +++ b/docs/conf/httpd.conf.in @@ -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,