Hello All
I've a Problem configuring Squidguard, and i hope you can help me.
We have an Squid running on Port 80 (History) and on my squidguard-
installation there is an rewrite configured. The Web-Server is Running
on port 81. The squidGuard.conf looks like this:
--- cut ---
logdir /logs
dbhome /db
rew internal {
s@http://iwww/@http://iwww:81/@
s@http://iwww.<domain>/@http://iwww.<domain>:81/@
s@http://mmxwwwvp/@http://mmxwwwvp:81/@
s@http://mmxwwwvp.<domain>/@http://mmxwwwvp.<domain>:81/@
s@http://mmas.<domain>/@http://mmas.<domain>:81/@
s@http://mmas/@http://mmas:81/@
s@http://proxy.<domain>/@http://proxy.<domain>:81/@
s@http://proxy/@http://proxy:81/@
s@http://mmapps01/@http://mmapps01:8080/@
log /logs/rewrite.log
}
acl {
default {
rewrite internal
pass all
}
}
--- cut ---
And here i would configure an Blacklistfilter.
--- cut ---
logdir /logs
dbhome /db
rew internal {
s@http://iwww/@http://iwww:81/@
s@http://iwww.<domain>/@http://iwww.<domain>:81/@
s@http://mmxwwwvp/@http://mmxwwwvp:81/@
s@http://mmxwwwvp.<domain>/@http://mmxwwwvp.<domain>:81/@
s@http://mmas.<domain>/@http://mmas.<domain>:81/@
s@http://mmas/@http://mmas:81/@
s@http://proxy.<domain>/@http://proxy.<domain>:81/@
s@http://proxy/@http://proxy:81/@
s@http://mmapps01/@http://mmapps01:8080/@
log /logs/rewrite.log
}
dest noman {
domainlist blacklists/porn/domains
urllist blacklists/porn/urls
expressionlist blacklists/porn/expressions
redirect http://iwww:8888/misc/blacklists/index.html
log /logs/decline.log
}
acl {
default {
rewrite internal
pass !noman all
}
}
--- cut ---
but now the Rewrites don't work anymore but the Blacklists are
working. Until now i don't have any Idea how to Configure this to work.
Where is my Error?? What can i do?? An second Squid with the Blacklists??
Thanks for Answers.
Regards
Robert Einsle