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

Reply via email to