Squid used to read the lines from the very first line to the last line of squid.conf. Place your acldeny line above the http_access allow
Code:
http_access deny acldeny
http_access allow manager localhost
for ex:-
Code:
#Default:
# http_access deny all
http_access deny acldeny
#
#Recommended minimum configuration:
#
# Only allow cachemgr access from localhost
http_access allow manager localhost
#http_access deny manager
# Deny requests to unknown ports
http_access deny !Safe_ports
# Deny CONNECT to other than SSL ports
http_access deny CONNECT !SSL_ports
Is acess a typo??? check it
Code:
http_acess deny acldeny