Cool. Thanks. That worked.
Do you know a link where I can read more about different types of data (like application/octet-stream) and also squid stuff like http_reply_access .... Thank you for your help Peter ----- Original Message ----- From: "Adam Aube" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, July 14, 2004 11:43 AM Subject: [squid-users] Re: application/octet-stream Peter Marshall wrote: > Is there a way to block this "application/octet-stream" > I tried "acl STREAM req_mime_type ^application/octet-stream" but it did > not seem to work .... That's because the MIME type of the sent content is in the reply, not the request. Change the acl to "rep_mime_type" and block it in http_reply_access instead of http_access and it should work. Adam
