These statements allow downloads of files less than 4 MB.
reply_body_max_size 0 allow poweruser
reply_body_max_size 4000000 allow all
Werner Rost
>>-----Ursprüngliche Nachricht-----
>>Von: Paul Matthews [mailto:[EMAIL PROTECTED]
>>Gesendet: Montag, 9. Januar 2006 00:49
>>An: [email protected]
>>Betreff: [squid-users] Max downloadable file
>>
>>
>>
>>hi there,
>>
>>i'm trying to set squid to only allow files smaller than 300
>>megs to be able to be downloaded. rather than get to 300 megs
>>of a 700 meg file and then drop out i'd like it to be able to
>>assess the size of the file and if it is to large use the
>>deny_info function to redirect the users to a page explaining
>>that the file there trying to download it too large.
>>
>>anyone know how to do this?
>>
>>