From: Guenter Knauf Date: Sat, 3 Sep 2011 13:18:09 +0000 (+0000) Subject: Added MaxRanges to httpd.conf. X-Git-Tag: 2.3.15~305 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=eaa9b29fa093175d76e92ed0a24336918922ae4e;p=thirdparty%2Fapache%2Fhttpd.git Added MaxRanges to httpd.conf. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1164861 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/conf/httpd.conf.in b/docs/conf/httpd.conf.in index 0c168fd7fcd..42423e34df9 100644 --- a/docs/conf/httpd.conf.in +++ b/docs/conf/httpd.conf.in @@ -332,6 +332,12 @@ LogLevel warn #ErrorDocument 402 http://www.example.com/subscription_info.html # +# +# 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 + # # EnableMMAP and EnableSendfile: On systems that support it, # memory-mapping or the sendfile syscall may be used to deliver