Re: [squid-users] Cannot connect to Squid's default port

From: Reid <reid_sf@dont-contact.us>
Date: Fri, 29 Jun 2007 10:59:07 -0700 (PDT)

Hi,

All those tests checked out - the commands did not produce any errors.

Here are the uncommented lines from my squid.conf.. See anything that might block 3128? Thanks

WELCOME TO SQUID 2.6.STABLE5
----------------------------
hierarchy_stoplist cgi-bin ?
acl QUERY urlpath_regex cgi-bin \?
cache deny QUERY
acl apache rep_header Server ^Apache
broken_vary_encoding allow apache
access_log /var/log/squid/access.log squid
hosts_file /etc/hosts
auth_param basic program /etc/webmin/squid/squid-auth.pl /etc/webmin/squid/users
auth_param basic realm US 1
refresh_pattern ^ftp:
refresh_pattern ^gopher:
refresh_pattern .
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 # https
acl SSL_ports port 563 # snews
acl SSL_ports port 873 # rsync
acl Safe_ports port 80 # http
acl Safe_ports port 21 # ftp
acl Safe_ports port 443 # https
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 Safe_ports port 631 # cups
acl Safe_ports port 873 # rsync
acl Safe_ports port 901 # SWAT
acl purge method PURGE
acl CONNECT method CONNECT
http_access allow manager localhost
http_access deny manager
http_access allow purge localhost
http_access deny purge
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
http_access allow localhost
acl auth proxy_auth REQUIRED
http_access allow auth
http_access deny all
http_reply_access allow all
icp_access allow all
cache_effective_user squid
cache_effective_group users
visible_hostname Unconfigured
http_port 8080
http_port 3128
forwarded_for off
delay_pools 1
delay_class 1 2
delay_parameters 1 -1/-1 512/64000000
coredump_dir /var/spool/squid

--- Tek Bahadur Limbu wrote:

> Reid wrote:
> > Yes, I meant to say "cache.log". If I try to connect via 3128, the browser times out, and no
> entry
> > appears in cache.log.
>
>

>
> Please post your squid.conf.
>
> If you indeed have some firewall running in your proxy server, run:
>
> /sbin/iptables -vnL
>
> Then initialize your cache by: squid -z
>
> After initializing your cache, run: squid -NCd1
> Make sure there are no errors!
>
>
> From another terminal of your proxy server, run: telnet localhost 3128
>
> If that works, telnet from another workstation: telnet IP.Of.Proxy 3128
>

 
____________________________________________________________________________________
Expecting? Get great news right away with email Auto-Check.
Try the Yahoo! Mail Beta.
http://advision.webevents.yahoo.com/mailbeta/newmail_tools.html
Received on Fri Jun 29 2007 - 11:59:15 MDT

This archive was generated by hypermail pre-2.1.9 : Sun Jul 01 2007 - 12:00:05 MDT