On Tue, Jul 25, 2006 at 01:18:48 +1000, Grant Parnell - EverythingLinux wrote:

> lynx http://www.some.site:81/ it returns a 503 and I can see NO PACKETS 
> going to the site with tcpdump. Exactly the same with port 8000. The error 

Is your access blocked by an acl, e.g. Safe_ports?:

    [EMAIL PROTECTED] /etc/squid]$ grep Safe_ports /etc/squid/squid.conf 
    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 Safe_ports port 631         # cups
    acl Safe_ports port 873         # rsync
    acl Safe_ports port 901         # SWAT
    http_access deny !Safe_ports


Cheers,

John
-- 
Oh, the memories. They just won't stay repressed.
            -- Phil Edwards
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to