[squid-users] Blocking Streaming Media

From: Craig Van Tassle <cvantassle@dont-contact.us>
Date: Thu, 28 Dec 2006 12:45:55 -0600

I'm trying to block streaming media from my users, and I'm not able to I have
this for my acls. I read on line the req_mime_type and rep_mime_type are both
needed.

I have these ACL's
acl media req_mime_type .*application/x-comet-log$
acl media req_mime_type .*application/x-mms-framed$
acl MIMETYPES rep_mime_type .*application/x-comet-log$
acl MIMETYPES rep_mime_type .*application/x-mms-framed$

and this is in my http_access and http_reply_access

http_access deny media
http_reply_access deny MIMETYPES

However I keep getting punched threw the ACL's with streaming media regardless
of what I do.

Any help is appreciated.
Craig
Received on Thu Dec 28 2006 - 11:41:03 MST

This archive was generated by hypermail pre-2.1.9 : Mon Jan 01 2007 - 12:00:01 MST