Hi.

I am new to configure the SquidGuard.

I have installed the squid guard by extracting the .tar.gz file and 
executed the ./configure file as per the instruction given in the website.

I have written the squidGuard.conf file as per the instructions.

When I run the squidGuard "/usr/local/bin/squidGuard" it runs...

The log file shows an error as

**************************************
2003-11-26 19:54:31 [16529] destblock local missing active content, set 
inactive
2003-11-26 19:54:31 [16529] init domainlist 
/usr/local/squidGuard/db/blacklists/porn/domains
2003-11-26 19:54:31 [16529] init urllist 
/usr/local/squidGuard/db/blacklists/porn/urls
2003-11-26 19:54:31 [16529] init expressionlist 
/usr/local/squidGuard/db/blacklists/porn/expressions
2003-11-26 19:54:31 [16529] /usr/local/bin/squidGuard: default acl not 
defined in configfile  /usr/local/squidGuard/squidGuard.conf
2003-11-26 19:54:31 [16529] going into emergency mode
2003-11-26 19:55:10 [16547] destblock local missing active content, set 
inactive
2003-11-26 19:55:10 [16547] init domainlist 
/usr/local/squidGuard/db/blacklists/porn/domains
2003-11-26 19:55:10 [16547] init urllist 
/usr/local/squidGuard/db/blacklists/porn/urls
2003-11-26 19:55:10 [16547] /usr/local/bin/squidGuard: default acl not 
defined in configfile  /usr/local/squidGuard/squidGuard.conf
2003-11-26 19:55:10 [16547] going into emergency mode

********************************************
squidguard.conf :
============


#Configuration File for squidGuard
# Blocks porno sites (not comprehensive)
# Revision: $Id: squidGuard.conf,v 1.3 2003/11/26 03:43:23 root Exp root $

logdir /usr/local/squidGuard/log
dbhome /usr/local/squidGuard/db

src localnet {
         ip 127.0.0.1
          ip 192.168.0.1
           ip 192.168.0.0/24
            # domain        .srishti                  # AND MATCH 
*.srishti.
    }

   dest porn {
             domainlist     blacklists/porn/domains
             urllist        blacklists/porn/urls
        redirect       http://webmail.srishti
}
     acl {
              localnet
              {
                 pass !porn any
           redirect     http://webmail.srishti
        }
      default
      {
          pass none
        redirect        http://webmail.srishti
         logfile      blocked.log
      }
  }

*************************************************************

Please let me know if I should have to do any changes and please let me 
know what all to be done in squid.conf file.

Waiting for your replies.

Regards,
Harish Kumar .S

Reply via email to