]> git.pld-linux.org Git - packages/squid.git/blame - squid.conf.patch
- oops, typo, s/httpd.pid/squid.pid
[packages/squid.git] / squid.conf.patch
CommitLineData
96eb9c80
AM
1--- squid.conf.default Fri Jan 3 18:27:12 2003
2+++ squid.conf Fri Jan 3 18:28:28 2003
3@@ -665,8 +665,12 @@
63fb169a 4 # the cache_dir lines with the smallest max-size value first and the
5 # ones with no max-size specification last.
245ce972 6 #
7+# NOTE: Remeber to initialize cache directories:
8+# squid -z -F
9+#
63fb169a 10 #Default:
11 # cache_dir ufs /var/cache/squid 100 16 256
12+cache_dir diskd /var/cache/squid 100 16 256
245ce972 13
14 # TAG: cache_access_log
63fb169a 15 # Logs the client request activity. Contains an entry for
96eb9c80
AM
16@@ -1934,6 +1938,8 @@
17 #
63fb169a 18 #Default:
19 # cache_effective_user nobody
63fb169a 20+cache_effective_user squid
245ce972 21+cache_effective_group squid
22
23 # TAG: visible_hostname
24 # If you want to present a special hostname in error messages, etc,
96eb9c80 25@@ -2109,8 +2115,14 @@
245ce972 26 # in the habit of using 'squid -k rotate' instead of 'kill -USR1
27 # <pid>'.
28 #
29+# Default value for logfile_rotate is 10, but PLD uses 'logrotate',
30+# which is more configurable, to perform this task. Setting this
31+# value to '0' disables built-in log rotation and allows 'logrotate'
32+# to do it's job.
63fb169a 33+#
34 #Default:
35 # logfile_rotate 10
245ce972 36+logfile_rotate 0
37
38 # TAG: append_domain
39 # Appends local domain name to hostnames without any dots in
This page took 0.040988 seconds and 4 git commands to generate.