This is a discussion on Verify ACL - squid ; All, Just like to ask comments on my current ACL that i'm having problem: Here's my Specs; Squid 2.5Stable4(RH8) ACL acl AllowedClients arp XXX acl AllowedSite1 dstdomain XXX acl AllowedSite2 url_regex[-i] XXX http_access allow AllowedClients AllowedSite2 http_access allow AllowedClients AllowedSite1 ...
All,
Just like to ask comments on my current ACL that i'm having problem:
Here's my Specs;
Squid 2.5Stable4(RH8)
ACL
acl AllowedClients arp XXX
acl AllowedSite1 dstdomain XXX
acl AllowedSite2 url_regex[-i] XXX
http_access allow AllowedClients AllowedSite2
http_access allow AllowedClients AllowedSite1
http_access deny All
Now my problem is supposedly clients would acces those sites which
were listed on 2 allowed sites ACL, but now it access almost other
sites which are listed on said ACL.
Any tips??
/joseph