Search squid archive

Re: Squid Proxy url basis

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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



[Index of Archives]     [Linux Audio Users]     [Samba]     [Big List of Linux Books]     [Linux USB]     [Yosemite News]

  Powered by Linux