From: robertc <> Date: Sun, 18 Aug 2002 16:48:58 +0000 (+0000) Subject: QUICKSTART update from Guido X-Git-Tag: SQUID_3_0_PRE1~836 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f03208088e9ba981a86c4a957c79cb93e5b4a1db;p=thirdparty%2Fsquid.git QUICKSTART update from Guido --- diff --git a/QUICKSTART b/QUICKSTART index e6a8b532d1..be8e586441 100644 --- a/QUICKSTART +++ b/QUICKSTART @@ -1,7 +1,7 @@ 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 @@ -31,7 +31,7 @@ cache_mem 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. @@ -80,7 +80,7 @@ line TWICE: % /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.