#FIXME - configurable
cache_mem <%= node[:squid][:cache_mem] %>
+<% if node[:squid][:version] > 2 -%>
+
+workers <%= node[:cpu][:total] %>
+
+error_log_languages off
+<% end -%>
max_filedescriptors 98304
#used by squidclient / munin
http_port 3128
+#HTCP
+htcp_port 4827
#ICP
icp_port 3130
log_icp_queries off
#MUST BE LAST ACL
#--------------
http_access deny all
+htcp_access deny all
icp_access deny all
#--------------