Advice on migration from Squid 2.2S5 to 2.3S1?

From: Steve Snyder <swsnyder@dont-contact.us>
Date: Thu, 02 Mar 2000 14:27:02 -0500

This is on a RedHat box, with Linux kernel v2.2.14. I've got Squid
configured to act as a transparent proxy.

Below are my changes from the default Squid v2.2S5 configuration. I
understand that I will need to add the filesystem type to the
"cache_dir" parameter, but beyond that, what needs to be changed?

I've been reading of problems with v2.3S1's internal DNS resolution.
Should I disable internat resolution and stay with the use of
dns_children?

Any advice on v2.2S5-->v2.3Sx migrations issues and gotchas will be
appreciated. Thanks.

cache_mem 16 MB
cache_dir /var/spool/squid 256 2 254
cache_store_log none
dns_children 3
redirect_program /etc/squid/adzapper/squid_redirect
redirect_children 3
authenticate_children 3
quick_abort_pct 50
positive_dns_ttl 12 hours
acl all src 0.0.0.0/0.0.0.0
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 21 443 563 70 210 1025-65535
acl CONNECT method CONNECT
acl snydernet src 192.168.0.0/255.255.255.0
http_access allow manager localhost
http_access deny manager
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
http_access allow snydernet
http_access allow localhost
http_access deny all
icp_access allow snydernet
icp_access allow localhost
icp_access deny all
miss_access allow all
visible_hostname proxy.snydernet.lan
httpd_accel_host virtual
httpd_accel_port 80
httpd_accel_with_proxy on
httpd_accel_uses_host_header on
store_avg_object_size 8 KB
buffered_logs on
Received on Thu Mar 02 2000 - 12:34:11 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:51:53 MST