I just noticed that squid is not caching large files (>2MB?). After scanning the docs at squid.org I didnt find exactly what I was looking for, and i didnt see any configuration options in the squid.conf-default file. [:S]
While i am on this subject, how about caching FTP GET request?
----------------- cut -----------------
A Miss/Hit from my logs. As u can see a 6MB file missed both times.
700KB FILE
1024052762.053 12640 10.1.2.99 TCP_MISS/200 739881 GET http://primacom.tucows.com/files2/BisonFTP42.exe - DIRECT/62.208.91.21 application/x-msdos-program
1024052824.873 4143 10.1.2.99 TCP_HIT/200 739881 GET http://primacom.tucows.com/files2/BisonFTP42.exe - NONE/- application/x-msdos-program
6MB FILE
1024053985.384 76408 10.1.2.99 TCP_MISS/200 6810451 GET http://primacom.tucows.com/files2/CPRoxy.zip - DIRECT/62.208.91.21 application/zip
1024054348.402 77926 10.1.2.99 TCP_MISS/200 6810451 GET http://primacom.tucows.com/files2/CPRoxy.zip - DIRECT/62.208.91.21 application/zip
----------------- cut -----------------
This thread was automatically locked due to age.