From 0eeeb59cd057f643aa02da253043907d5e081f0d Mon Sep 17 00:00:00 2001 From: Guenter Knauf Date: Mon, 12 Sep 2011 03:40:28 +0000 Subject: [PATCH] Fixed MaxRanges config block. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1169599 13f79535-47bb-0310-9956-ffa450edef68 --- docs/conf/httpd.conf.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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, -- 2.40.0