]> git.ipfire.org Git - thirdparty/squid.git/blob - doc/release-notes/release-3.2.sgml
Release notes: fix wrong link to Translations
[thirdparty/squid.git] / doc / release-notes / release-3.2.sgml
1 <!doctype linuxdoc system>
2 <article>
3 <title>Squid 3.2.1 release notes</title>
4 <author>Squid Developers</author>
5
6 <abstract>
7 This document contains the release notes for version 3.2 of Squid.
8 Squid is a WWW Cache application developed by the National Laboratory
9 for Applied Network Research and members of the Web Caching community.
10 </abstract>
11
12 <toc>
13
14 <sect>Notice
15 <p>
16 The Squid Team are pleased to announce the release of Squid-3.2.1 for testing.
17
18 This new release is available for download from <url url="http://www.squid-cache.org/Versions/v3/3.2/"> or the <url url="http://www.squid-cache.org/Mirrors/http-mirrors.html" name="mirrors">.
19
20 While this release is not deemed ready for production use, we believe it is ready for wider testing by the community.
21
22 We welcome feedback and bug reports. If you find a bug, please see <url url="http://wiki.squid-cache.org/SquidFaq/BugReporting"> for how to submit a
23 report with a stack trace.
24
25 <sect1>Known issues
26 <p>
27 Although this release is deemed good enough for use in many setups, please note the existence of <url url="http://bugs.squid-cache.org/buglist.cgi?query_format=advanced&amp;short_desc_type=allwordssubstr&amp;short_desc=&amp;target_milestone=3.2&amp;long_desc_type=allwordssubstr&amp;long_desc=&amp;bug_file_loc_type=allwordssubstr&amp;bug_file_loc=&amp;status_whiteboard_type=allwordssubstr&amp;status_whiteboard=&amp;bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;emailtype1=substring&amp;email1=&amp;emailtype2=substring&amp;email2=&amp;bugidtype=include&amp;bug_id=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;cmdtype=doit&amp;order=bugs.bug_severity&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=" name="open bugs against Squid-3.2">.
28
29 <p>Some issues to note as currently known in this release which are not able to be fixed in the 3.2 series are:
30
31 <itemize>
32 <item>TCP logging of access.log does not recover from broken connections well.
33 <item>SSL-Bump not re-wrapping decrypted traffic in CONNECT for peers.
34 <item>Cache Manager reports in txt/plain format even when requested directly via browser.
35 </itemize>
36
37 <p>Currently known issues which only depends on available developer time and may still be resolved in a future 3.2 release are:
38
39 <itemize>
40 <item>SMP Support still has a number of important bugs needing to be resolved. see the bugs list above for details.
41 <item>Windows support is still incomplete.
42 <item>The lack of some features available in Squid-2.x series. See the regression sections below for full details.
43 </itemize>
44
45
46 <sect1>Changes since earlier releases of Squid-3.2
47 <p>
48 The 3.2 change history can be <url url="http://www.squid-cache.org/Versions/v3/3.2/changesets/" name="viewed here">.
49
50 <sect>Major new features since Squid-3.1
51 <p>Squid 3.2 represents a new feature release above 3.1.
52
53 <p>The most important of these new features are:
54 <itemize>
55 <item>CVE-2009-0801 : NAT interception vulnerability to malicious clients.
56 <item>NCSA helper DES algorithm password limits
57 <item>SMP scalability
58 <item>Helper Multiplexer and On-Demand
59 <item>Helper Name Changes
60 <item>Multi-Lingual manuals
61 <item>Solaris 10 pthreads Support
62 <item>Surrogate/1.0 protocol extensions to HTTP
63 <item>Logging Infrastructure Updated
64 <item>Client Bandwidth Limits
65 <item>Better eCAP support
66 <item>Cache Manager access changes
67 </itemize>
68
69 Most user-facing changes are reflected in squid.conf (see below).
70
71
72 <sect1>CVE-2009-0801 : NAT interception vulnerability to malicious clients.
73 <p>Details in Advisory <url url="http://www.squid-cache.org/Advisories/SQUID-2011_1.txt" name="SQUID-2011:1">
74
75 <p>Squid locates the authority-URL details available in an HTTP request as
76 defined by RFC 2616 and validates that all found representations are
77 <em>textually</em> equivalent. In the case of intercepted traffic the
78 client destination IP is also compared to the Host: authority domains
79 DNS entries.
80
81 <p>When the Host: authority contradicts another authority source Squid will log
82 "SECURITY ALERT: Host: header forgery detected". The response will then be determined
83 by the <url url="http://www.squid-cache.org/Doc/config/host_verify_strict/" name="host_verify_strict">
84 directive. Squid will respond with 409 Conflict error response when strict validation
85 fails and handles the request normally when strict validation succeeds or is OFF (default).
86
87 <p>Relaying of messages which FAIL non-strict Host: validation are permitted through Squid but
88 only to the original destination IP the client was requesting or to explicit peers. This means
89 DNS lookups to locate alternative DIRECT destinations will not be done.
90
91 <p>Known Issue: When non-strict validation fails Squid will relay the request, but can only do
92 so safely to the orginal destination IP the client was contacting. The client original
93 destination IP is lost when relaying to peers in a hierarchy. This means the upstream peers
94 are still at risk of causing same-origin bypass CVE-2009-0801 vulnerability.
95 Developer time is required to implement safe transit of these requests.
96 Please contact squid-dev if you are able to assist or sponsor the development.
97
98
99 <sect1>NCSA helper DES algorithm password limits
100 <p>Details in Advisory <url url="http://www.squid-cache.org/Advisories/SQUID-2011_2.txt" name="SQUID-2011:2">
101
102 <p>The DES algorithm used by the NCSA Basic authentication helper has an
103 limit of 8 bytes but some implementations do not error when truncating
104 longer passwords down to this unsafe level.
105
106 <p>This both significantly lowers the threshold of difficulty decrypting
107 captured password files and hides from users the fact that the extra bits
108 of their chosen long password is not being utilized.
109
110 <p>The NCSA helper bundled with Squid will prevent passwords longer than 8
111 characters being sent to the DES algorithm. The MD5 hash algorithm which
112 supports longer than 8 character passwords is also supported by this helper
113 and should be used instead.
114
115
116 <sect1>SMP scalability
117 <p>The new "workers" squid.conf option can be used to launch multiple worker
118 processes and utilize multiple CPU cores. The overall intent is to make
119 multiple workers look like one to an outside observer, while providing
120 knobs to customize each worker behavior if needed.
121
122 <p>By default, all worker processes are configured identically and do what a
123 single Squid instance would have done. Squid.conf macro substitutions and
124 conditionals (see below) can be used to customize individual worker
125 configurations. In the paragraphs below, "can share" implies "will share by
126 default".
127
128 <p>Workers can share HTTP, HTTPS, SNMP, ICP, and HTCP listening addresses.
129 Configuration related to ICP and HTCP clients must be adjusted to avoid
130 source address conflicts: Modify the IP address and/or the port used for
131 the protocol. Workers do not share DNS addresses by default because the OS
132 assigns each worker a unique DNS port.
133
134 <p>Workers can share logs.
135
136 <p>Workers can share caches. Memory cache is automatically shared when multiple
137 workers are used. Cache_dir are shared when configured with the <em>rock</em>
138 storage type. Cache_dir of other types must be adjusted to point each
139 disk-caching worker to its own disk area. ICP and HTCP responses are based
140 on the responding worker cache state.
141
142 <p>Cache manager statistics are reported from a worker point of view, for now.
143 Though some reports are combined. SNMP statistics are combined across all
144 workers.
145
146 <p>Startup, reconfiguration, shutdown, and log rotation are handled as for a
147 monolithic Squid. Abnormally terminated workers are restarted while
148 other workers continue serving traffic.
149
150 <sect2>Squid.conf macros and conditionals
151 <p>Added support for process_name and process_number macros as well as simple
152 if-statement conditionals in squid.conf. These features allow individual
153 worker customization in SMP mode. For details, search for "Conditional
154 configuration" and "SMP-Related Macros" sections in squid.conf.documented.
155
156
157 <sect1>Helper Multiplexer
158 <p>The helper multiplexer's purpose is to relieve some of the burden
159 Squid has when dealing with slow helpers. It does so by acting as a
160 middleman between squid and the actual helpers, talking to Squid via
161 the multiplexed concurrent variant of the helper protocol and to the
162 helpers via the non-concurrent variant.
163
164 <p>Helpers are started on demand, and in theory the muxer can handle up to
165 1k helpers per instance. It's up to squid to decide how many helpers
166 to start.
167
168 <p>The muxer knows nothing about the actual messages being passed around,
169 and as such can't really (yet?) compensate for broken helpers.
170 It is not yet able to manage dying helpers, but it will.
171
172 <p>To configure the multiplexer add its binary name (usually /usr/share/libexec/helper-mux.pl)
173 in front of the name of whichever helper is being multiplexed. It takes the helper binary
174 path and parameters as its own command parameters. The <em>concurrency</em> setting already
175 existing in Squid is used to configure how many child helpers it may run.
176
177 <p>For example, a traditional configration is
178 <verb>
179 url_rewrite_program /your/redirector.sh
180 url_rewrite_children 5
181 </verb>
182 the alternative multiplexer configuration is:
183 <verb>
184 url_rewrite_program /usr/share/libexec/helper-mux.pl /your/redirector.sh
185 url_rewrite_children 1 concurrency=5
186 </verb>
187
188 <p>Helpers which are already concurrent protocol enabled gain little benefit from the multiplexer
189 on most systems. However on some systems where Squid spawning helpers causes excess memory usage
190 the reduction in direct helper spawned by Squid can result in a great reduction in resource use.
191
192 <p>The helper can be controlled using various signals:
193 <itemize>
194 <item>SIGHUP: dump the state of all helpers to STDERR
195 </itemize>
196
197
198 <sect1>Helpers On-Demand
199 <p>Traditionally Squid has been configured with a fixed number of helpers and started them during
200 it's start and reconfigure phases. This forces the hard configuration problem of how many helpers
201 will be needed to be solved before starting Squid in production use.
202
203 <p>The on-demand helpers feature allows greater flexibility and resolves this problem by allowing
204 maximum, initial and idle thresholds to be configured. Squid will start the initial set during
205 start and reconfigure phases. However over the operational use new helpers up to the maxium will
206 be started as load demands. The idle threshold determins how many more helpers to start if the
207 currently running set is not enough to handle current request loads.
208
209 <p>For example, a traditional configration is
210 <verb>
211 auth_param ntlm /usr/libexec/squid/ntlm_auth
212 auth_param ntlm children 200
213 </verb>
214 the alternative on-demand configuration could be:
215 <verb>
216 auth_param ntlm /usr/libexec/squid/ntlm_auth
217 auth_param ntlm children 200 startup=10 idle=2
218 </verb>
219
220 <p>The example still permits up to 200 helpers to be running at once under peak traffic loads.
221 But only starts 10 when Squid is initialized resulting in a faster boot up.
222 When client requests threaten to overload the running helpers an additional 2 will be started.
223
224 <p>NOTE: if no <em>startup</em> and <em>idle</em> values are specified the traditional behaviour
225 of starting the maximum number of helpers will occur.
226
227
228 <sect1>Helper Name Changes
229 <p>To improve the understanding of what each helper does and where it should be used the helper binaries
230 which are bundled with Squid have undergone a naming change in this release.
231
232 <p>Below is a list of the old helper names and what their names have changed to.
233 For several helpers the directory name used in --enable-X-helpers configure option has also changed.
234
235 <sect2>Basic Authentication protocol helpers
236 <p><itemize>
237 <item>squid_db_auth - basic_db_auth - Retrieve authentication details from a simple SQL database table.
238 <item>getpwnam_auth - basic_getpwname_auth - Authenticate with local system user accounts.
239 <item>squid_ldap_auth - basic_ldap_auth - Authenticate with LDAP user accounts.
240 <item>MSNT-multi-domain - basic_msnt_multi_domain_auth - Authenticate with any one of multiple Windows Domain Controllers.
241 <item>msnt_auth - basic_msnt_auth - Authenticate with Windows Domain Controllers selected by username.
242 <item>ncsa_auth - basic_ncsa_auth - Authenticate with NCSA httpd-style password file.
243 <item>yp_auth - basic_nis_auth - Authenticate with NIS security system.
244 <item>pam_auth - basic_pam_auth - Authenticate with the system PAM infrastructure.
245 <item>pop3.pl - basic_pop3_auth - Authenticate with a mail server POP3/SMTP credentials.
246 <item>squid_radius_auth - basic_radius_auth - Authenticate with RADIUS.
247 <item>squid_sasl_auth - basic_sasl_auth - Authenticate with SASL.
248 <item>smb_auth - basic_smb_auth - Authenticate with Samba SMB.
249 <item>mswin_sspi - basic_sspi_auth - Authenticate with a Windows Domain Controller using SSPI.
250 </itemize>
251
252 <sect2>Digest Authentication protocol helpers
253 <p><itemize>
254 <item>digest_pw_auth - digest_file_auth - Authenticate against credentials stored in a simple text file.
255 </itemize>
256
257 <sect2>External ACL helpers
258 <p><itemize>
259 <item>mswin_check_ad_group - ext_ad_group_acl - Check logged in users Group membership using Active Directory.
260 <item>ip_user_check - ext_file_userip_acl - Restrict users to cetain IP addresses, using a text file backend.
261 <item>squid_kerb_ldap - ext_kerberos_ldap_group_acl - Check logged in Kerberos or NTLM users Group membership using LDAP.
262 <item>squid_ldap_group - ext_ldap_group_acl - Check logged in users Group membership using LDAP.
263 <item>mswin_check_lm_group - ext_lm_group_acl - Check logged in users Group membership using LanManager.
264 <item>squid_session - ext_session_acl - Maintain a session cache of client identifiers (usually IP address).
265 This helper has also gone through a version update and now uses more current BerkeleyDB 4.1+ APIs.
266 <item>squid_unix_group - ext_unix_group_acl - Check logged in users Group membership using local UNIX groups.
267 <item>wbinfo_group.pl - ext_wbinfo_group_acl - Check logged in users Group membership using wbinfo.
268 </itemize>
269
270 <sect2>Negotiate Authentication protocol helpers
271 <p><itemize>
272 <item>squid_kerb_auth - negotiate_kerberos_auth - Authenticate with Kerberos servers.
273 <item>mswin_sspi - negotiate_sspi_auth - Authenticate with a Windows Domain Controller using SSPI.
274 <item>negotiate_wrapper - negotiate_wrapper_auth - Split Negotiate traffic between Kerberos and NTLM helpers.
275 </itemize>
276
277 <sect2>NTLM Authentication protocol helpers
278 <p><itemize>
279 <item>no_check.pl - Deprecated. - Use the faster and less easily decrypted ntlm_fake_auth instead.
280 <item>fakeauth_auth - ntlm_fake_auth - Perform NTLMSSP to recover the username but don't verify the password.
281 <item>ntlm_auth - ntlm_smb_lm_auth - Perform SMB LanManager domain-less authentication over NTLM protocol.
282 <item>mswin_ntlm_auth - ntlm_sspi_auth - Perform NTLMSSP authentication using Windows native Security Support Provider Interface API.
283 </itemize>
284
285 <sect2>URL re-write helpers
286 <p>This group of helpers have been bundled to demonstrate how to code URL re-writers:
287 <itemize>
288 <item>url_fake_rewrite - Accept various url_rewrite details and log the input.
289 </itemize>
290
291
292 <sect1>Multi-Lingual manuals
293 <p>The man(8) and man(1) pages bundled with Squid are now provided online for all
294 versions and beginning with 3.2 they are available in languages other than English (where translated).
295
296 <p>Details in <url url="http://wiki.squid-cache.org/Translations" name="The Squid wiki">
297
298 <p>3.1 began the Internationalization of Squid with the public facing error pages.
299 This move begins the Localization of the internal administrator facing manuals.
300
301
302 <sect1>Solaris 10 pthreads Support (Experimental)
303 <p>Automatic detection and use of the pthreads library available from Solaris 10
304
305 <p>The result of this addition means that faster more efficient AUFS cache storage mechanisims
306 are now available in Solaris 10.
307
308 <p>Support is experimental at this stage due to lack of feedback on the results of enabling it.
309 We recommend giving AUFS a try for faster disk storage and encourage feedback.
310
311
312 <sect1>Surrogate/1.0 protocol extensions to HTTP
313 <p>The <em>Surrogate</em> extensions to HTTP protocol enable an origin web server to specify separate
314 cache controls for a reverse proxy acting on its behalf. Previously this was closely tied with the ESI
315 feature support in Squid. This release opens Surrogate support to all reverse proxies.
316
317 <p>Reverse proxy requests sent on to the web server include the HTTP header <em>Surrogate-Capabilities:</em>
318 specifying the capabilities of the reverse proxy along with an ID which can be used to target reponses with
319 a <em>Surrogate-Control:</em> HTTP header used instead of the <em>Cache-Control:</em> header.
320
321 <p>The default surrogate ID is generated automatically from the Squid site-unique hostname as found by the
322 automatic detection or manual configuration of <em>visible_hostname</em> although can be configured
323 separately with the <em>httpd_accel_surrogate_id</em> option.
324
325 <p><em>Security Considerations:</em> Websites sould be careful of accepting any surrogate ID.
326 Older releases of Squid leak the Surrogate-Control headers to external servers.
327 This 3.2 series of Squid will now prevent this leakage of its own ID destined responses, however it is possible
328 and for some uses desirable to receive external reverse-proxies <em>Surrogate-Capabilities:</em> headers.
329
330 <p><em>NOTE:</em> Several operating system distributions historically package Squid with a forced value of
331 <em>visible_hostname localhost</em>. If this is done on a Surrogate enabled install a manual re-configuration
332 is required to prevent an unacceptable surrogate ID of 'localhost' being generated.
333
334
335 <sect1>Logging Infrastructure Updated
336 <p>The advanced logging modules introduced in Squid-2.7 are now available from Squid-3.2.
337
338 <p>This feature is documented at http://wiki.squid-cache.org/Features/LogModules
339
340 <p>The new infrastructure currently supports several different channels types (modules) ranging from
341 direct filesystem logging (stdio, daemon) to network logging (syslog, UDP and TCP). The daemon logging
342 interface allows for a custom helper to be written to process logs in real-time.
343
344 <p>Upgrading: the <em>access_log</em> was previously logged via what is now called the <em>stdio</em> module.
345 This is still supported and used by default if no module is named. For best performance particularly in SMP
346 environments we recommend the <em>daemon</em> be used. The provided <em>log_file_daemon</em> helper
347 performs the traditional logging to local filesystem.
348
349 <p>Additional to this the cache.log can now be limited to a smaller number of files stored.
350 Traditionally cache.log.N has been fixed at the same number of rotated files as access.log.N through the
351 <em>logfile_rotate</em> setting. The <em>debug_options</em> setting can now be used to configure the number
352 of debug cache.log files to rotate through with a <em>rotate=N</em> option. This is particularly useful for
353 logging a single cache.log at relatively high debug levels on a high-traffic system. Or one which is
354 required to store a long period of access.log and needs to conserve disk space.
355
356 <p>The referer_log and useragent_log directives have been converted to built-in log formats.
357 These logs are now created using an access_log line with the format "referrer" or "useragent".
358 They also now log all client requests, if there was no Referer or User-Agent header a dash (-) is logged.
359
360 <p>Known Issue: The TCP logging module does not recover from broken connections well.
361 At present it will restart the affected Squid instance if the TCP connection is broken.
362
363
364 <sect1> Client Bandwidth Limits
365 <p>In mobile environments, Squid may need to limit Squid-to-client bandwidth
366 available to individual users, identified by their IP addresses. The IP
367 address pool can be as large as a /10 IPv4 network (4 million unique IP
368 addresses) and even larger in IPv6 environments. On the other hand, the code
369 should support thousands of connections coming from a single IP (e.g.,
370 a child proxy).
371
372 <p>The implementation is based on storing bandwidth-related "bucket" information
373 in the existing "client database" hash (client_db.cc). The old code already
374 assigned each client IP a single ClientInfo object, which satisfies the
375 client-side IP-based bandwidth pooling requirements. The old hash size is
376 increased to support up to 32K concurrent clients if needed.
377
378 <p>Client-side pools are configured similarly to server-side ones, but there is
379 only one pool class. See client_delay_pools,
380 client_delay_initial_bucket_level, client_delay_parameters, and
381 client_delay_access in squid.conf. The client_delay_access matches the client
382 with delay parameters. It does not pool clients from different IP addresses
383 together.
384
385 <p>Special care is taken to provide fair distribution of bandwidth among clients
386 sharing the same bucket (i.e., clients coming from the same IP address).
387 Multiple same-IP clients competing for bandwidth are queued using FIFO
388 algorithm. If a bucket becomes empty, the first client among those sharing
389 the bucket is delayed by 1 second before it can attempt to receive more
390 response data from Squid. This delay may need to be lowered in
391 high-bandwidth environments.
392
393
394 <sect1>Better eCAP Suport
395 <p>Support for libecap version 0.2.0 has been added with this series of Squid. Bringing
396 better support for body handling, and logging.
397
398 <p>Known Issue: Due to API changes in libecap this release of Squid will not build
399 against any older libecap releases.
400
401
402 <sect1>Cache Manager access changes
403 <p>The Squid Cache Manager has previously only been accessible under the cache_object://
404 URL scheme. Which has restricted its reporting to tools which can send arbitrary
405 URI to the proxy.
406
407 <p>This version of Squid now provides access through the http:// and https:// URL schemes
408 allowing web browsers access without having to use the cachemgr.cgi gateway and enabling
409 the use of HTTPS security were desired.
410
411 <p>The cache manager is available under the path prefix /squid-internal-mgr/. For example
412 the URL http://example/com/squid-internal-mgr/menu will bring up the manager menu. This
413 means there are some configuration changes required to lock down manager access.
414 The <em>manager</em> ACL needs changing to:
415 <verb>
416 acl manager url_regex -i ^cache_object:// ^https?://[^/]+/squid-internal-mgr/
417 </verb>
418
419 <p>The manager prefix /squid-internal-mgr/ with no action attempts to load an optional
420 template MGR_INDEX which may be installed amongst in the Squid error templates.
421 This template is not supplied with Squid but intended to be supplied by separate
422 cache manager applications as their front page embedding all scripts, accessors or
423 redirects required for their initial GUI display.
424
425 <p>Version 3.2 of the CGI cache manager tool now presents XHR scripted probes to detect
426 proxies presenting these manager index pagess and provides direct HTTP/HTTPS web links
427 to those managers.
428
429
430 <sect>Changes to squid.conf since Squid-3.1
431 <p>
432 There have been changes to Squid's configuration file since Squid-3.1.
433
434 This section gives a thorough account of those changes in three categories:
435
436 <itemize>
437 <item><ref id="newtags" name="New tags">
438 <item><ref id="modifiedtags" name="Changes to existing tags">
439 <item><ref id="removedtags" name="Removed tags">
440 </itemize>
441 <p>
442
443 <sect1>New tags<label id="newtags">
444 <p>
445 <descrip>
446 <tag>adaptation_meta</tag>
447 <p>This option allows Squid administrator to add custom ICAP request
448 headers or eCAP options to Squid ICAP requests or eCAP transactions.
449
450 <tag>adaptation_send_client_ip</tag>
451 <p>Same as depricated icap_send_client_ip
452 but applies to both ICAP and eCAP.</p>
453
454 <tag>adaptation_send_username</tag>
455 <p>Same as depricated icap_send_client_username
456 but applies to both ICAP and eCAP.</p>
457
458 <tag>adaptation_uses_indirect_client</tag>
459 <p>Same as depricated icap_uses_indirect_client
460 but applies to both ICAP and eCAP.</p>
461
462 <tag>client_delay_pools</tag>
463 <p>New setting for client bandwith limits to specifies the number
464 of client delay pools used.
465
466 <tag>client_delay_initial_bucket_level</tag>
467 <p>New setting for client bandwith limits to determine the initial
468 bucket size as a percentage of max_bucket_size from
469 client_delay_parameters.
470
471 <tag>client_delay_parameters</tag>
472 <p>New setting for client bandwith limits to configures client-side
473 bandwidth limits.
474
475 <tag>client_delay_access</tag>
476 <p>New setting for client bandwith limits to determines the
477 client-side delay pool for the request.
478
479 <tag>client_dst_passthru</tag>
480 <p>New setting to disable extra Host: header security on interception proxies.
481 Impacts cache integrity/reliability and client browser security.
482 <p><em>IMPORTANT:</em> disabling this directive only allows Squid to change the
483 destination IP to another source indicated by Host: domain DNS or
484 cache_peer configuration. It <em>does not</em> affect Host: validation.
485
486 <tag>client_idle_pconn_timeout</tag>
487 <p>Renamed from <em>persistent_request_timeout</em>.
488
489 <tag>cpu_affinity_map</tag>
490 <p>New setting for SMP support to map Squid processes onto specific CPU cores.
491
492 <tag>connect_retries</tag>
493 <p>Replacement for <em>maximum_single_addr_tries</em>, but instead of only applying to hosts with single addresses.
494 This directive applies to all hosts, extending the number of connection attempts to each IP address.
495
496 <tag>dns_packet_max</tag>
497 <p>New setting to configure maximum number of bytes packet size to advertise via EDNS.
498 Set to "none" (the initial default) to disable EDNS large packet support.
499
500 <tag>else</tag>
501 <p>Part of conditional SMP support syntax. see <em>if</em>
502
503 <tag>endif</tag>
504 <p>Part of conditional SMP support syntax. see <em>if</em>
505
506 <tag>eui_lookup</tag>
507 <p>Whether to lookup the EUI or MAC address of a connected client.
508
509 <tag>host_verify_strict</tag>
510 <p>New option to enable super-strict HTTP and DNS information match.
511 Ensuring the HTTP URI details, DNS records, and TCP connection layers all match in a
512 three-legged security verification. Preventing domain hijacking or malicious poisoning
513 attacks by malicious scripts.
514 <p>The default is to verify only intercepted traffic, to log all issues and let failed
515 traffic through when doing so can be done safely.
516
517 <tag>icap_206_enable</tag>
518 <p>New option to toggle whether the ICAP 206 (Partial Content) responses extension.
519 Default is on.
520
521 <tag>if</tag>
522 <p>New conditional syntax for SMP multiple-worker.
523 If-statements can be used to make configuration directives depend on conditions.
524 <p>The else part is optional. The keywords <em>if</em>, <em>else</em> and <em>endif</em>
525 must be typed on their own lines, as if they were regular configuration directives.
526
527 <tag>logfile_daemon</tag>
528 <p>Ported from 2.7. Specify the file I/O daemon helper to run for logging.
529
530 <tag>max_stale</tag>
531 <p>Places an upper limit on how stale content Squid will serve from the cache if cache validation fails
532
533 <tag>memory_cache_mode</tag>
534 <p>Controls which objects to keep in the memory cache (cache_mem)
535 <verb>
536 'always' Keep most recently fetched objects in memory (default)
537
538 'disk' Only disk cache hits are kept in memory, which means
539 an object must first be cached on disk and then hit
540 a second time before cached in memory.
541
542 network Only objects fetched from network is kept in memory
543 </verb>
544
545 <tag>memory_cache_shared</tag>
546 <p>Controls whether the memory cache is shared among SMP workers.
547 <p>Currently, entities exceeding 32KB in size cannot be shared.
548
549 <tag>server_idle_pconn_timeout</tag>
550 <p>Renamed from <em>pconn_timeout</em>.
551
552 <tag>tproxy_uses_indirect_client</tag>
553 <p>Controls whether the indirect client address found in the X-Forwarded-For
554 header is used for spoofing instead of the directly connected client address.
555 Requires both <em>--enable-follow-x-forwarded-for</em> and <em>--enable-linux-netfilter</em>
556
557 <tag>workers</tag>
558 <p>Number of main Squid processes or "workers" to fork and maintain.
559 In SMP mode, each worker does nearly all what a single Squid daemon
560 does (e.g., listen on http_port and forward HTTP requests).
561 <verb>
562 0: "no daemon" mode, like running "squid -N ..."
563 1: "no SMP" mode, start one main Squid process daemon (default)
564 N: start N main Squid process daemons (i.e., SMP mode)
565 </verb>
566
567 <tag>write_timeout</tag>
568 <p>New setting to limit time spent waiting for data writes to be confirmed.
569 </descrip>
570
571 <sect1>Changes to existing tags<label id="modifiedtags">
572 <p>
573 <descrip>
574 <tag>access_log</tag>
575 <p>New <em>stdio</em> module to send log data directly from Squid to a disk file.
576 This is the historic behaviour of Squid before logging modules were introduced, and
577 remains the default used when no module is selected.
578 It is recommended to upgrade logging to the faster <em>daemon:</em> module.
579 <p>New <em>daemon</em> module to send each log line as text data to a file I/O daemon handling the slow disk I/O.
580 New installs, or installs with no logs configured explicitly will use this module by default.
581 <p>New <em>tcp</em> module to send each log line as text data to a TCP receiver.
582 <p>New <em>udp</em> module to send each log line as text data to a UDP receiver.
583 <p>New format <em>referrer</em> to log with the format prevously used by referer_log directive.
584 <p>New format <em>useragent</em> to log with the format prevously used by useragent_log directive.
585
586 <tag>acl : random, localip, localport</tag>
587 <p>New type <em>random</em>. Pseudo-randomly match requests based on a configured probability.
588 <p>Renamed <em>myip</em> to <em>localip</em>. It matches the IP which the client connected to.
589 <p>Renamed <em>myport</em> to <em>localport</em>. It matches the port which the client connected to.
590 <p>The <em>localip</em>/<em>localport</em> differ from earlier releases where they matched a mix of
591 of an invalid IP and port 0, the client destination IP/port or the Squid listening IP/port.
592 This definition is now consistent across all modes of traffic received by Squid.
593 <p>The <em>manager</em> ACL requires adjustment to cover new cache manager access:
594 <verb>
595 acl manager url_regex -i ^cache_object:// ^https?://[^/]+/squid-internal-mgr/
596 </verb>
597
598 <tag>auth_param</tag>
599 <p>New options for Basic, Digest, NTLM, Negotiate <em>children</em> settings.
600 <em>startup=N</em> determins minimum number of helper processes used.
601 <em>idle=N</em> determines how many helper to retain as buffer against sudden traffic loads.
602 <em>concurrency=N</em> previously called <em>auth_param ... concurrency</em> as a separate option.
603 <p>Removed Basic, Digest, NTLM, Negotiate <em>auth_param ... concurrency</em> setting option.
604 <p>Known Issue: NTLM and Negotiate protocols do not support concurrency. When set this option is ignored.
605
606 <tag>cache_dir</tag>
607 <p><em>min-size</em> option ported from Squid-2
608
609 <tag>cache_peer</tag>
610 <p><em>htcp-*</em> options collapsed into <em>htcp=</em> taking an optional comma-separated list of flags.
611 The old form is deprecated but still accepted.
612
613 <tag>clientside_mark</tag>
614 <p>New configuration parameter <em>clientside_mark</em>
615 <p>Allows packets leaving Squid on the client side to be marked with a Netfilter mark value in the same way as the existing clientside_tos feature.
616 <p>This feature is only available for Netfilter environments.
617
618 <tag>deny_info</tag>
619 <p>Support URL format tags. For dynamically generated URL in denial redirect.
620 <p>Support the full range of 200-599 HTTP status codes.
621 3xx status only available when redirecting to a URI.
622 Other status only available when supplying an error template body.
623
624 <tag>external_acl_type</tag>
625 <p>New format tags and option parameters:
626 <p><em>%SRCEUI48</em> EUI-48 / MAC address of client from ARP lookup.
627 <p><em>%SRCEUI64</em> EUI-64 of clients with SLAAC address.
628 <p><em>%EXT_LOG</em> log= message returned by previous external ACL calls. An updated version may be returned.
629 <p><em>%EXT_TAG</em> tag= value returned by previous external ACL calls. Tag may not be altered once set.
630 <p><em>children-max=N</em> determins maximum number of helper processes used.
631 <p><em>children-startup=N</em> determins minimum number of helper processes used.
632 <p><em>children-idle=N</em> determines how many helper to retain as buffer against sudden traffic loads.
633 <p>Deprecated <em>children=N</em> in favor of <em>children-max=N</em>.
634
635 <tag>http_port act-as-origin vhost no-vhost</tag>
636 <p><em>act-as-origin</em> ported from 2.7.
637 This option corrects several HTTP header issues when operating as a reverse proxy and cache.
638 Notably the externally visible aging of objects stored in the server-side cache.
639 <p><em>vhost</em> is deprecated. <em>accel</em> mode, reverse proxy, now defaults to always enable HTTP/1.1 virtual domain support.
640 <p><em>no-vhost</em> option is added to disable the new reverse proxy behaviour.
641
642 <tag>icap_send_client_ip</tag>
643 <p>Deprecated in favor of adaptation_send_client_ip
644 which applies to both ICAP and eCAP.</p>
645
646 <tag>icap_send_client_username</tag>
647 <p>Deprecated in favor of adaptation_send_username
648 which applies to both ICAP and eCAP.</p>
649
650 <tag>icap_uses_indirect_client</tag>
651 <p>Deprecated in favor of adaptation_uses_indirect_client
652 which applies to both ICAP and eCAP.</p>
653
654 <tag>logformat</tag>
655 <p><em>%&lt;a</em> Server or Peer IP address from the last server connection (next hop).
656 <p><em>%&gt;bs</em> Number of HTTP-equivalent message body bytes received from the next hop.
657 <p><em>icap::%&gt;bs</em> Number of message body bytes received from the ICAP server.
658 <p><em>%sn</em> Unique sequence number per log line. Ported from 2.7
659 <p><em>%&gt;eui</em> EUI logging (EUI-48 / MAC address for IPv4, EUI-64 for IPv6).
660 Both EUI forms are logged in the same field. Type can be identified by length or byte delimiter.
661 <p><em>%err_code</em> The ID of an error response served by Squid or a similar internal error identifier
662 <p><em>%err_detail</em> Additional err_code-dependent error information.
663 <p><em>%&gt;la</em> Rename of %la to indicate being a client connection detail.
664 <p><em>%&gt;lp</em> Rename of %lp to indicate being a client connection detail.
665 <p><em>%&lt;p</em> Server or Peer port number from the last server connection (next hop).
666
667 <tag>memory_pools_limit</tag>
668 <p>Memory limits have been revised and corrected from 3.1.4 onwards.
669 <p>Please check and update your squid.conf to use the text <em>none</em> for no limit instead of the old 0 (zero).
670 <p>All users upgrading need to be aware that from Squid-3.3 setting this option to 0 (zero) will mean zero bytes of memory get pooled.
671
672 <tag>qos_flows</tag>
673 <p>New options <em>mark</em> and <em>tos</em> and <em>miss</em>
674 <p><em>tos</em> retains the original QOS functionality of the IP header TOS field.
675 <p><em>mark</em> offers the same functionality, but with a netfilter mark value.
676 <p>These options should be placed immediately after qos_flows.
677 <p>The <em>tos</em> value is optional in order to maintain backwards compatability.
678 <p>The preserve-miss functionality is available with the <em>mark</em> option and requires no kernel patching.
679 It does, however, require libnetfilter_conntrack.
680 This will be included by default if available (see the --without-netfilter-conntrack configure option for more details).
681 <p><em>miss</em> sets a value for a cache miss. It is available for both the tos and mark options and takes precedence over the preserve-miss feature.
682
683 <tag>range_offset_limit</tag>
684 <p>Added ACL support for control over when the limit applies and when it is avoided.
685
686 <tag>refresh_pattern</tag>
687 <p>New option <em>max-stale=</em> to provide a maximum staleness factor. Squid won't
688 serve objects more stale than this even if it failed to validate the object.
689
690 <tag>reply_header_access</tag>
691 <p>Added support for custom response header names.</p>
692
693 <tag>request_header_access</tag>
694 <p>Added support for custom request header names.</p>
695
696 <tag>reply_header_replace</tag>
697 <p>Added support for custom response header names.</p>
698
699 <tag>request_header_replace</tag>
700 <p>Added support for custom request header names.</p>
701
702 <tag>tcp_outgoing_address</tag>
703 <p>This parameter is now compatible with persistent server connections.
704 The IPv6 magic 'to_ipv6' hacks needed in 3.1 are now no longer necessary.
705
706 <tag>tcp_outgoing_mark</tag>
707 <p>New configuration parameter <em>tcp_outgoing_mark</em>
708 <p>Allows packets leaving Squid on the server side to be marked with a Netfilter mark value in the same way as the existing tcp_outgoing_tos feature.
709 <p>This feature is only available for Netfilter environments.
710
711 <tag>tcp_outgoing_tos</tag>
712 <p>This parameter is now compatible with persistent server connections.
713
714 <tag>url_rewrite_children</tag>
715 <p>New options <em>startup=N</em>, <em>idle=N</em>, <em>concurrency=N</em>
716 <itemize>
717 <item>startup=N allow finer tuning of how many helpers are started initially.
718 <item>idle=N allow fine tuning of how many helper to retain as buffer against sudden traffic loads.
719 <item>concurrency=N was previously called url_rewrite_concurrency as a distinct directive.
720 </itemize>
721
722 <tag>windows_ipaddrchangemonitor</tag>
723 <p>Now only available to be set in Windows builds.
724
725 </descrip>
726
727
728 <sect1>Removed tags<label id="removedtags">
729 <p>
730 <descrip>
731 <tag>dns_v4_fallback</tag>
732 <p>Obsolete. Replaced by DNS parallel lookups.
733
734 <tag>emulate_httpd_log</tag>
735 <p>Replaced by <em>common</em> format option on an <em>access_log</em> directive.
736
737 <tag>forward_log</tag>
738 <p>Obsolete.
739
740 <tag>ftp_list_width</tag>
741 <p>Obsolete.
742
743 <tag>ignore_expect_100</tag>
744 <p>Obsolete.
745
746 <tag>log_fqdn</tag>
747 <p>Obsolete. Replaced by automatic detection of the %>A logformat tag.
748
749 <tag>log_ip_on_direct</tag>
750 <p>Obsolete. Use a custom log with <em>%&lt;A</em> format tag to receive server FQDN or peer name.
751
752 <tag>maximum_single_addr_tries</tag>
753 <p>The behaviour controlled by this directive is no longer possible.
754 It has been replaced by <em>connect_retries</em> option which operates a little differently.
755
756 <tag>pconn_timeout</tag>
757 <p>Renamed to <em>server_idle_pconn_timeout</em>
758
759 <tag>persistent_request_timeout</tag>
760 <p>Renamed to <em>client_idle_pconn_timeout</em>
761
762 <tag>referer_log</tag>
763 <p>Replaced by the <em>referrer</em> format option on an <em>access_log</em> directive.
764
765 <tag>url_rewrite_concurrency</tag>
766 <p>Replaced by url_rewrite_children ... concurrency=N option.
767
768 <tag>useragent_log</tag>
769 <p>Replaced by the <em>useragent</em> format option on an <em>access_log</em> directive.
770 </descrip>
771
772
773 <sect>Changes to ./configure options since Squid-3.1
774 <p>
775 There have been some changes to Squid's build configuration since Squid-3.1.
776
777 This section gives an account of those changes in three categories:
778
779 <itemize>
780 <item><ref id="newoptions" name="New options">
781 <item><ref id="modifiedoptions" name="Changes to existing options">
782 <item><ref id="removedoptions" name="Removed options">
783 </itemize>
784
785
786 <sect1>New options<label id="newoptions">
787 <p>
788 <descrip>
789 <tag>--enable-auth-basic[=HELPERS]</tag>
790 <p>Specified without any parameters all helpers will be auto-built.
791 <p>With an explicit empty list <em>=""</em> protocol support will be built but no helpers.
792 <p>With an explicit list protocol support and just those helpers will be built.
793
794 <tag>--enable-auth-digest[=HELPERS]</tag>
795 <p>Specified without any parameters all helpers will be auto-built.
796 <p>With an explicit empty list <em>=""</em> protocol support will be built but no helpers.
797 <p>With an explicit list protocol support and just those helpers will be built.
798
799 <tag>--enable-auth-negotiate</tag>
800 <p>Specified without any parameters all helpers will be auto-built.
801 <p>With an explicit empty list <em>=""</em> protocol support will be built but no helpers.
802 <p>With an explicit list protocol support and just those helpers will be built.
803
804 <tag>--enable-auth-ntlm</tag>
805 <p>Specified without any parameters all helpers will be auto-built.
806 <p>With an explicit empty list <em>=""</em> protocol support will be built but no helpers.
807 <p>With an explicit list protocol support and just those helpers will be built.
808
809 <tag>--enable-build-info</tag>
810 <p>Add an additional string in the output of "squid -v".
811
812 <tag>--enable-eui</tag>
813 <p>Enable Support for handling EUI operations.
814 This includes ARP lookups for MAC (EUI-48) addresses and the ACL arp type tests.
815
816 <tag>--enable-log-daemon-helpers</tag>
817 <p>Build helpers for logging I/O.
818
819 <tag>--enable-url-rewrite-helpers</tag>
820 <p>Build helpers for some basic URL-rewrite actions. For use by url_rewrite_program.
821 If omitted or set to =all then all bundled helpers that are able to build will be built.
822 If set to a specific list of helpers then only those helpers will build.
823 Currently one demo helper <em>fake</em> is provided in shell and C++ forms to demonstrate
824 the helper protocol usage and provide exemplar code.
825
826 <tag>--with-swapdir=PATH</tag>
827 <p>Location to display in documentation for the default cache.
828 Updated to indicate /var/cache/squid in accordance with the filesystem layout standards.
829 Squid-3 no longer builds an implicit disk cache at this location, so the change is not expected
830 to have any effect on existing builds other than fixing some mysterious lack of core dumps.
831 The old /var/cache location was often non-writable which blocked core dumps creation.
832
833 <tag>--without-netfiler-conntrack</tag>
834 <p>Disables the libnetfilter_conntrack library being used for the new qos_flows option <em>mark</em>.
835 default is to auto-detect the library and use where available.
836 </descrip>
837
838 <sect1>Changes to existing options<label id="modifiedoptions">
839 <p>
840 <descrip>
841 <tag>--enable-auth</tag>
842 <p>No longer takes a list of arguments. This option now is restricted to building Squid with or without authentication support.
843 <p>The new <em>--enable-auth-X</em>/<em>--disable-auth-X</em> parameters determine which authentication protocols and helpers are built.
844
845 </descrip>
846 </p>
847
848 <sect1>Removed options<label id="removedoptions">
849 <p>
850 <descrip>
851 <tag>--enable-arp-acl</tag>
852 <p>Replaced by --enable-eui
853
854 <tag>--enable-auth-basic-helpers</tag>
855 <p>replaced by <em>--enable-auth-basic</em>.
856
857 <tag>--enable-auth-digest-helpers</tag>
858 <p>replaced by <em>--enable-auth-digest</em>.
859
860 <tag>--enable-auth-negotiate-helpers</tag>
861 <p>replaced by <em>--enable-auth-negotiate</em>.
862
863 <tag>--enable-auth-ntlm-helpers</tag>
864 <p>replaced by <em>--enable-auth-ntlm</em>.
865
866 <tag>--enable-referer-log</tag>
867 <p>Obsolete.
868
869 <tag>--enable-useragent-log</tag>
870 <p>Obsolete.
871
872 </descrip>
873
874
875 <sect>Options Removed since Squid-2
876
877 <p>Some squid.conf and ./configure options which were available in Squid-2.6 and Squid-2.7 are made obsolete in Squid-3.2.
878
879 <sect1>Removed squid.conf options since Squid-2.7
880 <p>
881 <descrip>
882 <tag>auth_param</tag>
883 <p><em>blankpassword</em> option for basic scheme removed.
884
885 <tag>authenticate_ip_shortcircuit_access</tag>
886 <p>Not safe for general use.
887 An external_acl_type helper may be used to bypass authentication if that is suitable.
888
889 <tag>authenticate_ip_shortcircuit_ttl</tag>
890 <p>Not safe for general use.
891 An external_acl_type helper may be used to bypass authentication if that is suitable.
892
893 <tag>cache_peer</tag>
894 <p><em>http11</em> Obsolete.
895
896 <tag>external_acl_type</tag>
897 <p>Format tag <em>%{Header}</em> replaced by <em>%>{Header}</em>
898 <p>Format tag <em>%{Header:member}</em> replaced by <em>%>{Header:member}</em>
899
900 <tag>header_access</tag>
901 <p>Replaced by <em>request_header_access</em> and <em>reply_header_access</em>
902
903 <tag>http_port</tag>
904 <p><em>no-connection-auth</em> replaced by <em>connection-auth=[on|off]</em>. Default is ON.
905 <p><em>transparent</em> option replaced by <em>intercept</em>
906 <p><em>http11</em> obsolete.
907
908 <tag>http_access2</tag>
909 <p>Replaced by <em>adapted_http_access</em>
910
911 <tag>httpd_accel_no_pmtu_disc</tag>
912 <p>Replaced by <em>http_port disable-pmtu-discovery=</em> option
913
914 <tag>incoming_rate</tag>
915 <p>Obsolete.
916
917 <tag>redirector_bypass</tag>
918 <p>Replaced by <em>url_rewrite_bypass</em>
919
920 <tag>server_http11</tag>
921 <p>Obsolete.
922
923 <tag>upgrade_http0.9</tag>
924 <p>Obsolete.
925
926 <tag>zph_local</tag>
927 <p>Replaced by <em>qos_flows local-hit=</em>
928
929 <tag>zph_mode</tag>
930 <p>Obsolete.
931
932 <tag>zph_option</tag>
933 <p>Obsolete.
934
935 <tag>zph_parent</tag>
936 <p>Replaced by <em>qos_flows parent-hit=</em>
937
938 <tag>zph_sibling</tag>
939 <p>Replaced by <em>qos_flows sibling-hit=</em>
940
941 </descrip>
942
943 <sect1>Removed squid.conf options since Squid-2.6
944 <p>
945 <descrip>
946 <tag>acl</tag>
947 <p><em>urlgroup</em> type removed. Use <em>myportname</em> type instead.
948
949 <tag>cache_dir</tag>
950 <p><em>read-only</em> option replaced by <em>no-store</em>.
951
952 <tag>http_port</tag>
953 <p><em>urlgroup=</em> removed. Use <em>name=</em> feature instead.
954
955 <tag>zero_buffers</tag>
956 <p>Replaced by native support.
957
958 </descrip>
959
960 <sect1>Removed ./configure options since Squid-2.7
961 <p>
962 <descrip>
963 <tag>--enable-coss-aio-ops</tag>
964 <p>Obsolete.
965
966 <tag>--enable-devpoll</tag>
967 <p>Replaced by automatic detection.
968
969 <tag>--enable-dlmalloc=LIB</tag>
970 <p>Obsolete.
971
972 <tag>--enable-epoll</tag>
973 <p>Replaced by automatic detection.
974
975 <tag>--enable-forward-log</tag>
976 <p>Obsolete.
977
978 <tag>--enable-heap-replacement</tag>
979 <p>Obsolete.
980
981 <tag>--enable-htcp</tag>
982 <p>Obsolete. Enabled by default.
983
984 <tag>--enable-large-cache-files</tag>
985 <p>Obsolete.
986
987 <tag>--enable-mempool-debug</tag>
988 <p>Obsolete.
989
990 <tag>--enable-multicast-miss</tag>
991 <p>Obsolete.
992
993 <tag>--enable-poll</tag>
994 <p>Replaced by automatic detection.
995
996 <tag>--enable-select</tag>
997 <p>Replaced by automatic detection.
998
999 <tag>--enable-select-simple</tag>
1000 <p>Replaced by automatic detection.
1001
1002 <tag>--enable-snmp</tag>
1003 <p>Obsolete. Enabled by default.
1004
1005 <tag>--enable-truncate</tag>
1006 <p>Obsolete.
1007
1008 <tag>--disable-kqueue</tag>
1009 <p>Obsolete. Disabled by default.
1010
1011 <tag>--without-system-md5</tag>
1012 <p>Obsolete. Disabled by default.
1013
1014 </descrip>
1015
1016
1017 <sect>Regressions since Squid-2.7
1018
1019 <p>Some squid.conf and ./configure options which were available in Squid-2.7 are not yet available in Squid-3.2
1020
1021 <p>If you need something to do then porting one of these from Squid-2 to Squid-3 is most welcome.
1022
1023 <sect1>Missing squid.conf options available in Squid-2.7
1024 <p>
1025 <descrip>
1026 <tag>acl</tag>
1027 <p><em>urllogin</em> option not yet ported from 2.6
1028 <p><em>urlgroup</em> option not yet ported from 2.6
1029
1030 <tag>broken_vary_encoding</tag>
1031 <p>Not yet ported from 2.6
1032
1033 <tag>cache_dir</tag>
1034 <p><em>COSS</em> storage type is lacking stability fixes from 2.6
1035 <p>COSS <em>overwrite-percent=</em> option not yet ported from 2.6
1036 <p>COSS <em>max-stripe-waste=</em> option not yet ported from 2.6
1037 <p>COSS <em>membufs=</em> option not yet ported from 2.6
1038 <p>COSS <em>maxfullbufs=</em> option not yet ported from 2.6
1039
1040 <tag>cache_peer</tag>
1041 <p><em>idle=</em> not yet ported from 2.7
1042 <p><em>monitorinterval=</em> not yet ported from 2.6
1043 <p><em>monitorsize=</em> not yet ported from 2.6
1044 <p><em>monitortimeout=</em> not yet ported from 2.6
1045 <p><em>monitorurl=</em> not yet ported from 2.6
1046
1047 <tag>cache_vary</tag>
1048 <p>Not yet ported from 2.6
1049
1050 <tag>collapsed_forwarding</tag>
1051 <p>Not yet ported from 2.6
1052
1053 <tag>error_map</tag>
1054 <p>Not yet ported from 2.6
1055
1056 <tag>external_acl_type</tag>
1057 <p><em>%ACL</em> format tag not yet ported from 2.6
1058 <p><em>%DATA</em> format tag not yet ported from 2.6
1059
1060 <tag>external_refresh_check</tag>
1061 <p>Not yet ported from 2.7
1062
1063 <tag>ignore_ims_on_miss</tag>
1064 <p>Not yet ported from 2.7
1065
1066 <tag>location_rewrite_access</tag>
1067 <p>Not yet ported from 2.6
1068
1069 <tag>location_rewrite_children</tag>
1070 <p>Not yet ported from 2.6
1071
1072 <tag>location_rewrite_concurrency</tag>
1073 <p>Not yet ported from 2.6
1074
1075 <tag>location_rewrite_program</tag>
1076 <p>Not yet ported from 2.6
1077
1078 <tag>refresh_pattern</tag>
1079 <p><em>stale-while-revalidate=</em> not yet ported from 2.7
1080 <p><em>ignore-stale-while-revalidate=</em> not yet ported from 2.7
1081 <p><em>negative-ttl=</em> not yet ported from 2.7
1082
1083 <tag>refresh_stale_hit</tag>
1084 <p>Not yet ported from 2.7
1085
1086 <tag>storeurl_access</tag>
1087 <p>Not yet ported from 2.7
1088
1089 <tag>storeurl_rewrite_children</tag>
1090 <p>Not yet ported from 2.7
1091
1092 <tag>storeurl_rewrite_concurrency</tag>
1093 <p>Not yet ported from 2.7
1094
1095 <tag>storeurl_rewrite_program</tag>
1096 <p>Not yet ported from 2.7
1097
1098 <tag>update_headers</tag>
1099 <p>Not yet fully ported from 2.7. Memory and rock storage caches support this natively. UFS caches do not support it.
1100
1101 </descrip>
1102 </article>