[squid-users] Timeout on search engines

From: <ggrov7@dont-contact.us>
Date: Wed, 05 Nov 2003 13:42:20 +1000

I have configured squid 3, I have a parent proxy that must be used and I have set the connection to it in my squid.conf file (provided below). I can browse the internet fine and I can get to internet search engines fine but when I do a search on a search engine (like www.google.com) the page will timeout. I have provided my squid.conf file below

SQUID.CONF FILE

http_port 3128
icp_port 3130
hierarchy_stoplist cgi-bin ?
acl QUERY urlpath_regex cgi-bin \?
no_cache deny QUERY
cache_dir ufs /usr/local/squid/var/cache 5000 16 256
pid_filename /usr/local/squid/var/logs/squid.pid
auth_param basic children 5
auth_param basic realm Squid proxy-caching web server
auth_param basic credentialsttl 2 hours
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
acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255
acl to_localhost dst 127.0.0.0/8
acl SSL_ports port 443 563
acl Safe_ports port 80 # http
acl Safe_ports port 21 # ftp
acl Safe_ports port 443 563 # https, snews
acl Safe_ports port 70 # gopher
acl Safe_ports port 210 # wais
acl Safe_ports port 1025-65535 # unregistered ports
acl Safe_ports port 280 # http-mgmt
acl Safe_ports port 488 # gss-http
acl Safe_ports port 591 # filemaker
acl Safe_ports port 777 # multiling http
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 all
http_reply_access allow all
icp_access allow all
coredump_dir /usr/local/squid/var/cache
cache_peer proxy.eq.edu.au parent 80 3130 proxy-only no-query default login=PASS
cache_effective_user squid
cache_effective_group squid
Received on Tue Nov 04 2003 - 20:42:24 MST

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