diff options
author | Guenter Knauf <fuankg@apache.org> | 2011-09-03 15:18:09 +0200 |
---|---|---|
committer | Guenter Knauf <fuankg@apache.org> | 2011-09-03 15:18:09 +0200 |
commit | eaa9b29fa093175d76e92ed0a24336918922ae4e (patch) | |
tree | 1a3b1b69fb7e668b0a03079b181c059c3177593d /docs/conf | |
parent | * Buckets of known length should be always splitable. So we don't need to care (diff) | |
download | apache2-eaa9b29fa093175d76e92ed0a24336918922ae4e.tar.xz apache2-eaa9b29fa093175d76e92ed0a24336918922ae4e.zip |
Added MaxRanges to httpd.conf.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1164861 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/conf')
-rw-r--r-- | docs/conf/httpd.conf.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/conf/httpd.conf.in b/docs/conf/httpd.conf.in index 0c168fd7fc..42423e34df 100644 --- a/docs/conf/httpd.conf.in +++ b/docs/conf/httpd.conf.in @@ -333,6 +333,12 @@ LogLevel warn # # +# 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 # files. This usually improves server performance, but must |