I am running squidguard under FreeBSD;
squid-2.4_8 and squidGuard-1.2.0

I am simply trying to filter sites from the badlists files.
My squidGuard.conf file is almost all defaults except;

redirect_program /usr/local/bin/squidGuard
redirect_children 5

The squidGuard file I believe should block everything. I have
simplified it as much as possible;
---------------------------------
dbhome /var/db/squidGuard
logdir /var/log

acl {
         default {
             pass none
             redirect http://localhost
         }
     }
---------------------------------

squidGuard log states;

2002-04-02 01:51:25 [3272] squidGuard 1.2.0 started (1017730285.234)
2002-04-02 01:51:25 [3272] squidGuard ready for requests (1017730285.235)
 
and squid's cache.log states;

2002/04/02 01:51:25| Starting Squid Cache version 2.4.STABLE4 for 
i386-portbld-freebsd4.4...
2002/04/02 01:51:25| Process ID 3267
2002/04/02 01:51:25| With 1640 file descriptors available
2002/04/02 01:51:25| Performing DNS Tests...
2002/04/02 01:51:25| Successful DNS name lookup tests...
2002/04/02 01:51:25| DNS Socket created on FD 4
2002/04/02 01:51:25| Adding nameserver 209.188.66.29 from /etc/resolv.conf
2002/04/02 01:51:25| helperOpenServers: Starting 5 'squidGuard' processes
2002/04/02 01:51:25| Unlinkd pipe opened on FD 14
2002/04/02 01:51:25| Swap maxSize 102400 KB, estimated 7876 objects
2002/04/02 01:51:25| Target number of buckets: 393
2002/04/02 01:51:25| Using 8192 Store buckets
2002/04/02 01:51:25| Max Mem  size: 8192 KB
2002/04/02 01:51:25| Max Swap size: 102400 KB
2002/04/02 01:51:25| Rebuilding storage in /usr/local/squid/cache (DIRTY)
2002/04/02 01:51:25| Using Least Load store dir selection
2002/04/02 01:51:25| Set Current Directory to /usr/local/squid/cache
2002/04/02 01:51:25| Loaded Icons.
2002/04/02 01:51:25| Accepting HTTP connections at 0.0.0.0, port 3128, FD 15.
2002/04/02 01:51:25| Accepting ICP messages at 0.0.0.0, port 3130, FD 16.
2002/04/02 01:51:25| WCCP Disabled.
2002/04/02 01:51:25| Ready to serve requests.
2002/04/02 01:52:08| Done scanning /usr/local/squid/cache swaplog (0 entries)
2002/04/02 01:52:08| Finished rebuilding storage from disk.
2002/04/02 01:52:08|         0 Entries scanned
2002/04/02 01:52:08|         0 Invalid entries.
2002/04/02 01:52:08|         0 With invalid flags.
2002/04/02 01:52:08|         0 Objects loaded.
2002/04/02 01:52:08|         0 Objects expired.
2002/04/02 01:52:08|         0 Objects cancelled.
2002/04/02 01:52:08|         0 Duplicate URLs purged.
2002/04/02 01:52:08|         0 Swapfile clashes avoided.
2002/04/02 01:52:08|   Took 43.4 seconds (   0.0 objects/sec).
2002/04/02 01:52:08| Beginning Validation Procedure
2002/04/02 01:52:09|   Completed Validation Procedure
2002/04/02 01:52:09|   Validated 0 Entries
2002/04/02 01:52:09|   store_swap_size = 21k
2002/04/02 01:52:09| storeLateRelease: released 0 objects

----------------------------

Any help would be appreciated.

Reply via email to