63 lines
2.0 KiB
Diff
63 lines
2.0 KiB
Diff
diff -up squid-3.0.STABLE9/src/cf.data.pre.config squid-3.0.STABLE9/src/cf.data.pre
|
|
--- squid-3.0.STABLE9/src/cf.data.pre.config 2008-09-09 18:06:44.000000000 +0200
|
|
+++ squid-3.0.STABLE9/src/cf.data.pre 2008-10-19 23:34:17.000000000 +0200
|
|
@@ -703,6 +703,7 @@ http_access deny CONNECT !SSL_ports
|
|
http_access allow localnet
|
|
|
|
# And finally deny all other access to this proxy
|
|
+http_access allow localhost
|
|
http_access deny all
|
|
NOCOMMENT_END
|
|
DOC_END
|
|
@@ -2135,7 +2136,7 @@ DOC_END
|
|
|
|
NAME: logfile_rotate
|
|
TYPE: int
|
|
-DEFAULT: 10
|
|
+DEFAULT: 0
|
|
LOC: Config.Log.rotateNumber
|
|
DOC_START
|
|
Specifies the number of logfile rotations to make when you
|
|
@@ -2151,6 +2152,7 @@ DOC_START
|
|
purposes, so -k rotate uses another signal. It is best to get
|
|
in the habit of using 'squid -k rotate' instead of 'kill -USR1
|
|
<pid>'.
|
|
+logfile_rotate 0
|
|
DOC_END
|
|
|
|
NAME: emulate_httpd_log
|
|
@@ -3254,11 +3256,11 @@ COMMENT_END
|
|
|
|
NAME: cache_mgr
|
|
TYPE: string
|
|
-DEFAULT: webmaster
|
|
+DEFAULT: root
|
|
LOC: Config.adminEmail
|
|
DOC_START
|
|
Email-address of local cache manager who will receive
|
|
- mail if the cache dies. The default is "webmaster."
|
|
+ mail if the cache dies. The default is "root."
|
|
DOC_END
|
|
|
|
NAME: mail_from
|
|
@@ -4422,9 +4424,16 @@ TYPE: string
|
|
LOC: Config.errorDirectory
|
|
DEFAULT: @DEFAULT_ERROR_DIR@
|
|
DOC_START
|
|
- If you wish to create your own versions of the default files, to
|
|
- customize them to suit your company copy the template files to
|
|
- another directory and point this tag at them.
|
|
+ Directory where the error files are read from.
|
|
+ /usr/lib/squid/errors contains sets of error files
|
|
+ in different languages. The default error directory
|
|
+ is /etc/squid/errors, which is a link to one of these
|
|
+ error sets.
|
|
+
|
|
+ If you wish to create your own versions of the error files,
|
|
+ either to customize them to suit your language or company,
|
|
+ copy the template English files to another directory and
|
|
+ point this tag at them.
|
|
|
|
Current Language updates can be downloaded from:
|
|
http://www.squid-cache.org/Versions/langpack/
|