Squid QUICKSTART
-$Id: QUICKSTART,v 1.5 2002/07/25 19:19:02 hno Exp $
+$Id: QUICKSTART,v 1.6 2002/08/18 10:48:58 robertc Exp $
This document is intended only for people who want to get Squid running
quickly It is not a substitute for the real documentation. Squid has
Warning: Squid uses much more than this value. Rule of thumb: if
you have N megabytes free for Squid, put N/3 here.
-cache_dir /usr/local/squid/cache 100 16 256
+cache_dir /usr/local/squid/var/cache 100 16 256
Add here (first number, here 100) the amount of hard disk space
(in megabytes) to devote to caching.
% /usr/local/squid/sbin/squid -z
% /usr/local/squid/sbin/squid
-Check in the cache.log (/usr/local/squid/logs/cache.log) that
+Check in the cache.log (/usr/local/squid/var/logs/cache.log) that
everything is all right. Note that "WARNING: Cannot write to swap
directory" is normal the first time you run Squid.