You may be unaware of the documentation that is available from the
squidGuard home page:
<http://www.squidguard.org/>

Answers to your questions are readily available on one (or more) of the
following pages:

Installation
<http://www.squidguard.org/install/>

Configuration
<http://www.squidguard.org/config/>

Documentation
<http://www.squidguard.org/doc/>

FAQ
<http://www.squidguard.org/faq/>


-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Manuel R.
Lujan
Sent: Thursday, October 25, 2001 1:23 PM
To: [EMAIL PROTECTED]
Subject: Re: Installing issues


Okay, now I believe that I have everything installed, but I am not sure
if
my configuration is correct.

I am currently running squid cache and have my client machines going
through it on port 3128.  Do I need to change this, or what do I need to
do
in order for my clients to use squidguard?

Also here is my squidGuard.conf file, but I am not sure if this is right
either.

Here is what I want to do.  I want to block hate, porn, and inappropiate
sites but am not sure that this is correct.

logdir /local/squid/squidGuard/log
dbhome /local/squid/squidGuard/dbhome

dest local {
    domainlist     local/domains
}

dest good {
    domainlist     good/domains
}

dest porn {
    domainlist     porn/domains
    urllist        porn/urls
    expressionlist porn/expressions
}

acl {
    default {
 pass local good !in-addr !porn all
 redirect
http://localhost/cgi/blocked?clientaddr=%a&clientname=%n&clientuser=%i&c
lientgroup=%s&targetgroup=%t&url=%u

    }
}


Also, where are the files that list the blocked sites (the blacklists)
normally stored at on the local machine (server)?

Reply via email to