Human Readable Squid Access Logs

Using perl you can change the time stamps so they are readable: tail -f /var/log/squid/access.log | perl -p -e 's/^([0-9]*.[0-9]+)/"[".localtime($1)."]"/e' or you can use ccze tail -f /var/log/squid/access.log | ccze -CA…

Squid ClamAV & HAVP

Originally from here [http://www.opensourcehowto.org/how-to/squid/squid-clamav--havp.html] HAVP (HTTP AntiVirus proxy) is a proxy with an anti-virus filter. It does not cache or filter content and in this how-to it is set as a parent proxy of squid, i can be run on it’s own.…