Hello Ker Ruben Ramos,
To control the user from accessing certain website in a specific time,there
is an acl called 'time' acl .
ex...
To restrict user from source 192.16.1.59 from accessing xxx.com during
1pm-6pm on Monday ,
acl names src 192.16.1.59/255.255.255.255
acl site url_regex -i xxx
acl acltime time M 13:00-18:00
http_access deny names site acltime
http_access allow all
For more information on time acl , have a look at
http://squid.visolve.com/squid24s1/access_controls.htm#acl
Regards,
-Kanchana
squid@visolve.com
www.visolve.com
----- Original Message -----
From: "Ker Ruben Ramos" <kramz@iligan.shacknet.nu>
To: <squid-users@squid-cache.org>
Sent: Wednesday, January 02, 2002 5:51 AM
Subject: [squid-users] denying/blocking request of specific sites
> Ey list!
>
> What config options do I use to block specific sites? with regex. Also
> at certain times.. say... block xxx.com from 1pm-6pm.
>
>
Received on Tue Jan 01 2002 - 21:12:52 MST
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:05:35 MST