From: Eric Covener <LocationMatch>
LogLevel
MaxKeepAliveRequests
MaxRanges
NameVirtualHost
Options
Protocol
Description: | Number of ranges allowed before returning the complete +resource |
---|---|
Syntax: | MaxRanges number (0 = no limit) |
Default: | MaxRanges 200 |
Context: | server config, virtual host, directory |
Status: | Core |
Module: | core |
Compatibility: | Available in Apache HTTP Server 2.2.21 and later |
The MaxRanges
directive
+ limits the number of HTTP ranges the server is willing to
+ return to the client. If more ranges then permitted are requested,
+ the complete resource is returned instead.