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: +files using the syntax parameters("/path/filename"). For example:
acl whitelist dstdomain parameters("/etc/squid/whitelist.txt")diff --git a/doc/release-notes/release-3.4.sgml b/doc/release-notes/release-3.4.sgml index 2bbce2bcf5..f6b41991ed 100644 --- a/doc/release-notes/release-3.4.sgml +++ b/doc/release-notes/release-3.4.sgml @@ -195,7 +195,7 @@ 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:
+ files using the syntax parameters("/path/filename"). For example: