]> git.pld-linux.org Git - packages/squid.git/blob - squid.conf.patch
- changed default pidfile location to /var/run/squid.pid (thnx to qboosh)
[packages/squid.git] / squid.conf.patch
1 --- squid.conf.default  2004-08-24 11:51:14.723512904 +0200
2 +++ squid.conf  2004-08-24 11:51:29.986192624 +0200
3 @@ -688,8 +688,12 @@
4  #      Note that for coss, max-size must be less than COSS_MEMBUF_SZ
5  #      (hard coded at 1 MB).
6  #
7 +#      NOTE: Remeber to initialize cache directories:
8 +#            squid -z -F
9 +#
10  #Default:
11  # cache_dir ufs /var/cache/squid 100 16 256
12 +cache_dir diskd /var/cache/squid 100 16 256
13  
14  #  TAG: cache_access_log
15  #      Logs the client request activity.  Contains an entry for
16 @@ -804,6 +808,7 @@
17  #
18  #Default:
19  # pid_filename /var/run/squid.pid
20 +pid_filename /var/run/squid.pid
21  
22  #  TAG: debug_options
23  #      Logging options are set as section,level where each source file
24 @@ -2025,6 +2030,8 @@
25  #
26  #Default:
27  # cache_effective_user nobody
28 +cache_effective_user squid
29 +cache_effective_group squid
30  
31  #  TAG: visible_hostname
32  #      If you want to present a special hostname in error messages, etc,
33 @@ -2200,8 +2207,14 @@
34  #      in the habit of using 'squid -k rotate' instead of 'kill -USR1
35  #      <pid>'.
36  #
37 +#      Default value for logfile_rotate is 10, but PLD uses 'logrotate',
38 +#      which is more configurable, to perform this task. Setting this
39 +#      value to '0' disables built-in log rotation and allows 'logrotate'
40 +#      to do it's job.
41 +#
42  #Default:
43  # logfile_rotate 10
44 +logfile_rotate 0
45  
46  #  TAG: append_domain
47  #      Appends local domain name to hostnames without any dots in
This page took 0.106073 seconds and 4 git commands to generate.