In my squid.conf the lines:
acl Safe_ports port 80 21 443 563 70 210 1025-65535
http_access deny !Safe_ports
Exist, and I tried to copy a sample of squid.conf from Squid Site, to my server
and I got the same error.
Because this I think the squid.conf itīs ok.
My squid.conf is attached below.
Thanks a lot.
(See attached file: squid.conf)
David Arroyo
<david.arroyo@tek To: dordetto@sorocabarefrescos.com.br,
noland.es> squid-users@ircache.net
cc:
27/06/2000 13:48 Subject: RE: Port 8808 - permission deny
I think you should review your "squid.conf" file.
In this file you can set acl's for denying access to certains ports like
this:
acl Safe_ports port 80 21 443 563 70 210 1025-65535
http_access deny !Safe_ports
These lines say that you can reach only the ports of the outside hosts
listed in the first line.
Edit your squid configuration file and search for in the acl section.
> -----Mensaje original-----
> De: dordetto@sorocabarefrescos.com.br
> [mailto:dordetto@sorocabarefrescos.com.br]
> Enviado el: martes, 27 de junio de 2000 17:02
> Para: squid-users@ircache.net
> Asunto: Port 8808 - permission deny
>
>
> Hello,
>
> When I try to access
> http://miner.bol.com.br:8088/livrosminer.html for exemple
> the Squid returned to my browser:
>
> * Connection Failed
> The system returned:
> (111) Conection deny
>
> I know that this problem is in my Linux Server (RedHat), and not in my
> squid.conf, there is someone can help me?
>
> I try to configure /etc/service, /etc/hosts.allow,
> /etc/hosts.deny, but
> nothing.... please, send any ideia...
>
> Thanks a lot.
>
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:54:12 MST