--- /etc/squid/squid.conf 2004/05/18 06:19:07 1.8 +++ /etc/squid/squid.conf 2004/07/20 04:38:09 @@ -13,6 +13,7 @@ # hostname type port port options # -------------------- -------- ----- ----- ----------- cache_peer csn-proxy.internal.hawkerc.net parent 3128 3130 login=hawker:adf1t6 no-query +cache_peer proxy.interact.com.au parent 3128 3130 #InterACT is *much* faster, but CSN is a very good backup (when it's there...) nonhierarchical_direct off @@ -33,7 +34,7 @@ cache_dir aufs /var/spool/squid2 4000 16 256 # We run a script that moves stuff from access.log.in to access.log - cache_access_log /var/log/squid/access.log.in + cache_access_log /var/log/squid/access.log.fifo logfile_rotate 0 @@ -75,7 +76,8 @@ #auth_param ntlm program /usr/local/squid/libexec/wb_ntlmauth auth_param ntlm program /usr/local/samba/bin/ntlm_auth --helper-protocol=squid-2.5-ntlmssp auth_param ntlm children 30 -auth_param ntlm max_challenge_reuses 20 +auth_param ntlm max_challenge_reuses 0 +auth_param ntlm use_ntlm_negotiate on auth_param ntlm max_challenge_lifetime 2 minutes auth_param basic program /usr/local/samba/bin/ntlm_auth --helper-protocol=squid-2.5-basic auth_param basic children 5 @@ -142,6 +144,13 @@ ident_lookup_access allow hawkerc-internal-srv +#SNMP is used to monitor squid's performance: + +acl snmppublic snmp_community public +snmp_port 3401 +snmp_access allow snmppublic localhost +snmp_access deny all + cache_mgr root@hawkerc.net cache_effective_user squid