]> git.pld-linux.org Git - packages/squid.git/blame - squid-location.patch
do not use builder's CPU instruction set, leads to SIGILL on older x86_64
[packages/squid.git] / squid-location.patch
CommitLineData
c56791aa
SP
1diff -ur squid-2.6.STABLE19/QUICKSTART squid-2.6.STABLE19.new/QUICKSTART
2--- squid-2.6.STABLE19/QUICKSTART 2008-02-10 12:15:14.000000000 +0100
3+++ squid-2.6.STABLE19.new/QUICKSTART 2008-03-22 08:51:07.389240901 +0100
a58ecdad 4@@ -12,10 +12,9 @@
7c1b148a 5 INSTALL in the same directory), you have to configure the squid.conf
6 file. This is the list of the values you *need* to change, because no
7 sensible defaults could be defined. Do not touch the other variables
8-for now. We assume you have installed Squid in the default location:
9-/usr/local/squid
10+for now.
11
12-Uncomment and edit the following lines in /usr/local/squid/etc/squid.conf:
13+Uncomment and edit the following lines in /etc/squid/squid.conf:
14
15 ==============================================================================
16
58934a46
AM
17@@ -26,7 +25,7 @@
18 always ask permission before adding a parent cache. See also the
19 never_direct/always_direct directives.
7c1b148a 20
c56791aa
SP
21-cache_dir ufs /usr/local/squid/var/cache 100 16 256
22+cache_dir ufs /var/cache/squid 100 16 256
7c1b148a 23
24 Add here (first number, here 100) the amount of hard disk space
25 (in megabytes) to devote to caching.
50e75865 26@@ -69,12 +68,12 @@
7c1b148a 27 line TWICE:
28
50e75865 29 To create any disk cache_dir configured:
a58ecdad 30- % /usr/local/squid/sbin/squid -z
7c1b148a 31+ % /usr/sbin/squid -z
50e75865
JR
32
33 To start squid:
34- % /usr/local/squid/sbin/squid
7c1b148a 35+ % /usr/sbin/squid
36
a58ecdad 37-Check in the cache.log (/usr/local/squid/var/logs/cache.log) that
7c1b148a 38+Check in the cache.log (/var/log/squid/cache.log) that
58934a46 39 everything is all right.
7c1b148a 40
58934a46 41 Once Squid created all its files (it can take several minutes on some
This page took 0.095799 seconds and 4 git commands to generate.