Hi all,
my squid machine (debian 3.1/squid 2.5) is not using the whole cache.
Only about 10% of the Cache Size is in use. Does anyone got a hint for me?
i am using squid as transparent proxy with dansguardian content filter.
here is my squid.conf:
http_port 3128
icp_port 3130
httpd_accel_host virtual
httpd_accel_port 80
httpd_accel_with_proxy on
httpd_accel_uses_host_header on
cache_peer 127.0.0.1 parent 8080 0 no-query no-delay proxy-only default
prefer_direct off
forwarded_for on
cache_mem 128 MB
cache_swap_low 90
cache_swap_high 95
maximum_object_size 8192 KB
minimum_object_size 0 KB
cache_replacement_policy lru
cache_dir ufs /cache 50000 100 256
cache_access_log /var/log/squid/access.log
cache_log /var/log/squid/cache.log
dns_timeout 2 minutes
dns_nameservers x.x.x.x
request_header_max_size 10 KB
quick_abort_min 16 KB
quick_abort_max 16 KB
quick_abort_pct 95
negative_ttl 1 minutes
positive_dns_ttl 240 minutes
negative_dns_ttl 5 minutes
connect_timeout 2 minutes
request_timeout 2 minutes
thanks for help!
Axel Böhme