For another source of black and white lists, please refer to
http://blacklists.opensrc.org/index.php
On Fri, 2002-08-30 at 08:20, Joe Newby wrote:
> Yeah, I figured it out, then loooked at the way I had my authentication set
> up under httpd. So now I feel like a _real_ KFI (Kentucky-Fried Idiot)
>
> Thanks for the tips, though. I'll look at the zip you have just in case
> there's something I'm missing.
>
> Joe
> ----- Original Message -----
> From: "Rick Matthews" <[EMAIL PROTECTED]>
> To: "Joe Newby" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
> Sent: Thursday, August 29, 2002 2:55 PM
> Subject: RE: Stupid Question regarding banner ads
>
>
> > > -----Original Message-----
> > > From: Joe Newby
> > > Sent: Thursday, August 29, 2002 11:31 AM
> > >
> > > I've got a really stupid question here.
> > >
> > > I'd like to see if squidguard can block banner ads and replace them with
> > > something else, say a 1 x 1 gif. There are other redirectors out there
> that
> > > will do that, but I'd prefer to use squidguard for that.
> >
> > Sure. (Isn't everybody doing that?) That's one of the things I miss
> > most when I'm not behind squidGuard!
> >
> > Here are the ads sections of my squidGuard.conf:
> >
> > dest ads {
> > domainlist blacklists/ads/domains
> > urllist blacklists/ads/urls
> > redirect http://192.168.44.1/1x1.gif
> > logfile /usr/local/squidGuard/log/ads.log
> > }
> >
> > dest adsexp {
> > expressionlist blacklists/ads/expressions
> > redirect http://192.168.44.1/1x1.gif
> > logfile /usr/local/squidGuard/log/adsexp.log
> > }
> >
> > My ads/domains, ads/urls, and ads/expressions files are available
> > here: <http://home1.gte.net/res0pj61/squidguard/sg_ads.zip>
> >
> > Hope that helps!
> >
> > Rick