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" <aaube01@baker.edu>
To: <squid-users@squid-cache.org>
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
Received on Wed Jul 14 2004 - 10:44:57 MDT
This archive was generated by hypermail pre-2.1.9 : Sun Aug 01 2004 - 12:00:02 MDT