> On 2/12/08, Amos Jeffries <squid3@xxxxxxxxxxxxx> wrote: >> Anderson dos Santos Donda wrote: >> > Hi people!! >> > >> > >> > I've a simple server with squid. Blocking simple words like "sex" and >> "sexy". >> > >> > All works fine, but I've a little problem. >> > >> > With squid, sites with radio on-line doesn't works. No load the music. >> > >> > In the access.log, squid show that music is loaded normal: TCP_MISS >> > >> > What I can do to squid works with this sites? >> >> Stop blocking them? >> >> Whats your config say (without the comments)? >> >> Amos >> -- >> Please use Squid 2.6STABLE17+ or 3.0STABLE1+ >> There are serious security advisories out on all earlier releases. >> > > > My config is: > > acl forbbiden_words url_regex -i "words" > > http_access deny forbbiden_words > http_acess allow all > If you take a close look at the full URI including hased IDs for the radio stream. I bet you find the string "words" in there. BTW, its not really a good idea to have your proxy open to the public like that "allow all". Amos