What Squid version and SquidGuard or DansGuardian?
-
From the log:
/usr/local/bin/squidGuard: can't write to logfile /var/log/squidGuard/squidGuard.log
but it's there and gets updated?
Then:
kid1| Warning: empty ACL: acl throttle_exts urlpath_regex -i "/var/squid/acl/throttle_exts.acl"
normal?
Then i saw:
kid1| WARNING: All 5/5 redirector processes are busy. kid1| WARNING: 5 pending requests queued kid1| WARNING: Consider increasing the number of redirector processes in your config file. kid1| WARNING: All 5/5 redirector processes are busy. kid1| WARNING: 5 pending requests queued kid1| WARNING: Consider increasing the number of redirector processes in your config file.
after some google i changed in "/usr/local/pkg/squidguard_configurator.inc":
define('REDIRECTOR_PROCESS_COUNT', '5');
to 10.
Is this correct?Then the log is full of "init domainlist" and "loading dbfile".
Is that normal? -
Hi,
How to disable ramdisk in pfsense
-
How to disable ramdisk in pfsense
System > Advanced > Miscellaneous
But by default it's off. -
Hi,
Squidguard works at the time of first installation and after reboot though service is on, filtering is gone. using squid with transparent.
-
Ok, that works. But why does it not point to a php file from the beginning?
But still - is it normal that i need a certificate to show error warnings?Since pkg v0.2.4 it is. But if you came from older pkg versions, you may have old config files instead.
You can host it on other http web server or buy a certificate(there are some free too) to pfsense https.
-
Ok, here is what i did.
I created "warning.mydomain.net" in the vHosts package and copied squid_clwarn.php
to "/usr/local/vhosts/warning.mydomain.net"I also added "warning.mydomain.net" to the DNS Resolver Host Overrides.
In squidclamav.conf i changed to:
redirect http://warning.mydomain.net/squid_clwarn.php
No more certificate warnings!
What about the other stuff from my logs i was asking about?
And what someone share his Clamav settings for performance?