mirror of
https://github.com/apache/httpd.git
synced 2025-08-15 23:27:39 +00:00
Fixed MaxRanges config block.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1169599 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained 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,
|
||||
|
Reference in New Issue
Block a user