there are a line in squid.conf with:
acl Safe_ports port 1025-65535 # unregistered ports
I think that include all ports upper 1025 in a safe_ports acl and there are
http_acces line:
http_access deny !Safe_ports
I try to delete http_access deny !Safe_ports and the problem persist.
QRT
----- Original Message -----
From: "Administrateur" <administrateur@xxxxxxxxxx>
To: "Joaquim Roca" <qrt@xxxxxxx>
Sent: Wednesday, November 09, 2005 11:24 AM
Subject: RE: (13) Permission denied
hello,
you should add the following to your squid.conf :
acl Safe_ports port 8800
# Deny requests to unknown ports
http_access deny !Safe_ports
You could find example like this with other port (eg. 443) in your original
squid.conf config.
-----Message d'origine-----
De : Joaquim Roca [mailto:qrt@xxxxxxx]
Envoyé : mercredi 9 novembre 2005 11:09
À : squid-users@xxxxxxxxxxxxxxx
Objet : (13) Permission denied
Dear squid users, I'm new in this list, I'm QRT.
I have this problem:
When I try to access http://www.xtec.es:8800/usuaris/correuweb/ using
squid 2.5 stable11 I receive this error page
ERROR
The requested URL could not be retrieved
-------------------------------------------------------------------------=
=3D
-------
While trying to retrieve the URL: =
http://www.xtec.es:8800/usuaris/correuweb/=3D20
The following error was encountered
a.. Connection Failed
The system returned:
(13) Permission denied
The remote host or network may be down. Please try the request again
Your cache administrator is root.
-------------------------------------------------------------------------=
-------
Generated Wed, 09 Nov 2005 08:31:47 GMT by localhost.localdomain =
squid/2.5.STABLE11)
If I try to connect to other websites in port 80 it work fine, but the =
other ports have the same error i.e. webmin:10000, etc..
What can I put in squid.conf file to solve this?
Thankyou QRT