lkundrak / rpms / squid

Forked from rpms/squid 4 years ago
Clone
ebb3594
diff -up squid-3.1.0.9/QUICKSTART.location squid-3.1.0.9/QUICKSTART
ebb3594
--- squid-3.1.0.9/QUICKSTART.location	2009-06-26 12:35:27.000000000 +0200
ebb3594
+++ squid-3.1.0.9/QUICKSTART	2009-07-17 14:03:10.000000000 +0200
ebb3594
@@ -12,10 +12,9 @@ After you retrieved, compiled and instal
ebb3594
 INSTALL in the same directory), you have to configure the squid.conf
ebb3594
 file. This is the list of the values you *need* to change, because no
ebb3594
 sensible defaults could be defined. Do not touch the other variables
ebb3594
-for now.  We assume you have installed Squid in the default location:
ebb3594
-/usr/local/squid
ebb3594
+for now.
ebb3594
 
ebb3594
-Uncomment and edit the following lines in /usr/local/squid/etc/squid.conf:
ebb3594
+Uncomment and edit the following lines in /etc/squid/squid.conf:
ebb3594
 
ebb3594
 ==============================================================================
ebb3594
 
ebb3594
@@ -56,7 +55,7 @@ cache_effective_user
ebb3594
 Some configuration lines which are optional but may be needed.
ebb3594
 
ebb3594
 
ebb3594
-cache_dir ufs /usr/local/squid/var/cache 100 16 256
ebb3594
+cache_dir ufs /var/spool/squid 100 16 256
ebb3594
 
ebb3594
     Add here (first number, here 100) the amount of hard disk space 
ebb3594
     (in megabytes) to devote to caching.
ebb3594
@@ -84,12 +83,12 @@ After editing squid.conf to your liking,
ebb3594
 line TWICE:
ebb3594
 
ebb3594
 To create any disk cache_dir configured:
ebb3594
-    % /usr/local/squid/sbin/squid -z
ebb3594
+    % /usr/sbin/squid -z
ebb3594
 
ebb3594
 To start squid:
ebb3594
-    % /usr/local/squid/sbin/squid 
ebb3594
+    % /usr/sbin/squid 
ebb3594
 
ebb3594
-Check in the cache.log (/usr/local/squid/var/logs/cache.log) that
ebb3594
+Check in the cache.log (/var/log/squid/cache.log) that
ebb3594
 everything is all right.
ebb3594
 
ebb3594
 Once Squid created all its files (it can take several minutes on some