revathi ganesh wrote:
Hello Gurus,
I have stopped viewing video files..but now unable to
view even flash pictures such as greeting cards etc..
I have done the following in squid.conf
-------------------------------------------------------
acl audiofiles req_mime_type -i ^audio/.*
acl videofiles req_mime_type -i ^video/.*
acl media_files rep_mime_type -i ^audio/ ^video/
acl dl-filter urlpath_regex -i
"/PROXY/file_ext.block"
----------------------------------------------
Please help me in framing ACL rules so that I can
allow users to view any flash related files in their
greeting cards etc..
We will need to know what is in /PROXY/file_ext.block.
Maybe you are using a regex that catches something you were not
expecting it to.
Of course its entirely possible that all those ads and greeting cards
actually are using flash videos ...
Amos