I've just scan'd through all my old email and the ChangeLog, but nothing
pops out at me. I'm using a very simple config:
====
cache_mem 128 MB
maximum_object_size 8192 KB
cache_dir /usr/local/squid/cache1 3420 32 128
cache_dir /usr/local/squid/cache2 3420 32 128
cache_dir /usr/local/squid/cache3 3420 32 128
cache_dir /usr/local/squid/cache4 3420 32 128
cache_dir /usr/local/squid/cache5 3420 32 128
cache_dir /usr/local/squid/cache6 3420 32 128
dns_children 16
acl all src 0.0.0.0/0
acl localnet src 131.162.0.0/16
acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255
acl SSL_ports port 443 563
acl Safe_ports port 80 81 21 443 563 70 210 1025-65535
acl CONNECT method CONNECT
http_access allow manager localhost
http_access deny manager
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
http_access allow localnet
http_access deny all
icp_access allow all
miss_access allow all
logfile_rotate 30
====
Other then removing dns_children, which is no longer applicable,
should/will this work out of the box?
Thanks...
Marc G. Fournier marc.fournier@acadiau.ca
Senior Systems Administrator Acadia University
"These are my opinions, which are not necessarily shared by my employer"
Received on Tue Jan 25 2000 - 19:47:27 MST
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:50:42 MST