[squid-users] ACL with the same name
Renzo Marengo
buckroger2011 at gmail.com
Wed Apr 16 10:11:50 UTC 2025
I don't understand what happens if I have multiple acl with same name, e.g.
(only for educational purposes)
acl SSL_ports port 82 # ImageScope - Anatomia Patologica
acl SSL_ports port 443 # https
acl SSL_ports port 563 # news
http_access deny CONNECT !SSL_ports
SSL_port includes last acl that is 563 or all ports ?
Wheh http_access directive is processed, all 3 SSL_ports acl are scanned ?
Or only the last one is checked ?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squid-cache.org/pipermail/squid-users/attachments/20250416/8e9ea815/attachment.htm>
More information about the squid-users
mailing list