> i want to assign downloading like exe, zip, mp3 (extensions) > to group 1 and for group2 i dont want to assign these > extensions download.
Use Google to search for "squid block exe zip" to get some ideas on how to match downloaded files by extension. Then create an acl that matches those extensions you wish to control. Then create an acl to match each group, and combine the group acl with the extension acl as needed in http_access. Adam
