]> git.ipfire.org Git - thirdparty/squid.git/commit - src/cf.data.pre
Deprecate log_icap and log_access configuration directives
authorChristos Tsantilas <chtsanti@users.sourceforge.net>
Tue, 18 Jun 2013 06:22:13 +0000 (09:22 +0300)
committerChristos Tsantilas <chtsanti@users.sourceforge.net>
Tue, 18 Jun 2013 06:22:13 +0000 (09:22 +0300)
commit8ebad7803f7bb84df970e1d12990490ccd9f3661
tree4526f43a8a19f22a8e3f1324297fe5da5e3e41af
parent9082b58f0f689e270c7ec2397548798e5d6b59fb
Deprecate log_icap and log_access configuration directives

The log_icap and log_access are not really needed to control requests logging.
Someone can use acls  with access_log and icap_log configuration directives
for this purpose.
Also currently the requests denied for logging using the log_access access list
will not be accounted for in performance counters.

This patch:
 - removes log_icap and log_access options from configuration file.
 - adds the "stats_collection" access list to control performane counters
   accounting.

This is a Measurement Factory project
src/SquidConfig.h
src/adaptation/icap/Xaction.cc
src/adaptation/icap/icap_log.cc
src/adaptation/icap/icap_log.h
src/cache_cf.cc
src/cf.data.pre
src/client_side.cc