Le dimanche 13 juin 2010 14:47:19, Edouard Zorrilla a écrit :
> Hi Team,
>
> Is there a chance Squid can filter web pages on a url basis ?. I mean, I
> have users that just have (and must) to go to 100 web pages, no more than
> that.
>
> How can I set up this url sites in the Squid so that these users just are
> being allowed to hit these web pages.,
>
> Thanks.
Hola Edouard,
It is quite easy, do
acl dominios dstdomain "file_with_domains"
acl usuarios src "file_with_src_ip" (in case you use ips for filtering)
http_access allow usuarios dominios
http_access deny usuarios ! dominios
Received on Sun Jun 13 2010 - 20:30:20 MDT
This archive was generated by hypermail 2.2.0 : Mon Jun 14 2010 - 12:00:03 MDT