Hello Prasanta,
Just moved the lines you said and nothing
Code:
intranet:/etc/squid3# cat squid.conf
acl manager proto cache_object
acl localhost src 127.0.0.1/32
acl to_localhost dst 127.0.0.0/8
#acl all src 0.0.0.0/0
acl pliqui src 180.183.64.33
acl mochis src 180.183.64.34
acl profe src 120.48.26.17
acl nacho src 180.183.68.88
acl eduardo src 180.183.68.85
acl quelita src 120.48.28.36
acl pipino src 120.48.27.29
acl batibati src 180.183.66.35
acl elmio src 120.48.35.44
acl bad_url url_regex "/etc/squid3/bad-sites.acl"
acl SSL_ports port 443 494 2598
acl Safe_ports port 443
acl Safe_ports port 80 # http
acl Safe_ports port 21 # ftp
acl Safe_ports port 443 # https
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
acl CONNECT method CONNECT
never_direct allow all
http_port 3128
icp_port 3130
http_access deny manager
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
http_access deny bad_url
http_access allow pliqui
http_access allow mochis
http_access allow profe
http_access allow nacho
http_access allow eduardo
http_access allow quelita
http_access allow pipino
http_access allow batibati
http_access allow elmio
http_access allow manager localhost
http_access deny all
htcp_access deny all
cache_peer xxxx.xxxx.xxxx.xxx parent 80 3130 no-query name=isa
cache_replacement_policy lru
cache_mem 256 MB
maximum_object_size_in_memory 2560 KB
cache_dir ufs /var/spool/squid3 5120 16 256
maximum_object_size 1048576 KB
refresh_pattern ^ftp: 1440 20% 10080
refresh_pattern ^gopher: 1440 0% 1440
refresh_pattern (cgi-bin|\?) 0 0% 0
refresh_pattern . 0 20% 4320
#TIMEOUTS
connect_timeout 8 seconds
peer_connect_timeout 3 seconds
#LOGS
coredump_dir /var/spool/squid3
access_log /var/log/squid3/access.log squid
Still getting
Quote:
ERROR
The requested URL could not be retrieved
The following error was encountered while trying to retrieve the URL: http://www.eluniversal.com/
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.
Your cache administrator is webmaster.
Generated Thu, 18 Feb 2010 16:20:59 GMT by localhost (squid/3.0.STABLE19)
|
And the funny thing is that even if i log into the debian box and try to surf the web as localhost still get the Access Denied.
Note: After moving the lines as you asked and commeting the http_access deny all, got the Access Denid error too