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.rpm3. Edit the following with vi.
vi /var/efw/header.pl4. 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.