<div dir="ltr">hi all <span title=":-)"></span>
<br>I've a strange problem with squid v3.1.20
<br>
<br>Using squid also to cache "big" files (for big I mean >20Mb), happens 
that if a pc download a file, first time file has downloaded from 
internet. Second time from squid cache. Everything ok <span title=":-)"></span> But: if I try 
to download same file from another pc, same file come downloaded from 
internet and not via squid.
<br>
<br>Why?
<br>
<br>thanks!
<br>
<br>maximum_object_size 5 Gb
<br>cache_dir ufs /data/vmware/squid-cache 30720 16 256
<br>cache_mem 4096 MB
<br>
<br>minimum_object_size 0
<br>maximum_object_size_in_memory 512 Kb
<br>cache_replacement_policy heap GDSF
<br>
<br>cache_swap_low 85
<br>cache_swap_high 90
<br>
<br>half_closed_clients off
<br>
<br>hosts_file /etc/hosts
<br>memory_pools off
<br>client_db off
<br>dns_nameservers 127.0.0.1
<br>
<br>via off
<br>forwarded_for off
<br>httpd_suppress_version_string off
<br>follow_x_forwarded_for deny all
<br>#visible_hostname <a target="_blank" href="http://sign.bunker.org">sign.bunker.org</a>
<br>
<br>refresh_pattern ^ftp: 1440 20% 10080
<br>refresh_pattern ^gopher: 1440 0% 1440
<br>refresh_pattern -i \.(gif|png|jpg|jpeg|ico)$ 10080 90% 43200 
override-expire ignore-no-cache ignore-no-store ignore-private
<br>refresh_pattern -i \.(iso|avi|wav|mp3|mp4|mpeg|<wbr>swf|flv|x-flv)$ 43200 90% 
432000 override-expire ignore-no-cache ignore-no-store ignore-private
<br>refresh_pattern -i \.(deb|rpm|exe|zip|tar|tgz|<wbr>ram|rar|bin|ppt|doc|tiff)$ 
10080 90% 43200 override-expire ignore-no-cache ignore-no-store 
ignore-private
<br>refresh_pattern -i \.index.(html|htm)$ 0 40% 10080
<br>refresh_pattern -i \.(html|htm|css|js)$ 1440 40% 40320
<br>refresh_pattern . 0 40% 40320
<br>
<br>refresh_pattern -i <a target="_blank" href="http://movies.com/.*">movies.com/.*</a> 10080 90% 43200
<br>refresh_pattern (<i><span>/</span>cgi-bin<span>/</span></i>|\?) 0 0% 0
</div>