Hello again,
Ilker, your solution didn't work for me :-(
I tried it using my user/machine as example and still can't get to the
denied files on the ACL.
Actually, some of my ACLs look like this, and in this order of appeareance:
---
acl WorkTime time MTWHFA 08:00-20:00
acl Doubleclick url_regex doubleclick
acl AdForce url_regex adforce
acl NoMp3 urlpath_regex -i \.mp3$ \.mpeg3$ \.ra$ \.ram$ \.mov$ \.qt$
http_access deny Doubleclick
http_access deny AdForce
http_access deny NoMp3 WorkTime
http_access allow all
---
If I type in what you proposed, *all* users will not be able to access the
internet through the proxy and this is not what I want.
I need to:
a) deny access to the files defined in the NoMp3 ACL during working
hours (see WorkTime ACL)
b) randomly allow access to those files to selected users
For b) I don't care if the IP address or the login name is used...
Has anyone faced such a configuration before? Examples will be much
appreciated.
Thanks again,
Martin
-----Original Message-----
From: Ilker Gokhan [mailto:IlkerG@sumerbank.com.tr]
Sent: Monday, January 08, 2001 12:32 PM
To: 'Martin Mielke'; 'ayland'; squid-users@ircache.net
Subject: Re: [SQU] Allowing single users to access denied files
use acl src instead of proxy_auth as below:
acl user src _ipaddress_/netmask
...
http_access allow user
http_access deny ....
http_access deny all
>
--
To unsubscribe, see http://www.squid-cache.org/mailing-lists.html
Received on Tue Jan 09 2001 - 04:48:25 MST
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:57:22 MST