I'm having severe problems between squid and an intranet server. When I
try to connect and use this intranet server, the connections to it are
exremely slow. However, if I turn off the proxy server in my bowser, the
connections are very fast. Also, if I add this ip address to the exception
list of IE, then it is also fast. By pass proxy for local addresses is
checked, but this server is on a different internal network then I'm on.
However, I really don't want to have to update a couple thousand computers
with this fix. Does anyone know of a way to make squid ignore this
intranet server and not slow down the connections?
Thanks
Here is my current config:
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
##2/28/02 - added acl intranet to prevent squid from asking for
## passwords for sites that are considered to be internal
## or important to all company employees
##
##2/28/02 - added .safety-kleen.com and www.selfhelpdesk.com
acl intranet dstdomain .safety-kleen.com www.selfhelpdesk.com
.3ecompany.com .placeware.com .getmsds.com .3etrainer.com
acl localnetwork proxy_auth 10.1.7.0/24
acl localusers proxy_auth REQUIRED
http_access allow intranet
http_access allow localusers
http_access allow localnetwork
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 Wed Jul 03 2002 - 16:01:02 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:09:01 MST