This is a discussion on Disallow multipart/byteranges requests within the Apache Web Server forums, part of the Web Server and Related Forums category; Is there are a way to force clients to download the whole file (pdf) instead of requesting it in chunks? ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
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 |
| Thread Tools | |
| Display Modes | |
|
|