Good day!
my squid cant' cashing (store to cache) big files >200mb.
what i do wrong?
tnx.
config:
acl localnet src 10.0.0.0/8     # RFC1918 possible internal network
acl localnet src 172.16.0.0/12  # RFC1918 possible internal network
acl localnet src 192.168.0.0/16 # RFC1918 possible internal network
acl SSL_ports port 443
acl Safe_ports port 80          # http
acl Safe_ports port 21          # ftp
acl Safe_ports port 443         # https
acl Safe_ports port 70          # gopher
acl Safe_ports port 210         # wais
acl Safe_ports port 1025-65535  # unregistered ports
acl Safe_ports port 280         # http-mgmt
acl Safe_ports port 488         # gss-http
acl Safe_ports port 591         # filemaker
acl Safe_ports port 777         # multiling http
acl CONNECT method CONNECT
cache_access_log /var/log/squid/access.log
cache_log /var/log/squid/cache.log
cache_store_log /var/log/squid/store.log
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
http_access allow localhost manager
http_access deny manager
http_access allow localnet
http_access allow localhost
http_access deny all
http_port 3128
cache_mem 1800 MB
maximum_object_size 999 GB
minimum_object_size 0
cache_dir ufs /var/cache 30000000 96 984 min-size=0 max-size=300000000
cache_replacement_policy LFUDA
cache_effective_user nobody
cache_effective_group squid
coredump_dir /var/squid/
refresh_pattern  . 900000000 80%  900000000 override-expire
override-lastmod reload-into-ims ignore-no-cache ignore-private
ignore-auth
quick_abort_min -1 KB
#reload_into_ims on
#request_entities on
via off
forwarded_for transparent
cache allow all
Received on Sat Feb 15 2014 - 12:31:21 MST
This archive was generated by hypermail 2.2.0 : Sat Feb 15 2014 - 12:00:05 MST