Re: [squid-users] Special access rights to a sub-group of users

From: Muthukumar <kmuthu_gct@dont-contact.us>
Date: Wed, 17 Mar 2004 09:05:56 +0530

----- Original Message ----- >
> acl subgroup src 120.202.200.7
> acl rionet src 120.202.200.0/255.0.0.0
>

Put acl like this
acl rionet src 120.202.200.0/255.0.0.0
acl subgroup src 120.202.200.7/32

> acl morning time SMTWHFA 08:30-12:30
> acl afternoon time SMTWHFA 13:30-18:30
>
> acl denied_ext url_regex \.zip$
> acl denied_ext url_regex \.midi$ \.wav$
> acl denied_ext url_regex \.mpe?ga$ \.mp[23]$ \.m3u$ \.r[am]$ \.r[ap]m$
> acl denied_ext url_regex \.mp[eg]$ \.mpeg$ \.qt$ \.mov$ .avi$
> acl denied_ext url_regex \.exe$ \.com$ \.bin$ \.scr$ \.dll$ \.EXE$ \.Exe$
> acl allowed_ext url_regex hotmail.com$ webmail.exe$ iname.com$
>
> http_access allow subgroup
> http_access allow rionet allowed_ext
> http_access deny rionet denied_ext morning
> http_access deny rionet denied_ext afternoon
> http_access allow rionet
> http_access allow localhost
> http_access deny all
>
> I had no success...... :-(
>
> IP 120.202.200.7 still doesn't have rights to download a .exe file, for
> example.....
>

Now.IP 120.202.200.7 have rights to download a .exe file

Regards,
Muthukumar.
Received on Tue Mar 16 2004 - 20:49:11 MST

This archive was generated by hypermail pre-2.1.9 : Thu Apr 01 2004 - 12:00:02 MST