]> git.pld-linux.org Git - packages/squid.git/blob - squid.conf.patch
- apache config for cachemgr.cgi
[packages/squid.git] / squid.conf.patch
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 @@
13  #      Note that for coss, max-size must be less than COSS_MEMBUF_SZ
14  #      (hard coded at 1 MB).
15  #
16 +#      NOTE: Remeber to initialize cache directories: squid -z -F
17 +#
18  #Default:
19 -# cache_dir ufs /var/cache/squid 100 16 256
20 +cache_dir diskd /var/cache/squid 100 16 256
21  
22  #  TAG: store_dir_select_algorithm
23  #      Set this to 'round-robin' as an alternative.
24 @@ -2068,8 +2070,13 @@
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.
32 +#
33  #Default:
34 -# logfile_rotate 10
35 +logfile_rotate 0
36  
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.
41  #
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
54  
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.056524 seconds and 3 git commands to generate.