AbdulRahman Al-Khuddus wrote:
Hi All,
I have setup squid running. I set up ACL as per squid docs, but still not working.
a) How can I give access to few ip's to browse few sites only like " hp.com, cisco.com...etc.," b) Timout for few IP's after certain time of browsing.
Can anybody answer onthis queries.
Thanking in advance.
Regards, Abdul.
Abdul,
acl myclient src ips.goes.right.here. acl special_url dstdomain .hp.com .cisco.com http_access allow myclient special_url http_access deny special_url
Make SURE you have the period (.) before each domain name.
Michael