On Fri, 2005-04-01 at 00:28 +0200, Henrik Nordstrom wrote: > 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. > Perfect, it was not my fault! :) Well, I've just checked and, as I thought, reply_body_max_size is not set in both frontend and backend squid. I mean, the line is commented in both squid.conf What seems to be even more weird is that I've been doing more trsting yesterday and it seems like max_obj_size is the real problem. I've tried setting it to 40MB for example on the frontend squid, thus I could get file up to 40MB from the backend! Any idea?!?! Thanks! Marco > max_obj_size should not. > > Regards > Henrik