On Tuesday 17 June 2003 17.21, Adnan TOPÇU wrote:
> How can I disable Resuming download? My primary target is blocking
> multiple connection to a singe file. maxcon isn't suitable for us.
> Squid is v2.4 Stable3
Not easily. Resumed downloads is just range requests requesting a
range of the requested object. Range requests is used in a number of
different conditions, not only resumed downloads.
You can disable Range request by HTTP anynymization to deny the Range
header, but this will also block any other uses of the range requests
such as the fast download of document index when viewing PDF files
and many other, always giving the client a full copy of the requested
resource.
You are most likely best off using delay pools to limit the bandwidth
usage per client. It should not really matter if a client has 1 or 20
connections, he should get about the same rate either way..
Regards
Henrik
-- Donations welcome if you consider my Free Squid support helpful. https://www.paypal.com/xclick/business=hno%40squid-cache.org If you need commercial Squid support or cost effective Squid or firewall appliances please refer to MARA Systems AB, Sweden http://www.marasystems.com/, info@marasystems.comReceived on Tue Jun 17 2003 - 11:54:47 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:17:24 MST