It looks like you're running squid on the same machine you are browsing
from, correct?
I don't see any acls referencing "method connect" so it should be
unrestricted, unless this is not the complete config file.
If it is, I'm lost.
Alex
On 27/04/11 20:53, Oscar Andrés Eraso Moncayo wrote:
Hi,
squid.conf:
******************************************************************************************************************
http_port 127.0.0.1:3030
hierarchy_stoplist cgi-bin ?
acl QUERY urlpath_regex cgi-bin \?
cache deny QUERY
acl apache rep_header Server ^Apache
broken_vary_encoding allow apache
cache_mem 1024 MB
cache_dir ufs /var/spool/squid 4096 16 256
access_log /var/log/squid/access.log squid
authenticate_ip_ttl 1 hours
refresh_pattern ^ftp: 1440 20% 10080
refresh_pattern ^gopher: 1440 0% 1440
refresh_pattern . 0 20% 4320
acl all src 0.0.0.0/0.0.0.0
acl localhost src 127.0.0.1/255.255.255.255
#acl msn_messenger req_mime_type -i ^application/x-msn-messenger$
#acl msn_url url_regex -i gateway.dll
http_access allow localhost
#http_access deny msn_messenger
#http_access deny msn_method msn_url
http_access deny all
http_reply_access allow all
icp_access allow all
error_directory /usr/share/squid/errors/Spanish
client_db off
log_fqdn off
*******************************************************************************************************************************
Best regards,