]> git.pld-linux.org Git - packages/squid.git/blob - squid.conf.patch
- Patch for original config file.
[packages/squid.git] / squid.conf.patch
1 --- squid.conf  Sun Feb 11 12:02:37 2001
2 +++ squid.conf.default  Sun Feb 11 12:02:38 2001
3 @@ -460,6 +460,9 @@
4  #      will be created under each first-level directory.  The default
5  #      is 256.
6  #
7 +#      NOTE: Remeber to initialize cache directories:
8 +#            squid -z -F
9 +#
10  #cache_dir ufs /var/cache/squid 100 16 256
11  
12  #  TAG: cache_access_log
13 @@ -467,6 +470,7 @@
14  #      every HTTP and ICP queries received.
15  #
16  #cache_access_log /var/log/squid/access
17 +cache_access_log /var/log/squid/access.log
18  
19  #  TAG: cache_log
20  #      Cache logging file. This is where general information about
21 @@ -474,6 +478,7 @@
22  #      logged to this file with the "debug_options" tag below.
23  #
24  #cache_log /var/log/squid/cache
25 +cache_log /var/log/squid/cache.log
26  
27  #  TAG: cache_store_log
28  #      Logs the activities of the storage manager.  Shows which
29 @@ -483,6 +488,7 @@
30  #      disable it.
31  #
32  #cache_store_log /var/log/squid/store
33 +cache_store_log /var/log/squid/store.log
34  
35  #  TAG: cache_swap_log
36  #      Location for the cache "swap.log."  This log file holds the
37 @@ -1282,6 +1288,8 @@
38  #
39  #cache_effective_user nobody
40  #cache_effective_group nogroup
41 +cache_effective_user squid 
42 +cache_effective_group squid
43  
44  #  TAG: visible_hostname
45  #      If you want to present a special hostname in error messages, etc,
46 @@ -1416,7 +1424,12 @@
47  #      in the habit of using 'squid -k rotate' instead of 'kill -USR1
48  #      <pid>'.
49  #
50 +#      Default value for logfile_rotate is 10, but PLD uses 'logrotate',
51 +#      which is more configurable, to perform this task. Setting this
52 +#      value to '0' disables built-in log rotation and allows 'logrotate'
53 +#      to do it's job.
54  #logfile_rotate 10
55 +logfile_rotate 0
56  
57  #  TAG: append_domain
58  #      Appends local domain name to hostnames without any dots in
This page took 0.062082 seconds and 4 git commands to generate.