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