From: Amos Jeffries
There have been changes to Squid's configuration file since Squid-3.3.
+ +Squid supports reading configuration option parameters from external +files using the syntax parameters(\"/path/filename\"). For example: +
+ acl whitelist dstdomain parameters("/etc/squid/whitelist.txt")
+
+
+
+There hasve also been changes to individual directives in the config file.
This section gives a thorough account of those changes in three categories:
Whether Squid supports directive parameters with spaces, quotes, and other +special characters. Surround such parameters with "double quotes".
+Use ACLs to annotate a transaction with customized annotations which can be logged in access.log
diff --git a/doc/release-notes/release-3.4.sgml b/doc/release-notes/release-3.4.sgml index 10f6b2d9d4..d21e6ae2e1 100644 --- a/doc/release-notes/release-3.4.sgml +++ b/doc/release-notes/release-3.4.sgml @@ -179,6 +179,14 @@ Most user-facing changes are reflected in squid.conf (see below).There have been changes to Squid's configuration file since Squid-3.3. +
Squid supports reading configuration option parameters from external
+ files using the syntax parameters(\"/path/filename\"). For example:
+
There hasve also been changes to individual directives in the config file.
+
This section gives a thorough account of those changes in three categories: