Hi Team
Could you please let me know how to define an acl so that a specific set of IPs can access alone a specific set of URLs.
How to define such ACL.
How to define such ACL.
acl <aclname> src "iplist.txt"
acl allowedurl src "url.txt"
acl allowedurl src "url.txt"
http_access <aclname> allowedurl
The above configuration results in ERROR 403 in the logs.
Also, I have an existing configuration which should not get affected and it should not interfere in the rules which were allowed for the servers previously.
Kindly help me in getting the acl so that a specific set of IP can access set of URLs without losing access to other sites which are present already in the configuration.
Regards
Arjun K.
_______________________________________________ squid-users mailing list squid-users@xxxxxxxxxxxxxxxxxxxxx http://lists.squid-cache.org/listinfo/squid-users