>покажи аклы
Пожалуйста:
acl all src 0.0.0.0/0.0.0.0
acl net_409 src 192.168.128.0/255.255.255.0
acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255
acl denis src 192.168.128.50/255.255.255.255
acl SSL_ports port 443 563 5190
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
acl CONNECT method CONNECT
acl GET method GET
acl PURGE method PURGE
# Only allow cachemgr access from localhost
http_access allow manager localhost denis
http_access allow PURGE localhost denis
http_access deny PURGE
http_access deny manager
http_access allow GET Safe_ports
# Deny requests to unknown ports
http_access deny !Safe_ports
# Deny CONNECT to other than SSL ports
http_access deny CONNECT !SSL_ports
#
# INSERT YOUR OWN RULE(S) HERE TO ALLOW ACCESS FROM YOUR CLIENTS
#
http_access allow localhost
http_access allow net_409
#Allow ICP queries from eveyone
icp_access allow all