View Single Post

  #2 (permalink)  
Old 03-22-2006
Robert Ionescu
 
Posts: n/a
Default Re: Disallow multipart/byteranges requests

NetComrade wrote:
> Is there are a way to force clients to download the whole file (pdf)
> instead of requesting it in chunks?


force-response-1.0 is all I can think of.

You might try

SetEnvIf Request_URI "\.pdf$" force-response-1.0

--
Robert