I only allow some address to access 2 spesific URLs. my acl & http_access goes below is my etc/squid.conf:
acl brata src 172.16.2.11 acl farina src 172.16.2.21 acl meike1 src 172.16.2.32 acl meike2 src 172.16.2.52 acl polisy2000acl1 url_regex ^http://polisy2000.lippogeneral.com/$ acl p2kas1 url_regex ^http://p2kas/$ http_access allow brata polisy2000acl1 p2kas1 http_access allow farina polisy2000acl1 p2kas1 http_access allow meike1 polisy2000acl1 p2kas1 http_access allow meike2 polisy2000acl1 p2kas1 http_access deny all but it does not work .. my users still denied .. I need advice .. many thanks in advance Regards Winanjaya
