> i have configured as per the INSTALL docs 

It seems like the right thing to do, but it's not. In spite of what
the documentation says, squidGuard 1.2.0 requires version 3.29 of the
Berkeley DB (available here: <http://www.sleepycat.com/update/>).

> but when i start squid and tail -f my squidGuard.log
> file it doesnt show any activity .

What entries do you have in squid.conf for <cache_effective_user> and
<cache_effective_group>? Substitute what you find for those entries
and issue this command:

chown -R <cache_effective_user>.<cache_effective_group> \
                /var/lib/squidGuard/blacklists
(based on your dbhome statement below)

Set your permissions in each of the destination directory to 640.

Rick

> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Rajat
> Sent: Sunday, June 23, 2002 9:28 AM
> To: [EMAIL PROTECTED]
> Subject: SquidGuard NOT blocking URLS
> 
> 
> Hi all,
> 
> i have just now installed and configured squidGuard
> 1.2.0 by compiling it on Redhat Linux Kernel 2.4.7 (
> redhat linux 7.2 ) and using it with squid
> 2.4.STABLE1-5 ( rpm )
> i have configured as per the INSTALL docs and the test
> simulation results are the same as per the docs ..
> 
> but when i start squid and tail -f my squidGuard.log
> file it doesnt show any activity ... and also whenever
> i try accessing my denied URLS am able to access them
> and they are not getting redirected ?
> 
> my /etc/squidGuard.conf is as follows :-
> 
> ( looking forward to your help ! )
> 
> dbhome /var/lib/squidGuard/blacklists
> logdir /usr/local/squidGuard/log
> 
> dest porn {
> domainjlist porn/domains
> urllist porn/urls
> }
> 
> acl {
> default {
> pass !porn all
> redirect http://10.1.1.1.
> }
> }
> 
> 
> __________________________________________________
> Do You Yahoo!?
> Yahoo! - Official partner of 2002 FIFA World Cup
> http://fifaworldcup.yahoo.com
> 

Reply via email to