> When i run my script, squidGuard works properly. > But when i use my browser, it doesnt work. > what can the problem be? How can i solve?
a) Was squid installed and working properly prior to the squidGuard installation? b) Have you made the appropriate entries in your browser, directing it to use squid as a proxy? c) Have you told Squid to use squidGuard by changing the redirect_program and redirect_children tags in squid.conf? d) Have you installed the Berkeley DB, specifically version 2.27? e) What log entries are added to /var/log/squidGuard/squidGuard.log when you issue the 'squid -k reconfigure' command? f) What log entries are added to /var/log/squidGuard/porn when you successfully execute your script (listed below)? Your answers to these questions should help us get your squidGuard up and running. Rick Matthews -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Vzkan KIRIK Sent: Friday, April 19, 2002 10:44 AM To: [EMAIL PROTECTED] Subject: why my squidGuard doesnt work? i use squidGuard 1.1.4 my config file is as below: **squidguard.conf** dbhome /var/db/squidGuard logdir /var/log/squidGuard dest porn { log porn domainlist porn/domains urllist porn/urls expressionlist porn/expressions } acl { default { pass !porn redirect http://<myurl> } } **end of squidguard.conf** When i run my script, squidGuard works properly. But when i use my browser, it doesnt work. what can the problem be? How can i solve? by now thx for your help. The script is shown below: my script: #!/bin/sh echo "http://www.boobcamp.com 10.0.0.6/- - GET" | /usr/local/bin/squidGuard -c /usr/local/etc/squid/squidguard.conf -d __________________________________________________ Do You Yahoo!? Yahoo! Tax Center - online filing with TurboTax http://taxes.yahoo.com/
