Wiki source for AdminSquid
====Squid Administration====
[[http://www.squid-cache.org/ Squid]] is the software we use to cache and do basic web filtering. It currently runs on [[Servers gobstopper]]
===Reload squid===
%%/usr/local/sbin/squid -k reconfigure%%
===Rotate Logs===
Should be done automatically but if not.
%%/usr/local/sbin/squid rotate%%
===View Large Objects In Cache===
%%sort -r -n +4 -5 /var/log/squid/access.log | awk '{print $5, $7}' | head -25%%
[[http://www.squid-cache.org/ Squid]] is the software we use to cache and do basic web filtering. It currently runs on [[Servers gobstopper]]
===Reload squid===
%%/usr/local/sbin/squid -k reconfigure%%
===Rotate Logs===
Should be done automatically but if not.
%%/usr/local/sbin/squid rotate%%
===View Large Objects In Cache===
%%sort -r -n +4 -5 /var/log/squid/access.log | awk '{print $5, $7}' | head -25%%