LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   squidguard problem (https://www.linuxquestions.org/questions/linux-networking-3/squidguard-problem-297452/)

hariiyer 03-04-2005 01:12 AM

squidguard problem
 
Dear all

In squidguard log file i am getting parse error. Tell me how to rectify that.

the error is
2005-03-04 12:31:39 [9726] parse error in configfile /etc/squid/squidGuard.conf line 12
2005-03-04 12:31:39 [9726] going into emergency mode.

My squidguard.conf file is

# CONFIGURATION DIRECTORIES
dbhome /usr/share/squidGuard-1.2.0/db
logdir /var/log/squidGuard


destination porn {
domainlist porn/domains
urllist porn/urls
}

acl {
pass !porn all
redirect http://www.clearship.com
}

please help me


hari

m3thOd 03-04-2005 01:49 PM

try
acl {
default {
pass !porn all
redirect 302:http://www.clearship.com
}
}


All times are GMT -5. The time now is 07:55 AM.