On Wed, Jun 25, 2008 at 1:43 PM, Chris Robertson <crobertson@xxxxxxx> wrote: >> cache deny QUERY >> acl apache rep_header Server ^Apache >> broken_vary_encoding allow apache >> cache_mem 512 MB >> cache_dir ufs /usr/local/squid/cache 2000 16 256 >> > > Change this to... > > cache_dir null /dev/null > > ...if you can. The null storedir type might not have been built in. Done. >> logformat combined %>a %<A %ui %un [%tl] "%rm %ru HTTP/%rv" %Hs %<st >> "%{Referer}>h" "%{User-Agent}>h" %Ss:%Sh >> access_log /usr/local/squid/logs/access.log combined >> access_log syslog combined >> > > The log files are still hitting the disk. If you really want to limit your > disk activity, use only syslog, and pipe the logs to another server (or turn > logging off entirely). I've commented out the access.log line - I was already casting syslog to another machine. Thanks! Kurt