]> git.pld-linux.org Git - packages/squid.git/blame - squid-location.patch
- added missing dir, release 3
[packages/squid.git] / squid-location.patch
CommitLineData
7c1b148a 1--- squid-2.3.STABLE4/QUICKSTART.loc Fri Jan 19 12:47:07 2001
2+++ squid-2.3.STABLE4/QUICKSTART Fri Jan 19 12:48:22 2001
3@@ -7,10 +7,9 @@
4 INSTALL in the same directory), you have to configure the squid.conf
5 file. This is the list of the values you *need* to change, because no
6 sensible defaults could be defined. Do not touch the other variables
7-for now. We assume you have installed Squid in the default location:
8-/usr/local/squid
9+for now.
10
11-Uncomment and edit the following lines in /usr/local/squid/etc/squid.conf:
12+Uncomment and edit the following lines in /etc/squid/squid.conf:
13
14 ==============================================================================
15
16@@ -26,7 +25,7 @@
17 Warning: Squid uses much more than this value. Rule of thumb: if
18 you have N megabytes free for Squid, put N/3 here.
19
20-cache_dir /usr/local/squid/cache 100 16 256
21+cache_dir /var/spool/squid 100 16 256
22
23 Add here (first number, here 100) the amount of hard disk space
24 (in megabytes) to devote to caching.
25@@ -70,10 +69,10 @@
26 After editing squid.conf to your liking, run Squid from the command
27 line TWICE:
28
29- % /usr/local/squid/bin/squid -z
30- % /usr/local/squid/bin/squid
31+ % /usr/sbin/squid -z
32+ % /usr/sbin/squid
33
34-Check in the cache.log (/usr/local/squid/logs/cache.log) that
35+Check in the cache.log (/var/log/squid/cache.log) that
36 everything is all right. Note that "WARNING: Cannot write to swap
37 directory" is normal the first time you run Squid.
38
This page took 0.034404 seconds and 4 git commands to generate.