1827810 Members
2283 Online
109969 Solutions
New Discussion

Squid-Cache

 

Squid-Cache

At the company where i work there??s a form with the top users of internet and i want to block my users from that option in the squid... so i know i can do it but don??t know how....

Obs.. I??m from IT so i have the root password
0cool)
2 REPLIES 2
Steven Mertens
Trusted Contributor

Re: Squid-Cache

hello,

You can do it by using access list in your
squid.conf file

see : http://squid-docs.sourceforge.net/latest/html/c1494.htm

ex. this blocks every url that contains
the words opera.com/scripts.
i use this to get rid of the banner
sh*t in my opera browser


acl opera url_regex opera.com/scripts
http_access deny opera

regards

Steven

Re: Squid-Cache

Thxs but i don??t want to block a domain... i want to remove the log of my user from the form ,so i did this but i don??t if it works...

acl joca proxy_auth domain\joca
no_cache denny joca

My authentication is based on Win NT...
0cool)