Thanks .. but after I tried to use below acl .. the same problem the users
still can do the download process .. why?
acl download urlpath_regex -i \.exe$
acl office_hours time 09:00-17:00
acl GET method GET
acl it_user1 src 192.168.1.88
acl it_user2 src 192.168.1.89
acl nodownload1 src 192.168.1.10
acl nodownload2 src 192.168.1.11
http_access allow it_user1
http_access allow it_user2
http_access allow nodownload1
http_access allow nodownload2
http_access deny GET office_hours nodownload1 nodownload2
http_access deny all
any suggestion .. ? many thanks in advance
Regards
Winan
-----Original Message-----
From: Henrik Nordstrom [mailto:hno@squid-cache.org]
Sent: Thursday, May 22, 2003 4:05 PM
To: winanjaya@lippogeneral.com
Cc: squid-users@squid-cache.org
Subject: RE: [squid-users] How to configure squid for denying users to
dodownload process for specified time range?
tor 2003-05-22 klockan 09.23 skrev Winanjaya:
> > acl download urlpath_regex -i \.exe$ \.zip$ \.mp3$ \.mpg$ \.mpeg$
> > \.tar$ \.tag.gz$ \.tar.bz2$ \.tgz$ \.rpm$ \.iso$ [etc..]
> > acl office_hours time 09:00-17:00
> > acl GET method GET
> > http_access deny GET office_hours download
>
> Thanks for your reply Henrik, but how if the rule is valid for some users
> only? is it possible? many thanks
Yes, just add a acl matching the users to the http_access line.
Regards
Henrik
-- Donations welcome if you consider my Free Squid support helpful. https://www.paypal.com/xclick/business=hno%40squid-cache.org Please consult the Squid FAQ and other available documentation before asking Squid questions, and use the squid-users mailing-list when no answer can be found. Private support questions is only answered for a fee or as part of a commercial Squid support contract. If you need commercial Squid support or cost effective Squid and firewall appliances please refer to MARA Systems AB, Sweden http://www.marasystems.com/, info@marasystems.com ----------------------------------------- (on viruswall.lippogeneral.com) Powered by Interscan VirusWall ---------------------------------------------------------Received on Thu May 22 2003 - 03:38:18 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:16:51 MST