[squid-users] Help getting squid configured

From: <ChrisHoover@dont-contact.us>
Date: Fri, 23 Aug 2002 13:30:32 -0400

I need some help, I submitted a problem the other day and have not gotten
any responses (e-mail Help with problem site). Anyway, this site is
giving me fits and I need help getting squid configured to not bother
requests to this site and to cleanly pass the packets back and forth
between the end user and the site. Can someone please help me get this
configured.

I'm running 2.4-STABLE7 on Redhat Linux 7.1.

Thanks,

Chris

------

Here is my squid.conf (chem.sis.nlm.nih.gov is the problem site).

cache_mem 300 MB
cache_dir ufs /usr/local/squid/cache/1 5000 6 256
cache_dir ufs /usr/local/squid/cache/2 5000 6 256
cache_dir ufs /usr/local/squid/cache/3 5000 6 256
cache_dir ufs /usr/local/squid/cache/4 5000 6 256

debug_options ALL,2

authenticate_program /usr/local/squid/libexec/squid/pam_auth
authenticate_children 5
authenticate_ttl 1 hour
authenticate_ip_ttl 1 hour

refresh_pattern ^ftp: 1440 20% 10080
refresh_pattern ^gopher: 1440 0% 1440
refresh_pattern . 0 20% 4320

acl all src 0.0.0.0/0.0.0.0
icp_access allow all
miss_access allow all

proxy_auth_realm Safety-Kleen Internet Proxy

cache_effective_user squid
cache_effective_group squid

acl INTRANET dstdomain .safety-kleen.com

acl EXTRANET dstdomain www.selfhelpdesk.com .3ecompany.com .placeware.com
.getmsds.com .3etrainer.com .airborne.com windowsupdate.microsoft.com
.cleanharbors.com cleanharbors.webex.com .certification.net

acl LOCALUSERS proxy_auth REQUIRED

acl TROUBLE dstdomain chem.sis.nlm.nih.gov .monster.com proxy_auth
REQUIRED

#no_cache deny TROUBLE
no_cache deny INTRANET

always_direct allow TROUBLE
always_direct allow INTRANET
always_direct deny all

http_access allow INTRANET
http_access allow EXTRANET
http_access allow TROUBLE
http_access allow LOCALUSERS
http_access deny all

dns_nameservers 204.86.126.130 155.203.15.200
#dns_children 32

#redirect_program /usr/local/adzap/scripts/squid_redirect
Received on Fri Aug 23 2002 - 11:38:13 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:09:49 MST