[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: [K12OSN] squidGuard log normal?



On Wed, 30 Apr 2003, Dan Bentson-Royal wrote:

>I recently broke squidGuard and, with Eric Harrison's assistance, have it 
>running again. Alright, to be honest, Eric fixed it for me. OK?  ;-)

It sure is easier to debug problems in person than over email ;-)

>Now the logs don't seem to have the same info as before. Prior to my 
>"change" I used to be able to see info on what was being blocked. Now I get 
>this type of info (I have some empty url lists - that's not my concern here):
>---clip of squidGuard log---
<snip>
>2003-04-30 00:18:09 [16859] squidGuard ready for requests (1051687089.766)
>2003-04-30 00:18:09 [16859] squidGuard stopped (1051687089.766)
>---end clipping---
>
>Pages are still blocked (thank goodness). Is the above log to be expected? 
>Any comments are appreciated.

On mine, the blocked URLs are stored in seperate log files. URLs blocked
by the "hacking" rules are logged to /var/log/squidGuard/hacking, URLs
blocked by the "gambling" rules are logged to /var/log/squidGuard/gambling,
etc, etc.

If that's not the case for you, here's the edits you need to make to
your squidGuard.conf. In each category, specify the log file. In my
configuration, for example, the "hacking" definition includes "log hacking":


	dest hacking {
	        log             hacking
	        domainlist      hacking/domains
	        urllist         hacking/urls
	...


That's all there is to it ;-)


-Eric





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]