Re: [squid-users] squid query

2003-12-11 Thread Duane Wessels


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.


[squid-users] squid query

2003-12-10 Thread Lendra Tanujaya
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?

Thank you

Regards,
Lendra Tanujaya
Support Centre
ContinuumIT P/L
Australian Stock Exchange Building
Level 5, 530 Collins Street
Melbourne, 3000
Fax (03) 8630 3799
 
Support 1300 366 392
 
[EMAIL PROTECTED]

www.continuumit.com.au  



This e-mail and any attachments may be confidential or legally privileged. If you 
received this message in error or are not the intended recipient, you should destroy 
the e-mail message and any attachments or copies, and are prohibited from retaining, 
distributing, disclosing or using any information contained herein. Please inform us 
of the erroneous delivery by return e-mail.

Thank you for your cooperation.