On 2/12/08, Amos Jeffries <[EMAIL PROTECTED]> 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

Reply via email to