]> git.pld-linux.org Git - packages/squid.git/blob - squid.conf.patch
- pl for -scripts
[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 @@ -2025,6 +2030,8 @@
17  #
18  #Default:
19  # cache_effective_user nobody
20 +cache_effective_user squid
21 +cache_effective_group squid
22  
23  #  TAG: visible_hostname
24  #      If you want to present a special hostname in error messages, etc,
25 @@ -2200,8 +2207,14 @@
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.
33 +#
34  #Default:
35  # logfile_rotate 10
36 +logfile_rotate 0
37  
38  #  TAG: append_domain
39  #      Appends local domain name to hostnames without any dots in
40 --- squid.conf~ 2005-10-20 13:15:15.000000000 +0300
41 +++ squid.conf  2005-10-20 13:15:16.000000000 +0300
42 @@ -1862,7 +1862,7 @@
43  # We strongly recommend the following be uncommented to protect innocent
44  # web applications running on the proxy server who think the only
45  # one who can access services on "localhost" is a local user
46 -#http_access deny to_localhost
47 +http_access deny to_localhost
48  #
49  # INSERT YOUR OWN RULE(S) HERE TO ALLOW ACCESS FROM YOUR CLIENTS
50  
This page took 0.052335 seconds and 3 git commands to generate.