Koozali.org: home of the SME Server

Content Filter on SME7

Offline Franco

  • *
  • 1,171
  • +0/-0
    • http://contribs.org
Content Filter on SME7
« on: February 06, 2006, 05:11:39 AM »
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:
Code: [Select]

# 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>