Koozali.org: home of the SME Server
Legacy Forums => General Discussion (Legacy) => Topic started by: yiibong on November 05, 2005, 08:30:56 AM
-
hey,
Anyone install the http://mirror.contribs.org/smeserver/contribs/cbharda/contrib/squidGuard/squidguard3.2.tar.gz ??
-
hey,
It would be nice to have this.
It didn't work for me out of the box, I'm not getting errors running it, but it also does not write new rules. Seems to be something related to new apache but I'm not getting any errors there either.
SME7pre1
-
i just install squidguard 3.3 fr from http://www.spox31.dyndns.org/portail/IMG/gz/squidguard3.3fr.tar.gz and it work well on sme7rc2
Only the administrative interface was not working, so i add a fiew lines to php treatment as this :
in /usr/local/squidGuard/www/squid-ip.php :
after
<body>
<?php
$TheFile = "/home/e-smith/squidguard/ipsec";
add
if (!$View) {$View =$HTTP_POST_VARS['View'];}
if (!$ipaddress) {$ipaddress=$HTTP_POST_VARS['ipaddress'];}
if (!$access) {$access =$HTTP_POST_VARS['access'];}
then in /usr/local/squidGuard/www/squidguard.php :
after
<body>
<?php
$TheFile = "/home/e-smith/squidguard/$dirlocation/$datafile";
add
if (!$list) {$list =$HTTP_POST_VARS['list'];}
if (!$dirlocation) {$dirlocation=$HTTP_POST_VARS['dirlocation'];}
if (!$thedata) {$thedata =$HTTP_POST_VARS['thedata'];}
if (!$switch) {$switch =$HTTP_POST_VARS['switch'];}
I guess there is a better way to do it, but i don't know how. Anyway, it's running for me.
-
I get the following error when I try changing filters
httpd: PHP Warning: fopen(/home/e-smith/squidguard//): failed to open stream: Is a directory in /usr/local/squidGuard/www/squidguard.php on line 38
The IP control works fine.
The submission for Blacklists also do not work.
After applying your modifications I receive a message stating success, but it does not really write or read the files. If I modify the files by hand, works OK.
Another thing, it seems that the version you specified above fr 3.3 is the exact same package of the poster 3.2, but in french?
Thanks,
-
Conflict at installation:
le fichier /etc/e-smith/templates/etc/rc.d/init.d/masq/35transproxy de l'installation de e-smith-transproxy-0.3-1 entre en conflit avec le fichier du paquetage e-smith-proxy-4.14.0-01
le fichier /etc/e-smith/templates/etc/squid/squid.conf/50-transproxy de l'installation de e-smith-transproxy-0.3-1 entre en conflit avec le fichier du paquetage e-smith-proxy-4.14.0-01
sorry it's in french.... :-D
And the submission for Blacklists also do not work.
Is anyone have done a new rpm?
or maybe dundog can give their panel for dansguardian for free :-D :-D :-D
-
This is indeed an awessome panel!
Your errors are related to transpoxy and not squidguard thou!
I tested the french version to see if it would make any difference without success! :-(