Project

General

Profile

Actions

Server range-requestsDetails » History » Revision 4

« Previous | Revision 4/7 (diff) | Next »
Anonymous, 2007-11-14 06:00
needs double quotation



#!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 16 years ago · 4 revisions