From: Guenter Knauf Date: Mon, 12 Sep 2011 03:40:28 +0000 (+0000) Subject: Fixed MaxRanges config block. X-Git-Tag: 2.3.15~269 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0eeeb59cd057f643aa02da253043907d5e081f0d;p=apache Fixed MaxRanges config block. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1169599 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/conf/httpd.conf.in b/docs/conf/httpd.conf.in index 42423e34df..e5ca18b8e3 100644 --- a/docs/conf/httpd.conf.in +++ b/docs/conf/httpd.conf.in @@ -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,