Beavis wrote:
hi guys, Is there a rule to be able to detect most of the audio and video mostly podcasts to pass through squid? I currently have squid stable 16 setup on my environment and we have internal sites that play back .wav files that we're automatically loaded on the browser via window mediaplayer. but for some weird reason it gets blocked and people aren't able to hear them. I'm basically looking for a general rule that will be able to pass these mime types through the proxy.
The rep_mime_type ACL for each mime type linked with http_reply_access should do it easily.
If you already have the default "http_reply_access low all" then I woud suggest looking at your http_acces rules closer since its ikely the INPUT side blocking before the OUTPUT side ever gets any data.
Amos