Actions
Server range-requestsDetails » History » Revision 5
« Previous |
Revision 5/7
(diff)
| Next »
Bun, 2008-12-28 07:32
Fixed formatting
server.range-requests option¶
server.range-requests
Allowed values: enabled
, disabled
Default: enabled
This option defines whether range requests are allowed or not.
Range request are requests of one or more sub-ranges of a file. Range requests are very helpful for resuming interrupted downloads and fetching small portions of huge files.
Note: Internet Explorer can crash when it tries to open PDF file if range requests are enabled.
To disable range requests for PDF files, add the following to your configuration file:
$HTTP["url"] =~ "\.pdf$" { server.range-requests = "disable" }
Updated by Bun almost 16 years ago · 5 revisions