Re: [squid-users] squid query

From: Duane Wessels <wessels@dont-contact.us>
Date: Thu, 11 Dec 2003 00:38:00 -0700 (MST)

Duane W.

--
Buy my book: http://squidbook.org/
On Thu, 11 Dec 2003, Lendra Tanujaya wrote:
> Hi there,
>
> I am having issue with accessing a URL with the following format when I am using the squid.
>
> http://www.something.com:81   or  http://www.something.com:6060 (or some other port numbers).
>
> The error message that I get is:
>
> * Access Denied.
> Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect.
> Can someone please advice?
Your Squid has destination-port-based access controls.   You need to add these
non-standard ports to the list of allowed ports.  In the default config file
it looks like this:
	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
Note that because of the "unregistered ports" entry, port 6060 should
be allowed by the default config.
Duane W.
Received on Thu Dec 11 2003 - 00:38:01 MST

This archive was generated by hypermail pre-2.1.9 : Thu Jan 01 2004 - 12:00:10 MST