]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
QUICKSTART update from Guido
authorrobertc <>
Sun, 18 Aug 2002 16:48:58 +0000 (16:48 +0000)
committerrobertc <>
Sun, 18 Aug 2002 16:48:58 +0000 (16:48 +0000)
QUICKSTART

index e6a8b532d15555b12d81e10f8bde4fd14ed34cb6..be8e586441dc1d4faf991ac7ed25a89317c6e248 100644 (file)
@@ -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.