Project

General

Profile

Actions

Server range-requestsDetails » History » Revision 2

« Previous | Revision 2/7 (diff) | Next »
Anonymous, 2006-08-11 18:00
moved to reST and added PDF range request tip


{{{
#!rst

server.range-requests option ============================

server.range-requests

defines if 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 interrupted downloads and fetching small portions of huge files.
Default: enabled
IE can crash when it tries to open a pdf file. 
This setting in the config fixes it: ::
$HTTP[url] =~ "\.pdf$" { 
server.range-requests = "disable"
}

}}}

Updated by Anonymous over 17 years ago · 2 revisions