On Thu, 31 Mar 2005, Marco Crucianelli wrote:
in the frontend squid.conf Now, I wanted to use the front end squid for small files only (thus I've used max_obj_size 4096KB) while the backend squid for big files (using max_obj_size 2000000KB). Now the problem is, whenever I try to download a big file, therefore passing through the frontend squid, I only get 4MB of that file.
Make sure you haven't set reply_body_max_size. This will cut objects at the set size.
max_obj_size should not.
Regards Henrik