Title: Squid Custom ACLs - How to... Solution posted Post by: wesley1234 on Thursday 01 January 2009, 04:51:21 am I wanted to use the extra squid ACL function provided in the extras but ran into a problem with the install script. The "Advanced ACL" link never shows up on the gui. Here's how to fix it.
1. Put this RPM file on your endian box: http://alumnus.caltech.edu/~igormt/endian/files/endian_2.1.2_squid_custom_ACL-1.0-1.noarch.rpm 2. Log into your endian box via ssh. At the command line type: rpm -ivh endian_2.1.2_squid_ustom_ACL-1.0-1.noarch.rpm 3. Edit the following with vi. vi /var/efw/header.pl 4. Search in the file for $subhttp->{'07.pol 5. Add the following below the chunk of code: $subhttp->{'08.advancedacl'} = { 'caption' => _('Advanced ACL'), 'uri' => '/cgi-bin/proxyacl.cgi', 'title' => _('HTTP: Advanced ACL'), 'enabled' => 1, }; That's it. This add on is very valuable. I use it to easily filter doubleclick, remove *banners* *ads* etc. Title: Re: Squid Custom ACLs - How to... Solution posted Post by: tarek852 on Monday 19 January 2009, 03:26:01 am Thanks ;D
Title: Re: Squid Custom ACLs - How to... Solution posted Post by: OpenNet on Tuesday 20 January 2009, 07:04:57 am Hi. Has someone been tested this solution over 2.1.2 rc3? On this version I can't see any new tab or option.
Title: Re: Squid Custom ACLs - How to... Solution posted Post by: wesley1234 on Sunday 31 May 2009, 05:46:35 pm Hi. Has someone been tested this solution over 2.1.2 rc3? On this version I can't see any new tab or option. Yes, just do the above. Title: Re: Squid Custom ACLs - How to... Solution posted Post by: Hawk on Thursday 04 June 2009, 08:00:06 am Yeap, confirmed! Works great.
Thanks Title: Re: Squid Custom ACLs - How to... Solution posted Post by: davvidde on Saturday 13 June 2009, 02:33:50 am Does, this mod, work with EFW 2.2?
Title: Re: Squid Custom ACLs - How to... Solution posted Post by: ges35 on Friday 28 August 2009, 05:20:21 pm The url has shown 404 error, give please the new url or send on mail toshy_kan@yahoo.com.au or gesirk@gmail.com
|