]> git.pld-linux.org Git - packages/squid.git/blame - squid.conf.patch
- %addusertogroup R: /usr/sbin/usermod,
[packages/squid.git] / squid.conf.patch
CommitLineData
3a7147f5 1--- squid.conf.default 2007-09-19 14:12:39.156693053 +0200
2+++ squid.conf 2007-09-19 14:37:07.342454656 +0200
3@@ -622,7 +622,7 @@
4 # We strongly recommend the following be uncommented to protect innocent
5 # web applications running on the proxy server who think the only
6 # one who can access services on "localhost" is a local user
7-#http_access deny to_localhost
8+http_access deny to_localhost
9 #
10 # INSERT YOUR OWN RULE(S) HERE TO ALLOW ACCESS FROM YOUR CLIENTS
11
12@@ -1832,8 +1832,10 @@
a15ed89b 13 # Note that for coss, max-size must be less than COSS_MEMBUF_SZ
14 # (hard coded at 1 MB).
245ce972 15 #
3a7147f5 16+# NOTE: Remeber to initialize cache directories: squid -z -F
245ce972 17+#
63fb169a 18 #Default:
3a7147f5 19-# cache_dir ufs /var/cache/squid 100 16 256
63fb169a 20+cache_dir diskd /var/cache/squid 100 16 256
245ce972 21
3a7147f5 22 # TAG: store_dir_select_algorithm
23 # Set this to 'round-robin' as an alternative.
24@@ -2068,8 +2070,13 @@
245ce972 25 # in the habit of using 'squid -k rotate' instead of 'kill -USR1
26 # <pid>'.
27 #
28+# Default value for logfile_rotate is 10, but PLD uses 'logrotate',
29+# which is more configurable, to perform this task. Setting this
30+# value to '0' disables built-in log rotation and allows 'logrotate'
31+# to do it's job.
63fb169a 32+#
33 #Default:
3a7147f5 34-# logfile_rotate 10
245ce972 35+logfile_rotate 0
36
3a7147f5 37 # TAG: emulate_httpd_log on|off
38 # The Cache can emulate the log file format which many 'httpd'
39@@ -2982,7 +2989,7 @@
40 # cache_effective_user.
2faa3478 41 #
3a7147f5 42 #Default:
43-# cache_effective_user nobody
44+cache_effective_user squid
45
46 # TAG: cache_effective_group
47 # If you want Squid to run with a specific GID regardless of
48@@ -2994,7 +3001,7 @@
49 # group.
50 #
51 #Default:
52-# none
53+cache_effective_group squid
2faa3478 54
3a7147f5 55 # TAG: httpd_suppress_version_string on|off
56 # Suppress Squid version string info in HTTP headers and HTML error pages.
This page took 0.069583 seconds and 4 git commands to generate.