mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-16 05:53:00 +02:00
MONSTER-REVISION!
* Alte und ueberfluessige Pakete entfernt. * Proxy-Pfade gefixt. * MySQL in ISO gepackt. * Apache2-Konfigurations-Fix. * XAMPP entfernt. STILL EXPERIMENTAL * make.sh aufgeraeumt. git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@293 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
@@ -87,8 +87,8 @@ my $cre_svhosts = "${General::swroot}/proxy/advanced/cre/supervisors";
|
||||
|
||||
my $identhosts = "$identdir/hosts";
|
||||
|
||||
my $authdir = "/usr/lib/squid/advproxy/auth";
|
||||
my $errordir = "/usr/lib/squid/advproxy/errors";
|
||||
my $authdir = "/usr/lib/squid/auth";
|
||||
my $errordir = "/usr/lib/squid/errors";
|
||||
|
||||
my $acl_src_subnets = "$acldir/src_subnets.acl";
|
||||
my $acl_src_banned_ip = "$acldir/src_banned_ip.acl";
|
||||
@@ -3643,7 +3643,7 @@ END
|
||||
if ($proxysettings{'ENABLE_FILTER'} eq 'on')
|
||||
{
|
||||
print FILE <<END
|
||||
url_rewrite_program /usr/sbin/squidGuard
|
||||
url_rewrite_program /usr/bin/squidGuard
|
||||
url_rewrite_children $filtersettings{'CHILDREN'}
|
||||
|
||||
END
|
||||
|
||||
Reference in New Issue
Block a user