I installed the squidguard3.2.tar.gz content filter package on 7pre1 and everything is working fine if I edit the lists by hand.
The Panel that manages the database unfortunatelly does not work. It returns as if the information was left blank.
Apache returns no errors.
Could it be the way apache2 handles the rules be the problem?
I have created the following conf file:
# SquidGuard
Alias /squidguard /usr/local/squidGuard/www
<Directory /usr/local/squidGuard/www>
Options ExecCGI
order deny,allow
deny from all
allow from allow from { $localAccess." "./sbin/e-smith/db configuration getprop httpd-admin ValidFrom }
AddType application/x-httpd-php .php .php3 .phtml
AddType application/x-httpd-php-source .phps
php_flag magic_quotes_gpc on
php_flag track_vars on
AuthName "Server manager"
AuthType Basic
AuthExternal pwauth
require user admin
SetEnv IMGHDR_SRC"/server-common/server-manager.jpg"
Satisfy all
</Directory>