> However, in the 'all' definition (which you haven't included) you just > add a "log /pathname/logfile" statement.
'All' is a built-in wildcard group. It is not a defined destination group. See <http://www.squidguard.org/config/> > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Phil Crooker > Sent: Monday, May 20, 2002 6:25 PM > To: [EMAIL PROTECTED] > Subject: Re: Logging "pass none" access > > > Squid will log this, why would you want squidguard to do it again? > However, in the 'all' definition (which you haven't included) you just > add a "log /pathname/logfile" statement. > > cheers, Phil > > > Lawrence Manning wrote: > > > > Hi, > > > > I'm using a acl like this: > > > > acl { > > exceptips { > > pass all > > } > > default { > > pass allowcustom > > pass none > > redirect http://... > > } > > } > > > > This allows SquidGuard to only allow sites in a list, and block all > > others. Why I'd like to do this? Don't ask :-) This works VERY well! I > > have only one problem: I cannot log the blocked sites, because there is no > > "dest" declared for the "pass none" line. Is there any way to log these? > > I supose the problem is exactly like someone wanting to log all sites that > > go through "pass all". > > > > SquidGuard is great BTW! > > > > Lawrence >
