]> git.ipfire.org Git - thirdparty/squid.git/blame_incremental - src/cf.data.pre
Fix parsing of malformed quoted squid.conf strings (#2239)
[thirdparty/squid.git] / src / cf.data.pre
... / ...
CommitLineData
1## Copyright (C) 1996-2025 The Squid Software Foundation and contributors
2##
3## Squid software is distributed under GPLv2+ license and includes
4## contributions from numerous individuals and organizations.
5## Please see the COPYING and CONTRIBUTORS files for details.
6##
7
8COMMENT_START
9 WELCOME TO @SQUID@
10 ----------------------------
11
12 This is the documentation for the Squid configuration file.
13 This documentation can also be found online at:
14 http://www.squid-cache.org/Doc/config/
15
16 You may wish to look at the Squid home page and wiki for the
17 FAQ and other documentation:
18 http://www.squid-cache.org/
19 https://wiki.squid-cache.org/SquidFaq
20 https://wiki.squid-cache.org/ConfigExamples
21
22 This documentation shows what the defaults for various directives
23 happen to be. If you don't need to change the default, you should
24 leave the line out of your squid.conf in most cases.
25
26 In some cases "none" refers to no default setting at all,
27 while in other cases it refers to the value of the option
28 - the comments for that keyword indicate if this is the case.
29
30COMMENT_END
31
32COMMENT_START
33 Configuration options can be included using the "include" directive.
34 Include takes a list of files to include. Quoting and wildcards are
35 supported.
36
37 For example,
38
39 include /path/to/included/file/squid.acl.config
40
41 Includes can be nested up to a hard-coded depth of 16 levels.
42 This arbitrary restriction is to prevent recursive include references
43 from causing Squid entering an infinite loop whilst trying to load
44 configuration files.
45
46 Values with byte units
47
48 Squid accepts size units on some size related directives. All
49 such directives are documented with a default value displaying
50 a unit.
51
52 Units accepted by Squid are:
53 bytes - byte
54 KB - Kilobyte (2^10, 1'024 bytes)
55 MB - Megabyte (2^20, 1'048'576 bytes)
56 GB - Gigabyte (2^30, 1'073'741'824 bytes)
57 Squid does not yet support KiB, MiB, and GiB unit names.
58
59 Values with time units
60
61 Time-related directives marked with either "time-units" or
62 "time-units-small" accept a time unit. The supported time units are:
63
64 nanosecond (time-units-small only)
65 microsecond (time-units-small only)
66 millisecond
67 second
68 minute
69 hour
70 day
71 week
72 fortnight
73 month - 30 days
74 year - 31557790080 milliseconds (just over 365 days)
75 decade
76
77 Values with spaces, quotes, and other special characters
78
79 Squid supports directive parameters with spaces, quotes, and other
80 special characters. Surround such parameters with "double quotes". Use
81 the configuration_includes_quoted_values directive to enable or
82 disable that support.
83
84 Squid supports reading configuration option parameters from external
85 files using the syntax:
86 parameters("/path/filename")
87 For example:
88 acl allowlist dstdomain parameters("/etc/squid/allowlist.txt")
89
90 Conditional configuration
91
92 If-statements can be used to make configuration directives
93 depend on conditions:
94
95 if <CONDITION>
96 ... regular configuration directives ...
97 [else
98 ... regular configuration directives ...]
99 endif
100
101 The else part is optional. The keywords "if", "else", and "endif"
102 must be typed on their own lines, as if they were regular
103 configuration directives.
104
105 NOTE: An else-if condition is not supported.
106
107 These individual conditions types are supported:
108
109 true
110 Always evaluates to true.
111 false
112 Always evaluates to false.
113 <integer> = <integer>
114 Equality comparison of two integer numbers.
115
116
117 SMP-Related Macros
118
119 The following SMP-related preprocessor macros can be used.
120
121 ${process_name} expands to the current Squid process "name"
122 (e.g., squid1, squid2, or cache1).
123
124 ${process_number} expands to the current Squid process
125 identifier, which is an integer number (e.g., 1, 2, 3) unique
126 across all Squid processes of the current service instance.
127
128 ${service_name} expands into the current Squid service instance
129 name identifier which is provided by -n on the command line.
130
131 Logformat Macros
132
133 Logformat macros can be used in many places outside of the logformat
134 directive. In theory, all of the logformat codes can be used as %macros,
135 where they are supported. In practice, a %macro expands as a dash (-) when
136 the transaction does not yet have enough information and a value is needed.
137
138 There is no definitive list of what tokens are available at the various
139 stages of the transaction.
140
141 And some information may already be available to Squid but not yet
142 committed where the macro expansion code can access it (report
143 such instances!). The macro will be expanded into a single dash
144 ('-') in such cases. Not all macros have been tested.
145
146COMMENT_END
147
148# options still not yet ported from 2.7 to 3.x
149NAME: broken_vary_encoding
150TYPE: obsolete
151DOC_START
152 This option is not yet supported by Squid-3.
153DOC_END
154
155NAME: cache_vary
156TYPE: obsolete
157DOC_START
158 This option is not yet supported by Squid-3.
159DOC_END
160
161NAME: error_map
162TYPE: obsolete
163DOC_START
164 This option is not yet supported by Squid-3.
165DOC_END
166
167NAME: external_refresh_check
168TYPE: obsolete
169DOC_START
170 This option is not yet supported by Squid-3.
171DOC_END
172
173NAME: location_rewrite_program location_rewrite_access location_rewrite_children location_rewrite_concurrency
174TYPE: obsolete
175DOC_START
176 This option is not yet supported by Squid-3.
177DOC_END
178
179NAME: refresh_stale_hit
180TYPE: obsolete
181DOC_START
182 This option is not yet supported by Squid-3.
183DOC_END
184
185# Options removed in 7.x
186NAME: esi_parser
187TYPE: obsolete
188DOC_START
189 Remove this line. Squid no longer supports this feature.
190DOC_END
191
192
193# Options removed in 6.x
194NAME: announce_file
195TYPE: obsolete
196DOC_START
197 Remove this line. Squid no longer supports this feature.
198DOC_END
199
200NAME: announce_host
201TYPE: obsolete
202DOC_START
203 Remove this line. Squid no longer supports this feature.
204DOC_END
205
206NAME: announce_period
207TYPE: obsolete
208DOC_START
209 Remove this line. Squid no longer supports this feature.
210DOC_END
211
212NAME: announce_port
213TYPE: obsolete
214DOC_START
215 Remove this line. Squid no longer supports this feature.
216DOC_END
217
218NAME: request_entities
219TYPE: obsolete
220DOC_START
221 Remove this line. Squid now accepts HTTP/1.1 requests with bodies.
222 To simplify UI and code, Squid rejects certain HTTP/1.0 requests with bodies.
223DOC_END
224
225# Options removed in 5.x
226NAME: dns_v4_first
227TYPE: obsolete
228DOC_START
229 Remove this line. Squid no longer supports preferential treatment of DNS A records.
230DOC_END
231
232# Options removed in 4.x
233NAME: cache_peer_domain cache_host_domain
234TYPE: obsolete
235DOC_START
236 Replace with dstdomain ACLs and cache_peer_access.
237DOC_END
238
239NAME: ie_refresh
240TYPE: obsolete
241DOC_START
242 Remove this line. The behaviour enabled by this is no longer needed.
243DOC_END
244
245NAME: sslproxy_cafile
246TYPE: obsolete
247DOC_START
248 Remove this line. Use tls_outgoing_options cafile= instead.
249DOC_END
250
251NAME: sslproxy_capath
252TYPE: obsolete
253DOC_START
254 Remove this line. Use tls_outgoing_options capath= instead.
255DOC_END
256
257NAME: sslproxy_cipher
258TYPE: obsolete
259DOC_START
260 Remove this line. Use tls_outgoing_options cipher= instead.
261DOC_END
262
263NAME: sslproxy_client_certificate
264TYPE: obsolete
265DOC_START
266 Remove this line. Use tls_outgoing_options cert= instead.
267DOC_END
268
269NAME: sslproxy_client_key
270TYPE: obsolete
271DOC_START
272 Remove this line. Use tls_outgoing_options key= instead.
273DOC_END
274
275NAME: sslproxy_flags
276TYPE: obsolete
277DOC_START
278 Remove this line. Use tls_outgoing_options flags= instead.
279DOC_END
280
281NAME: sslproxy_options
282TYPE: obsolete
283DOC_START
284 Remove this line. Use tls_outgoing_options options= instead.
285DOC_END
286
287NAME: sslproxy_version
288TYPE: obsolete
289DOC_START
290 Remove this line. Use tls_outgoing_options options= instead.
291DOC_END
292
293# Options removed in 3.5
294NAME: hierarchy_stoplist
295TYPE: obsolete
296DOC_START
297 Remove this line. Use always_direct or cache_peer_access ACLs instead if you need to prevent cache_peer use.
298DOC_END
299
300# Options removed in 3.4
301NAME: log_access
302TYPE: obsolete
303DOC_START
304 Remove this line. Use acls with access_log directives to control access logging
305DOC_END
306
307NAME: log_icap
308TYPE: obsolete
309DOC_START
310 Remove this line. Use acls with icap_log directives to control icap logging
311DOC_END
312
313# Options Removed in 3.3
314NAME: ignore_ims_on_miss
315TYPE: obsolete
316DOC_START
317 Remove this line. The HTTP/1.1 feature is now configured by 'cache_miss_revalidate'.
318DOC_END
319
320# Options Removed in 3.2
321NAME: balance_on_multiple_ip
322TYPE: obsolete
323DOC_START
324 Remove this line. Squid performs a 'Happy Eyeballs' algorithm, this multiple-IP algorithm is not longer relevant.
325DOC_END
326
327NAME: chunked_request_body_max_size
328TYPE: obsolete
329DOC_START
330 Remove this line. Squid is now HTTP/1.1 compliant.
331DOC_END
332
333NAME: dns_v4_fallback
334TYPE: obsolete
335DOC_START
336 Remove this line. Squid performs a 'Happy Eyeballs' algorithm, the 'fallback' algorithm is no longer relevant.
337DOC_END
338
339NAME: emulate_httpd_log
340TYPE: obsolete
341DOC_START
342 Replace this with an access_log directive using the format 'common' or 'combined'.
343DOC_END
344
345NAME: forward_log
346TYPE: obsolete
347DOC_START
348 Use a regular access.log with ACL limiting it to MISS events.
349DOC_END
350
351NAME: ftp_list_width
352TYPE: obsolete
353DOC_START
354 Remove this line. Configure FTP page display using the CSS controls in errorpages.css instead.
355DOC_END
356
357NAME: ignore_expect_100
358TYPE: obsolete
359DOC_START
360 Remove this line. The HTTP/1.1 feature is now fully supported by default.
361DOC_END
362
363NAME: log_fqdn
364TYPE: obsolete
365DOC_START
366 Remove this option from your config. To log FQDN use %>A in the log format.
367DOC_END
368
369NAME: log_ip_on_direct
370TYPE: obsolete
371DOC_START
372 Remove this option from your config. To log server or peer names use %<A in the log format.
373DOC_END
374
375NAME: maximum_single_addr_tries
376TYPE: obsolete
377DOC_START
378 Replaced by connect_retries. The behaviour has changed, please read the documentation before altering.
379DOC_END
380
381NAME: referer_log referrer_log
382TYPE: obsolete
383DOC_START
384 Replace this with an access_log directive using the format 'referrer'.
385DOC_END
386
387NAME: update_headers
388TYPE: obsolete
389DOC_START
390 Remove this line. The feature is supported by default in storage types where update is implemented.
391DOC_END
392
393NAME: url_rewrite_concurrency
394TYPE: obsolete
395DOC_START
396 Remove this line. Set the 'concurrency=' option of url_rewrite_children instead.
397DOC_END
398
399NAME: useragent_log
400TYPE: obsolete
401DOC_START
402 Replace this with an access_log directive using the format 'useragent'.
403DOC_END
404
405# Options Removed in 3.1
406NAME: dns_testnames
407TYPE: obsolete
408DOC_START
409 Remove this line. DNS is no longer tested on startup.
410DOC_END
411
412NAME: extension_methods
413TYPE: obsolete
414DOC_START
415 Remove this line. All valid methods for HTTP are accepted by default.
416DOC_END
417
418# 2.7 Options Removed/Replaced in 3.2
419NAME: zero_buffers
420TYPE: obsolete
421DOC_NONE
422
423# 2.7 Options Removed/Replaced in 3.1
424NAME: incoming_rate
425TYPE: obsolete
426DOC_NONE
427
428NAME: server_http11
429TYPE: obsolete
430DOC_START
431 Remove this line. HTTP/1.1 is supported by default.
432DOC_END
433
434NAME: upgrade_http0.9
435TYPE: obsolete
436DOC_START
437 Remove this line. ICY/1.0 streaming protocol is supported by default.
438DOC_END
439
440NAME: zph_local zph_mode zph_option zph_parent zph_sibling
441TYPE: obsolete
442DOC_START
443 Alter these entries. Use the qos_flows directive instead.
444DOC_END
445
446# Options Removed in 3.0
447NAME: header_access
448TYPE: obsolete
449DOC_START
450 Since squid-3.0 replace with request_header_access or reply_header_access
451 depending on whether you wish to match client requests or server replies.
452DOC_END
453
454NAME: httpd_accel_no_pmtu_disc
455TYPE: obsolete
456DOC_START
457 Since squid-3.0 use the 'disable-pmtu-discovery' flag on http_port instead.
458DOC_END
459
460NAME: wais_relay_host
461TYPE: obsolete
462DOC_START
463 Replace this line with 'cache_peer' configuration.
464DOC_END
465
466NAME: wais_relay_port
467TYPE: obsolete
468DOC_START
469 Replace this line with 'cache_peer' configuration.
470DOC_END
471
472COMMENT_START
473 OPTIONS FOR SMP
474 -----------------------------------------------------------------------------
475COMMENT_END
476
477NAME: workers
478TYPE: int
479LOC: Config.workers
480DEFAULT: 1
481DEFAULT_DOC: SMP support disabled.
482DOC_START
483 Number of main Squid processes or "workers" to fork and maintain.
484 0: "no daemon" mode, like running "squid -N ..."
485 1: "no SMP" mode, start one main Squid process daemon (default)
486 N: start N main Squid process daemons (i.e., SMP mode)
487
488 In SMP mode, each worker does nearly all what a single Squid daemon
489 does (e.g., listen on http_port and forward HTTP requests).
490
491 Changing the number of workers requires a restart: Squid warns about but
492 otherwise ignores attempts to change this setting via reconfiguration.
493DOC_END
494
495NAME: cpu_affinity_map
496TYPE: CpuAffinityMap
497LOC: Config.cpuAffinityMap
498DEFAULT: none
499DEFAULT_DOC: Let operating system decide.
500DOC_START
501 Usage: cpu_affinity_map process_numbers=P1,P2,... cores=C1,C2,...
502
503 Sets 1:1 mapping between Squid processes and CPU cores. For example,
504
505 cpu_affinity_map process_numbers=1,2,3,4 cores=1,3,5,7
506
507 affects processes 1 through 4 only and places them on the first
508 four even cores, starting with core #1.
509
510 CPU cores are numbered starting from 1. Requires support for
511 sched_getaffinity(2) and sched_setaffinity(2) system calls.
512
513 Multiple cpu_affinity_map options are merged.
514
515 See also: workers
516DOC_END
517
518NAME: shared_memory_locking
519TYPE: YesNoNone
520COMMENT: on|off
521LOC: Config.shmLocking
522DEFAULT: off
523DOC_START
524 Whether to ensure that all required shared memory is available by
525 "locking" that shared memory into RAM when Squid starts. The
526 alternative is faster startup time followed by slightly slower
527 performance and, if not enough RAM is actually available during
528 runtime, mysterious crashes.
529
530 SMP Squid uses many shared memory segments. These segments are
531 brought into Squid memory space using an mmap(2) system call. During
532 Squid startup, the mmap() call often succeeds regardless of whether
533 the system has enough RAM. In general, Squid cannot tell whether the
534 kernel applies this "optimistic" memory allocation policy (but
535 popular modern kernels usually use it).
536
537 Later, if Squid attempts to actually access the mapped memory
538 regions beyond what the kernel is willing to allocate, the
539 "optimistic" kernel simply kills Squid kid with a SIGBUS signal.
540 Some of the memory limits enforced by the kernel are currently
541 poorly understood: We do not know how to detect and check them. This
542 option ensures that the mapped memory will be available.
543
544 This option may have a positive performance side-effect: Locking
545 memory at start avoids runtime paging I/O. Paging slows Squid down.
546
547 Locking memory may require a large enough RLIMIT_MEMLOCK OS limit,
548 CAP_IPC_LOCK capability, or equivalent.
549DOC_END
550
551NAME: hopeless_kid_revival_delay
552COMMENT: time-units
553TYPE: time_t
554LOC: Config.hopelessKidRevivalDelay
555DEFAULT: 1 hour
556DOC_START
557 Normally, when a kid process dies, Squid immediately restarts the
558 kid. A kid experiencing frequent deaths is marked as "hopeless" for
559 the duration specified by this directive. Hopeless kids are not
560 automatically restarted.
561
562 Currently, zero values are not supported because they result in
563 misconfigured SMP Squid instances running forever, endlessly
564 restarting each dying kid. To effectively disable hopeless kids
565 revival, set the delay to a huge value (e.g., 1 year).
566
567 Reconfiguration also clears all hopeless kids designations, allowing
568 for manual revival of hopeless kids.
569DOC_END
570
571COMMENT_START
572 OPTIONS FOR AUTHENTICATION
573 -----------------------------------------------------------------------------
574COMMENT_END
575
576NAME: auth_param
577TYPE: authparam
578IFDEF: USE_AUTH
579LOC: Auth::TheConfig.schemes
580DEFAULT: none
581DOC_START
582 This is used to define parameters for the various authentication
583 schemes supported by Squid.
584
585 format: auth_param scheme parameter [setting]
586
587 The order in which authentication schemes are presented to the client is
588 dependent on the order the scheme first appears in config file. IE
589 has a bug (it's not RFC 2617 compliant) in that it will use the basic
590 scheme if basic is the first entry presented, even if more secure
591 schemes are presented. For now use the order in the recommended
592 settings section below. If other browsers have difficulties (don't
593 recognize the schemes offered even if you are using basic) either
594 put basic first, or disable the other schemes (by commenting out their
595 program entry).
596
597 Once an authentication scheme is fully configured, it can only be
598 shutdown by shutting squid down and restarting. Changes can be made on
599 the fly and activated with a reconfigure. I.E. You can change to a
600 different helper, but not unconfigure the helper completely.
601
602 Please note that while this directive defines how Squid processes
603 authentication it does not automatically activate authentication. For a
604 given transaction, (re)authentication is requested in two primary cases
605 detailed below: initial authentication and re-authentication.
606
607 A client without credentials is requested to authenticate if one of the
608 following ACLs is evaluated by an http_access or adapted_http_access rule:
609
610 * proxy_auth ACL
611 * proxy_auth_regex ACL
612 * max_user_ip ACL
613 * external ACL with %ul logformat %code used in FORMAT parameters
614 * external ACL with %LOGIN macro used in FORMAT parameters;
615 this legacy macro currently behaves the same as %ul logformat %code
616
617 A client with credentials is requested to re-authenticate if http_access
618 or adapted_http_access denies its request _and_ the last evaluated ACL was
619 either proxy_auth, proxy_auth_regex, or an external
620 ACL with %ul or %LOGIN parameter (regardless of whether that last
621 evaluated ACL matched the denied request). Note that a max_user_ip ACL
622 does not have this effect: Requests denied after evaluating max_user_ip
623 trigger an HTTP 403 (Forbidden) response rather than re-authentication.
624
625 In both initial authentication and re-authentication cases, client access
626 is denied, typically with an HTTP 407 (Proxy Authentication Required) or
627 an HTTP 401 (Unauthorized) response.
628
629 WARNING: authentication can't be used in a transparently intercepting
630 proxy as the client then thinks it is talking to an origin server and
631 not the proxy. This is a limitation of bending the TCP/IP protocol to
632 transparently intercepting port 80, not a limitation in Squid.
633 Ports flagged 'transparent', 'intercept', or 'tproxy' have
634 authentication disabled.
635
636 === Parameters common to all schemes. ===
637
638 "program" cmdline
639 Specifies the command for the external authenticator.
640
641 By default, each authentication scheme is not used unless a
642 program is specified.
643
644 See https://wiki.squid-cache.org/Features/AddonHelpers for
645 more details on helper operations and creating your own.
646
647 "key_extras" format
648 Specifies a string to be append to request line format for
649 the authentication helper. "Quoted" format values may contain
650 spaces and logformat %macros. In theory, any logformat %macro
651 can be used. In practice, a %macro expands as a dash (-) if
652 the helper request is sent before the required macro
653 information is available to Squid.
654
655 By default, Squid uses request formats provided in
656 scheme-specific examples below (search for %credentials).
657
658 The expanded key_extras value is added to the Squid credentials
659 cache and, hence, will affect authentication. It can be used to
660 authenticate different users with identical user names (e.g.,
661 when user authentication depends on http_port).
662
663 Avoid adding frequently changing information to key_extras. For
664 example, if you add user source IP, and it changes frequently
665 in your environment, then max_user_ip ACL is going to treat
666 every user+IP combination as a unique "user", breaking the ACL
667 and wasting a lot of memory on those user records. It will also
668 force users to authenticate from scratch whenever their IP
669 changes.
670
671 "realm" string
672 Specifies the protection scope (aka realm name) which is to be
673 reported to the client for the authentication scheme. It is
674 commonly part of the text the user will see when prompted for
675 their username and password.
676
677 For Basic the default is "Squid proxy-caching web server".
678 For Digest there is no default, this parameter is mandatory.
679 For NTLM and Negotiate this parameter is ignored.
680
681 "children" numberofchildren [startup=N] [idle=N] [concurrency=N]
682 [queue-size=N] [on-persistent-overload=action]
683 [reservation-timeout=seconds]
684
685 The maximum number of authenticator processes to spawn. If
686 you start too few Squid will have to wait for them to process
687 a backlog of credential verifications, slowing it down. When
688 password verifications are done via a (slow) network you are
689 likely to need lots of authenticator processes.
690
691 The startup= and idle= options permit some skew in the exact
692 amount run. A minimum of startup=N will begin during startup
693 and reconfigure. Squid will start more in groups of up to
694 idle=N in an attempt to meet traffic needs and to keep idle=N
695 free above those traffic needs up to the maximum.
696
697 The concurrency= option sets the number of concurrent requests
698 the helper can process. The default of 0 is used for helpers
699 who only supports one request at a time. Setting this to a
700 number greater than 0 changes the protocol used to include a
701 channel ID field first on the request/response line, allowing
702 multiple requests to be sent to the same helper in parallel
703 without waiting for the response.
704
705 Concurrency must not be set unless it's known the helper
706 supports the input format with channel-ID fields.
707
708 The queue-size option sets the maximum number of queued
709 requests. A request is queued when no existing child can
710 accept it due to concurrency limit and no new child can be
711 started due to numberofchildren limit. The default maximum is
712 2*numberofchildren. Squid is allowed to temporarily exceed the
713 configured maximum, marking the affected helper as
714 "overloaded". If the helper overload lasts more than 3
715 minutes, the action prescribed by the on-persistent-overload
716 option applies.
717
718 The on-persistent-overload=action option specifies Squid
719 reaction to a new helper request arriving when the helper
720 has been overloaded for more that 3 minutes already. The number
721 of queued requests determines whether the helper is overloaded
722 (see the queue-size option).
723
724 Two actions are supported:
725
726 die Squid worker quits. This is the default behavior.
727
728 ERR Squid treats the helper request as if it was
729 immediately submitted, and the helper immediately
730 replied with an ERR response. This action has no effect
731 on the already queued and in-progress helper requests.
732
733 NOTE: NTLM and Negotiate schemes do not support concurrency
734 in the Squid code module even though some helpers can.
735
736 The reservation-timeout=seconds option allows NTLM and Negotiate
737 helpers to forget about clients that abandon their in-progress
738 connection authentication without closing the connection. The
739 timeout is measured since the last helper response received by
740 Squid for the client. Fractional seconds are not supported.
741
742 After the timeout, the helper will be used for other clients if
743 there are no unreserved helpers available. In the latter case,
744 the old client attempt to resume authentication will not be
745 forwarded to the helper (and the client should open a new HTTP
746 connection and retry authentication from scratch).
747
748 By default, reservations do not expire and clients that keep
749 their connections open without completing authentication may
750 exhaust all NTLM and Negotiate helpers.
751
752 "keep_alive" on|off
753 If you experience problems with PUT/POST requests when using
754 the NTLM or Negotiate schemes then you can try setting this
755 to off. This will cause Squid to forcibly close the connection
756 on the initial request where the browser asks which schemes
757 are supported by the proxy.
758
759 For Basic and Digest this parameter is ignored.
760
761 "utf8" on|off
762 Useful for sending credentials to authentication backends that
763 expect UTF-8 encoding (e.g., LDAP).
764
765 When this option is enabled, Squid uses HTTP Accept-Language
766 request header to guess the received credentials encoding
767 (ISO-Latin-1, CP1251, or UTF-8) and then converts the first
768 two encodings into UTF-8.
769
770 When this option is disabled and by default, Squid sends
771 credentials in their original (i.e. received) encoding.
772
773 This parameter is only honored for Basic and Digest schemes.
774 For Basic, the entire username:password credentials are
775 checked and, if necessary, re-encoded. For Digest -- just the
776 username component. For NTLM and Negotiate schemes, this
777 parameter is ignored.
778
779IF HAVE_AUTH_MODULE_BASIC
780 === Basic authentication parameters ===
781
782 "credentialsttl" timetolive
783 Specifies how long squid assumes an externally validated
784 username:password pair is valid for - in other words how
785 often the helper program is called for that user. Set this
786 low to force revalidation with short lived passwords.
787
788 NOTE: setting this high does not impact your susceptibility
789 to replay attacks unless you are using an one-time password
790 system (such as SecureID). If you are using such a system,
791 you will be vulnerable to replay attacks unless you also
792 use the max_user_ip ACL in an http_access rule.
793
794 "casesensitive" on|off
795 Specifies whether upper case letters in client-sent usernames are
796 preserved. By default and when explicitly set to "off", a username
797 extracted from Proxy-Authorization or Authorization request header is
798 forced to lower case before user credentials are checked or stored.
799
800 Most user databases are case insensitive, allowing the same username to be
801 spelled using both lower and upper case letters. For such databases,
802 either setting should work, but forcing usernames to lower case may
803 still make a big difference for Squid internal caches like those used by
804 an external ACL with %un logformat code in FORMAT and a user_max_ip ACL.
805
806 When working with a case sensitive database, set casesensitive to "on".
807
808 Squid ACLs like proxy_auth are case-sensitive by default. An ACL using
809 upper case letters in user names (e.g., `acl badGuys proxy_auth Bob`)
810 will not match any user with Basic Authentication credentials unless
811 casesensitive is explicitly turned "on" (to preserve "Bob" username
812 instead of converting it to "bob" before the ACL is checked).
813
814ENDIF
815IF HAVE_AUTH_MODULE_DIGEST
816 === Digest authentication parameters ===
817
818 "nonce_garbage_interval" timeinterval
819 Specifies the interval that nonces that have been issued
820 to client_agent's are checked for validity.
821
822 "nonce_max_duration" timeinterval
823 Specifies the maximum length of time a given nonce will be
824 valid for.
825
826 "nonce_max_count" number
827 Specifies the maximum number of times a given nonce can be
828 used.
829
830 "nonce_strictness" on|off
831 Determines if squid requires strict increment-by-1 behavior
832 for nonce counts, or just incrementing (off - for use when
833 user agents generate nonce counts that occasionally miss 1
834 (ie, 1,2,4,6)). Default off.
835
836 "check_nonce_count" on|off
837 This directive if set to off can disable the nonce count check
838 completely to work around buggy digest qop implementations in
839 certain mainstream browser versions. Default on to check the
840 nonce count to protect from authentication replay attacks.
841
842 "post_workaround" on|off
843 This is a workaround to certain buggy browsers who send an
844 incorrect request digest in POST requests when reusing the
845 same nonce as acquired earlier on a GET request.
846
847ENDIF
848
849 === Example Configuration ===
850
851 This configuration displays the recommended authentication scheme
852 order from most to least secure with recommended minimum configuration
853 settings for each scheme:
854
855#auth_param negotiate program <uncomment and complete this line to activate>
856#auth_param negotiate children 20 startup=0 idle=1
857#
858#auth_param digest program <uncomment and complete this line to activate>
859#auth_param digest children 20 startup=0 idle=1
860#auth_param digest realm Squid proxy-caching web server
861#auth_param digest nonce_garbage_interval 5 minutes
862#auth_param digest nonce_max_duration 30 minutes
863#auth_param digest nonce_max_count 50
864#
865#auth_param ntlm program <uncomment and complete this line to activate>
866#auth_param ntlm children 20 startup=0 idle=1
867#
868#auth_param basic program <uncomment and complete this line>
869#auth_param basic children 5 startup=5 idle=1
870#auth_param basic credentialsttl 2 hours
871DOC_END
872
873NAME: authenticate_cache_garbage_interval
874IFDEF: USE_AUTH
875TYPE: time_t
876DEFAULT: 1 hour
877LOC: Auth::TheConfig.garbageCollectInterval
878DOC_START
879 The time period between garbage collection across the username cache.
880 This is a trade-off between memory utilization (long intervals - say
881 2 days) and CPU (short intervals - say 1 minute). Only change if you
882 have good reason to.
883DOC_END
884
885NAME: authenticate_ttl
886IFDEF: USE_AUTH
887TYPE: time_t
888DEFAULT: 1 hour
889LOC: Auth::TheConfig.credentialsTtl
890DOC_START
891 The time a user & their credentials stay in the logged in
892 user cache since their last request. When the garbage
893 interval passes, all user credentials that have passed their
894 TTL are removed from memory.
895DOC_END
896
897NAME: authenticate_ip_ttl
898IFDEF: USE_AUTH
899TYPE: time_t
900LOC: Auth::TheConfig.ipTtl
901DEFAULT: 1 second
902DOC_START
903 If you use proxy authentication and the 'max_user_ip' ACL,
904 this directive controls how long Squid remembers the IP
905 addresses associated with each user. Use a small value
906 (e.g., 60 seconds) if your users might change addresses
907 quickly, as is the case with dialup. You might be safe
908 using a larger value (e.g., 2 hours) in a corporate LAN
909 environment with relatively static address assignments.
910DOC_END
911
912COMMENT_START
913 ACCESS CONTROLS
914 -----------------------------------------------------------------------------
915COMMENT_END
916
917NAME: external_acl_type
918TYPE: externalAclHelper
919LOC: Config.externalAclHelperList
920DEFAULT: none
921DOC_START
922 This option defines external acl classes using a helper program
923 to look up the status
924
925 external_acl_type name [options] FORMAT /path/to/helper [helper arguments]
926
927 Options:
928
929 ttl=n TTL in seconds for cached results (defaults to 3600
930 for 1 hour)
931
932 negative_ttl=n
933 TTL for cached negative lookups (default same
934 as ttl)
935
936 grace=n Percentage remaining of TTL where a refresh of a
937 cached entry should be initiated without needing to
938 wait for a new reply. (default is for no grace period)
939
940 cache=n The maximum number of entries in the result cache. The
941 default limit is 262144 entries. Each cache entry usually
942 consumes at least 256 bytes. Squid currently does not remove
943 expired cache entries until the limit is reached, so a proxy
944 will sooner or later reach the limit. The expanded FORMAT
945 value is used as the cache key, so if the details in FORMAT
946 are highly variable, a larger cache may be needed to produce
947 reduction in helper load.
948
949 children-max=n
950 Maximum number of acl helper processes spawned to service
951 external acl lookups of this type. (default 5)
952
953 children-startup=n
954 Minimum number of acl helper processes to spawn during
955 startup and reconfigure to service external acl lookups
956 of this type. (default 0)
957
958 children-idle=n
959 Number of acl helper processes to keep ahead of traffic
960 loads. Squid will spawn this many at once whenever load
961 rises above the capabilities of existing processes.
962 Up to the value of children-max. (default 1)
963
964 concurrency=n concurrency level per process. Only used with helpers
965 capable of processing more than one query at a time.
966
967 queue-size=N The queue-size option sets the maximum number of
968 queued requests. A request is queued when no existing
969 helper can accept it due to concurrency limit and no
970 new helper can be started due to children-max limit.
971 If the queued requests exceed queue size, the acl is
972 ignored. The default value is set to 2*children-max.
973
974 protocol=2.5 Compatibility mode for Squid-2.5 external acl helpers.
975
976 ipv4 / ipv6 IP protocol used to communicate with this helper.
977 The default is to auto-detect IPv6 and use it when available.
978
979
980 FORMAT is a series of %macro codes. See logformat directive for a full list
981 of the accepted codes. Although note that at the time of any external ACL
982 being tested data may not be available and thus some %macro expand to '-'.
983
984 In addition to the logformat codes; when processing external ACLs these
985 additional macros are made available:
986
987 %ACL The name of the ACL being tested.
988
989 %DATA The ACL arguments specified in the referencing config
990 'acl ... external' line, separated by spaces (an
991 "argument string"). see acl external.
992
993 If there are no ACL arguments %DATA expands to '-'.
994
995 If you do not specify a DATA macro inside FORMAT,
996 Squid automatically appends %DATA to your FORMAT.
997 Note that Squid-3.x may expand %DATA to whitespace
998 or nothing in this case.
999
1000 By default, Squid applies URL-encoding to each ACL
1001 argument inside the argument string. If an explicit
1002 encoding modifier is used (e.g., %#DATA), then Squid
1003 encodes the whole argument string as a single token
1004 (e.g., with %#DATA, spaces between arguments become
1005 %20).
1006
1007 If SSL is enabled, the following formatting codes become available:
1008
1009 %USER_CERT SSL User certificate in PEM format
1010 %USER_CERTCHAIN SSL User certificate chain in PEM format
1011 %USER_CERT_xx SSL User certificate subject attribute xx
1012 %USER_CA_CERT_xx SSL User certificate issuer attribute xx
1013
1014
1015 NOTE: all other format codes accepted by older Squid versions
1016 are deprecated.
1017
1018
1019 General request syntax:
1020
1021 [channel-ID] FORMAT-values
1022
1023
1024 FORMAT-values consists of transaction details expanded with
1025 whitespace separation per the config file FORMAT specification
1026 using the FORMAT macros listed above.
1027
1028 Request values sent to the helper are URL escaped to protect
1029 each value in requests against whitespaces.
1030
1031 If using protocol=2.5 then the request sent to the helper is not
1032 URL escaped to protect against whitespace.
1033
1034 NOTE: protocol=3.0 is deprecated as no longer necessary.
1035
1036 When using the concurrency= option the protocol is changed by
1037 introducing a query channel tag in front of the request/response.
1038 The query channel tag is a number between 0 and concurrency-1.
1039 This value must be echoed back unchanged to Squid as the first part
1040 of the response relating to its request.
1041
1042
1043 The helper receives lines expanded per the above format specification
1044 and for each input line returns 1 line starting with OK/ERR/BH result
1045 code and optionally followed by additional keywords with more details.
1046
1047
1048 General result syntax:
1049
1050 [channel-ID] result keyword=value ...
1051
1052 Result consists of one of the codes:
1053
1054 OK
1055 the ACL test produced a match.
1056
1057 ERR
1058 the ACL test does not produce a match.
1059
1060 BH
1061 An internal error occurred in the helper, preventing
1062 a result being identified.
1063
1064 The meaning of 'a match' is determined by your squid.conf
1065 access control configuration. See the Squid wiki for details.
1066
1067 Defined keywords:
1068
1069 user= The users name (login)
1070
1071 password= The users password (for login= cache_peer option)
1072
1073 message= Message describing the reason for this response.
1074 Available as %o in error pages.
1075 Useful on (ERR and BH results).
1076
1077 tag= Apply a tag to a request. Only sets a tag once,
1078 does not alter existing tags.
1079
1080 log= String to be logged in access.log. Available as
1081 %ea in logformat specifications.
1082
1083 clt_conn_tag= Associates a TAG with the client TCP connection.
1084 Please see url_rewrite_program related documentation
1085 for this kv-pair.
1086
1087 Any keywords may be sent on any response whether OK, ERR or BH.
1088
1089 All response keyword values need to be a single token with URL
1090 escaping, or enclosed in double quotes (") and escaped using \ on
1091 any double quotes or \ characters within the value. The wrapping
1092 double quotes are removed before the value is interpreted by Squid.
1093 \r and \n are also replace by CR and LF.
1094
1095 Some example key values:
1096
1097 user=John%20Smith
1098 user="John Smith"
1099 user="J. \"Bob\" Smith"
1100DOC_END
1101
1102NAME: acl
1103TYPE: acl
1104LOC: Config.namedAcls
1105IF USE_OPENSSL
1106DEFAULT: ssl::certHasExpired ssl_error X509_V_ERR_CERT_HAS_EXPIRED
1107DEFAULT: ssl::certNotYetValid ssl_error X509_V_ERR_CERT_NOT_YET_VALID
1108DEFAULT: ssl::certDomainMismatch ssl_error SQUID_X509_V_ERR_DOMAIN_MISMATCH
1109DEFAULT: ssl::certUntrusted ssl_error X509_V_ERR_INVALID_CA X509_V_ERR_SELF_SIGNED_CERT_IN_CHAIN X509_V_ERR_UNABLE_TO_VERIFY_LEAF_SIGNATURE X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY X509_V_ERR_CERT_UNTRUSTED
1110DEFAULT: ssl::certSelfSigned ssl_error X509_V_ERR_DEPTH_ZERO_SELF_SIGNED_CERT
1111ENDIF
1112DEFAULT: all src all
1113DEFAULT: manager url_regex +i ^[^:]+://[^/]+/squid-internal-mgr/
1114DEFAULT: localhost src 127.0.0.1/32 ::1
1115DEFAULT: to_localhost dst 127.0.0.0/8 0.0.0.0/32 ::1/128 ::/128
1116DEFAULT: to_linklocal dst 169.254.0.0/16 fe80::/10
1117DEFAULT: CONNECT method CONNECT
1118DEFAULT_DOC: ACLs all, manager, localhost, to_localhost, to_linklocal, and CONNECT are predefined.
1119DOC_START
1120 Defining an Access List
1121
1122 Every access list definition must begin with an aclname and acltype,
1123 followed by either type-specific arguments or a quoted filename that
1124 they are read from.
1125
1126 acl aclname acltype argument ...
1127 acl aclname acltype "file" ...
1128
1129 When using "file", the file should contain one item per line.
1130
1131
1132 ACL Options
1133
1134 Some acl types supports options which changes their default behaviour:
1135
1136 -i,+i By default, regular expressions are CASE-SENSITIVE. To make them
1137 case-insensitive, use the -i option. To return case-sensitive
1138 use the +i option between patterns, or make a new ACL line
1139 without -i.
1140
1141 -n Disable lookups and address type conversions. If lookup or
1142 conversion is required because the parameter type (IP or
1143 domain name) does not match the message address type (domain
1144 name or IP), then the ACL would immediately declare a mismatch
1145 without any warnings or lookups.
1146
1147 -m[=delimiters]
1148 Perform a list membership test, interpreting values as
1149 comma-separated token lists and matching against individual
1150 tokens instead of whole values.
1151 The optional "delimiters" parameter specifies one or more
1152 alternative non-alphanumeric delimiter characters.
1153 non-alphanumeric delimiter characters.
1154
1155 -- Used to stop processing all options, in the case the first acl
1156 value has '-' character as first character (for example the '-'
1157 is a valid domain name)
1158
1159 Some acl types require suspending the current request in order
1160 to access some external data source.
1161 Those which do are marked with the tag [slow], those which
1162 don't are marked as [fast].
1163 See https://wiki.squid-cache.org/SquidFaq/SquidAcl
1164 for further information
1165
1166 ***** ACL TYPES AVAILABLE *****
1167
1168 acl aclname src ip-address/mask ... # clients IP address [fast]
1169 acl aclname src addr1-addr2/mask ... # range of addresses [fast]
1170 acl aclname dst [-n] ip-address/mask ... # URL host's IP address [slow]
1171 acl aclname localip ip-address/mask ... # IP address the client connected to [fast]
1172
1173IF USE_SQUID_EUI
1174 acl aclname arp mac-address ...
1175 acl aclname eui64 eui64-address ...
1176 # [fast]
1177 # MAC (EUI-48) and EUI-64 addresses use xx:xx:xx:xx:xx:xx notation.
1178 #
1179 # The 'arp' ACL code is not portable to all operating systems.
1180 # It works on Linux, Solaris, Windows, FreeBSD, and some other
1181 # BSD variants.
1182 #
1183 # The eui_lookup directive is required to be 'on' (the default)
1184 # and Squid built with --enable-eui for MAC/EUI addresses to be
1185 # available for this ACL.
1186 #
1187 # Squid can only determine the MAC/EUI address for IPv4
1188 # clients that are on the same subnet. If the client is on a
1189 # different subnet, then Squid cannot find out its address.
1190 #
1191 # IPv6 protocol does not contain ARP. MAC/EUI is either
1192 # encoded directly in the IPv6 address or not available.
1193ENDIF
1194 acl aclname clientside_mark mark[/mask] ...
1195 # matches CONNMARK of an accepted connection [fast]
1196 # DEPRECATED. Use the 'client_connection_mark' instead.
1197
1198 acl aclname client_connection_mark mark[/mask] ...
1199 # matches CONNMARK of an accepted connection [fast]
1200 #
1201 # mark and mask are unsigned integers (hex, octal, or decimal).
1202 # If multiple marks are given, then the ACL matches if at least
1203 # one mark matches.
1204 #
1205 # Uses netfilter-conntrack library.
1206 # Requires building Squid with --enable-linux-netfilter.
1207 #
1208 # The client, various intermediaries, and Squid itself may set
1209 # CONNMARK at various times. The last CONNMARK set wins. This ACL
1210 # checks the mark present on an accepted connection or set by
1211 # Squid afterwards, depending on the ACL check timing. This ACL
1212 # effectively ignores any mark set by other agents after Squid has
1213 # accepted the connection.
1214
1215 acl aclname srcdomain .foo.com ...
1216 # reverse lookup, from client IP [slow]
1217 acl aclname dstdomain [-n] .foo.com ...
1218 # Destination server from URL [fast]
1219 acl aclname srcdom_regex [-i] \.foo\.com ...
1220 # POSIX extended regex matching client name [slow]
1221 acl aclname dstdom_regex [-n] [-i] \.foo\.com ...
1222 # POSIX extended regex matching server [fast]
1223 #
1224 # For dstdomain and dstdom_regex a reverse lookup is tried if a IP
1225 # based URL is used and no match is found. The name "none" is used
1226 # if the reverse lookup fails.
1227
1228 acl aclname peername myPeer ...
1229 acl aclname peername_regex [-i] regex-pattern ...
1230 # [fast]
1231 # match against a named cache_peer entry
1232 # set unique name= on cache_peer lines for reliable use.
1233
1234 acl aclname time [day-abbrevs] [h1:m1-h2:m2]
1235 # [fast]
1236 # day-abbrevs:
1237 # S - Sunday
1238 # M - Monday
1239 # T - Tuesday
1240 # W - Wednesday
1241 # H - Thursday
1242 # F - Friday
1243 # A - Saturday
1244 # h1:m1 must be less than h2:m2
1245
1246 acl aclname url_regex [-i] ^http:// ...
1247 # POSIX extended regex matching on whole URL [fast]
1248 acl aclname urllogin [-i] [^a-zA-Z0-9] ...
1249 # POSIX extended regex matching on URL login field
1250 acl aclname urlpath_regex [-i] \.gif$ ...
1251 # POSIX extended regex matching on URL path [fast]
1252
1253 acl aclname port 80 70 21 0-1024 ...
1254 # destination TCP port (or port range) of the request [fast]
1255 #
1256 # Port 0 matches requests that have no explicit and no default destination
1257 # ports (e.g., HTTP requests with URN targets)
1258
1259 acl aclname localport 3128 ... # TCP port the client connected to [fast]
1260 # NP: for interception mode this is usually '80'
1261
1262 acl aclname myportname 3128 ... # *_port name [fast]
1263
1264 acl aclname proto HTTP FTP ... # request protocol [fast]
1265
1266 acl aclname method GET POST ... # HTTP request method [fast]
1267
1268 acl aclname http_status 200 301 500- 400-403 ...
1269 # status code in reply [fast]
1270
1271 acl aclname browser [-i] regex ...
1272 # POSIX extended regex match on User-Agent header
1273 # (see also req_header below) [fast]
1274
1275 acl aclname referer_regex [-i] regex ...
1276 # POSIX extended regex match on Referer header [fast]
1277 # Referer is highly unreliable, so use with care
1278
1279 acl aclname proxy_auth [-i] username ...
1280 # perform http authentication challenge to the client and match against
1281 # supplied credentials [slow]
1282 #
1283 # takes a list of allowed usernames.
1284 # use REQUIRED to accept any valid username.
1285 #
1286 # See proxy_auth_regex for more information. The two ACLs differ only in
1287 # their parameter syntax and username matching algorithm.
1288
1289 acl aclname proxy_auth_regex [-i] username_pattern ...
1290 # perform http authentication challenge to the client and
1291 # POSIX extended regex match on supplied username [slow]
1292 #
1293 # Will use proxy authentication in forward-proxy scenarios, and plain
1294 # http authentication in reverse-proxy scenarios
1295 #
1296 # NOTE: when a Proxy-Authentication header is sent but it is not
1297 # needed during ACL checking the username is NOT logged
1298 # in access.log.
1299 #
1300 # NOTE: proxy_auth requires a EXTERNAL authentication program
1301 # to check username/password combinations (see
1302 # auth_param directive).
1303 #
1304 # NOTE: proxy_auth can't be used in a transparent/intercepting proxy
1305 # as the browser needs to be configured for using a proxy in order
1306 # to respond to proxy authentication.
1307
1308 acl aclname snmp_community string ...
1309 # A community string to limit access to your SNMP Agent [fast]
1310 # Example:
1311 #
1312 # acl snmppublic snmp_community public
1313
1314 acl aclname maxconn number
1315 # This will be matched when the client's IP address has
1316 # more than <number> TCP connections established. [fast]
1317 # NOTE: This only measures direct TCP links so X-Forwarded-For
1318 # indirect clients are not counted.
1319
1320 acl aclname max_user_ip [-s] number
1321 # This will be matched when the user attempts to log in from more
1322 # than <number> different ip addresses. The authenticate_ip_ttl
1323 # parameter controls the timeout on the ip entries. [fast]
1324 # If -s is specified the limit is strict, denying browsing
1325 # from any further IP addresses until the ttl has expired. Without
1326 # -s Squid will just annoy the user by "randomly" denying requests.
1327 # (the counter is reset each time the limit is reached and a
1328 # request is denied)
1329 # NOTE: in acceleration mode or where there is mesh of child proxies,
1330 # clients may appear to come from multiple addresses if they are
1331 # going through proxy farms, so a limit of 1 may cause user problems.
1332
1333 acl aclname random probability
1334 # Pseudo-randomly match requests. Based on the probability given.
1335 # Probability may be written as a decimal (0.333), fraction (1/3)
1336 # or ratio of matches:non-matches (3:5).
1337
1338 acl aclname req_mime_type [-i] mime-type ...
1339 # POSIX extended regex match against the mime type of the request generated
1340 # by the client. Can be used to detect file upload or some
1341 # types HTTP tunneling requests [fast]
1342 # NOTE: This does NOT match the reply. You cannot use this
1343 # to match the returned file type.
1344
1345 acl aclname req_header header-name [-i] any\.regex\.here
1346 # POSIX extended regex match against any of the known request headers. May be
1347 # thought of as a superset of "browser", "referer" and "mime-type"
1348 # ACL [fast]
1349
1350 acl aclname rep_mime_type [-i] mime-type ...
1351 # POSIX extended regex match against the mime type of the reply received by
1352 # squid. Can be used to detect file download or some
1353 # types HTTP tunneling requests. [fast]
1354 # NOTE: This has no effect in http_access rules. It only has
1355 # effect in rules that affect the reply data stream such as
1356 # http_reply_access.
1357
1358 acl aclname rep_header header-name [-i] any\.regex\.here
1359 # POSIX extended regex match against any of the known reply headers. May be
1360 # thought of as a superset of "browser", "referer" and "mime-type"
1361 # ACLs [fast]
1362
1363 acl aclname external class_name [arguments...]
1364 # external ACL lookup via a helper class defined by the
1365 # external_acl_type directive [slow]
1366
1367 acl aclname user_cert attribute values...
1368 # match against attributes in a user SSL certificate
1369 # attribute is one of DN/C/O/CN/L/ST or a numerical OID [fast]
1370
1371 acl aclname ca_cert attribute values...
1372 # match against attributes a users issuing CA SSL certificate
1373 # attribute is one of DN/C/O/CN/L/ST or a numerical OID [fast]
1374
1375 acl aclname ext_user [-i] username ...
1376 # string match on username returned by external acl helper [slow]
1377 # use REQUIRED to accept any non-null user name.
1378 #
1379 # See also: ext_user_regex. The two ACLs differ only in their parameter
1380 # syntax and username matching algorithm.
1381
1382 acl aclname ext_user_regex [-i] username_pattern ...
1383 # POSIX extended regex match on username returned by external acl helper [slow]
1384
1385 acl aclname tag tagvalue ...
1386 # string match on tag returned by external acl helper [fast]
1387 # DEPRECATED. Only the first tag will match with this ACL.
1388 # Use the 'note' ACL instead for handling multiple tag values.
1389
1390 acl aclname hier_code codename ...
1391 # string match against squid hierarchy code(s); [fast]
1392 # e.g., DIRECT, PARENT_HIT, NONE, etc.
1393 #
1394 # NOTE: This has no effect in http_access rules. It only has
1395 # effect in rules that affect the reply data stream such as
1396 # http_reply_access.
1397
1398 acl aclname note [-m[=delimiters]] name [value ...]
1399 # match transaction annotation [fast]
1400 # Without values, matches any annotation with a given name.
1401 # With value(s), matches any annotation with a given name that
1402 # also has one of the given values.
1403 # If the -m flag is used, then the value of the named
1404 # annotation is interpreted as a list of tokens, and the ACL
1405 # matches individual name=token pairs rather than whole
1406 # name=value pairs. See "ACL Options" above for more info.
1407 # Annotation sources include note and adaptation_meta directives
1408 # as well as helper and eCAP responses.
1409
1410 acl aclname annotate_transaction [-m[=delimiters]] key=value ...
1411 acl aclname annotate_transaction [-m[=delimiters]] key+=value ...
1412 # Always matches. [fast]
1413 # Used for its side effect: This ACL immediately adds a
1414 # key=value annotation to the current master transaction.
1415 # The added annotation can then be tested using note ACL and
1416 # logged (or sent to helpers) using %note format code.
1417 #
1418 # Annotations can be specified using replacement and addition
1419 # formats. The key=value form replaces old same-key annotation
1420 # value(s). The key+=value form appends a new value to the old
1421 # same-key annotation. Both forms create a new key=value
1422 # annotation if no same-key annotation exists already. If
1423 # -m flag is used, then the value is interpreted as a list
1424 # and the annotation will contain key=token pair(s) instead of the
1425 # whole key=value pair.
1426 #
1427 # This ACL is especially useful for recording complex multi-step
1428 # ACL-driven decisions. For example, the following configuration
1429 # avoids logging transactions accepted after aclX matched:
1430 #
1431 # # First, mark transactions accepted after aclX matched
1432 # acl markSpecial annotate_transaction special=true
1433 # http_access allow acl001
1434 # ...
1435 # http_access deny acl100
1436 # http_access allow aclX markSpecial
1437 #
1438 # # Second, do not log marked transactions:
1439 # acl markedSpecial note special true
1440 # access_log ... deny markedSpecial
1441 #
1442 # # Note that the following would not have worked because aclX
1443 # # alone does not determine whether the transaction was allowed:
1444 # access_log ... deny aclX # Wrong!
1445 #
1446 # Warning: This ACL annotates the transaction even when negated
1447 # and even if subsequent ACLs fail to match. For example, the
1448 # following three rules will have exactly the same effect as far
1449 # as annotations set by the "mark" ACL are concerned:
1450 #
1451 # some_directive acl1 ... mark # rule matches if mark is reached
1452 # some_directive acl1 ... !mark # rule never matches
1453 # some_directive acl1 ... mark !all # rule never matches
1454
1455 acl aclname annotate_client [-m[=delimiters]] key=value ...
1456 acl aclname annotate_client [-m[=delimiters]] key+=value ...
1457 #
1458 # Always matches. [fast]
1459 # Used for its side effect: This ACL immediately adds a
1460 # key=value annotation to the current client-to-Squid
1461 # connection. Connection annotations are propagated to the current
1462 # and all future master transactions on the annotated connection.
1463 # See the annotate_transaction ACL for details.
1464 #
1465 # For example, the following configuration avoids rewriting URLs
1466 # of transactions bumped by SslBump:
1467 #
1468 # # First, mark bumped connections:
1469 # acl markBumped annotate_client bumped=true
1470 # ssl_bump peek acl1
1471 # ssl_bump stare acl2
1472 # ssl_bump bump acl3 markBumped
1473 # ssl_bump splice all
1474 #
1475 # # Second, do not send marked transactions to the redirector:
1476 # acl markedBumped note bumped true
1477 # url_rewrite_access deny markedBumped
1478 #
1479 # # Note that the following would not have worked because acl3 alone
1480 # # does not determine whether the connection is going to be bumped:
1481 # url_rewrite_access deny acl3 # Wrong!
1482
1483 acl aclname adaptation_service service ...
1484 # Matches the name of any icap_service, ecap_service,
1485 # adaptation_service_set, or adaptation_service_chain that Squid
1486 # has used (or attempted to use) for the master transaction.
1487 # This ACL must be defined after the corresponding adaptation
1488 # service is named in squid.conf. This ACL is usable with
1489 # adaptation_meta because it starts matching immediately after
1490 # the service has been selected for adaptation.
1491
1492 acl aclname transaction_initiator initiator ...
1493 # Matches transaction's initiator [fast]
1494 #
1495 # Supported initiators are:
1496 # certificate-fetching: matches transactions fetching
1497 # a missing intermediate TLS certificate
1498 # cache-digest: matches transactions fetching Cache Digests
1499 # from a cache_peer
1500 # htcp: matches HTCP requests from peers
1501 # icp: matches ICP requests to peers
1502 # icmp: matches ICMP RTT database (NetDB) requests to peers
1503 # internal: matches any of the above
1504 # client: matches transactions containing an HTTP or FTP
1505 # client request received at a Squid *_port
1506 # all: matches any transaction, including internal transactions
1507 # without a configurable initiator and hopefully rare
1508 # transactions without a known-to-Squid initiator
1509 #
1510 # Multiple initiators are ORed.
1511
1512 acl aclname has component
1513 # matches a transaction "component" [fast]
1514 #
1515 # Supported transaction components are:
1516 # request: transaction has a request header (at least)
1517 # response: transaction has a response header (at least)
1518 # ALE: transaction has an internally-generated Access Log Entry
1519 # structure; bugs notwithstanding, all transaction have it
1520 #
1521 # For example, the following configuration helps when dealing with HTTP
1522 # clients that close connections without sending a request header:
1523 #
1524 # acl hasRequest has request
1525 # acl logMe note important_transaction
1526 # # avoid "logMe ACL is used in context without an HTTP request" warnings
1527 # access_log ... logformat=detailed hasRequest logMe
1528 # # log request-less transactions, instead of ignoring them
1529 # access_log ... logformat=brief !hasRequest
1530 #
1531 # Multiple components are not supported for one "acl" rule, but
1532 # can be specified (and are ORed) using multiple same-name rules:
1533 #
1534 # # OK, this strange logging daemon needs request or response,
1535 # # but can work without either a request or a response:
1536 # acl hasWhatMyLoggingDaemonNeeds has request
1537 # acl hasWhatMyLoggingDaemonNeeds has response
1538
1539 acl aclname at_step step
1540 # match against the current request processing step [fast]
1541 # Valid steps are:
1542 # GeneratingCONNECT: Generating HTTP CONNECT request headers
1543IF USE_OPENSSL
1544 # The following ssl_bump processing steps are recognized:
1545 # SslBump1: After getting TCP-level and HTTP CONNECT info.
1546 # SslBump2: After getting SSL Client Hello info.
1547 # SslBump3: After getting SSL Server Hello info.
1548ENDIF
1549
1550IF USE_OPENSSL
1551 acl aclname ssl_error errorname
1552 # match against SSL certificate validation error [fast]
1553 #
1554 # When used with sslproxy_cert_error, this ACL tests a single
1555 # certificate validation error currently being evaluated by that
1556 # directive. When used with slproxy_cert_sign or sslproxy_cert_adapt,
1557 # the ACL tests all past certificate validation errors associated with
1558 # the current Squid-to-server connection (attempt). This ACL is not yet
1559 # supported for use with other directives.
1560 #
1561 # For valid error names see in @DEFAULT_ERROR_DIR@/templates/error-details.txt
1562 # template file.
1563 #
1564 # The following can be used as shortcuts for certificate properties:
1565 # [ssl::]certHasExpired: the "not after" field is in the past
1566 # [ssl::]certNotYetValid: the "not before" field is in the future
1567 # [ssl::]certUntrusted: The certificate issuer is not to be trusted.
1568 # [ssl::]certSelfSigned: The certificate is self signed.
1569 # [ssl::]certDomainMismatch: The certificate CN domain does not
1570 # match the name the name of the host we are connecting to.
1571 #
1572 # The ssl::certHasExpired, ssl::certNotYetValid, ssl::certDomainMismatch,
1573 # ssl::certUntrusted, and ssl::certSelfSigned can also be used as
1574 # predefined ACLs, just like the 'all' ACL.
1575
1576 acl aclname server_cert_fingerprint fingerprint
1577 # match against server SSL certificate fingerprint [fast]
1578 #
1579 # The fingerprint is the digest of the DER encoded version
1580 # of the whole certificate. The user should use the form: XX:XX:...
1581 # The SHA1 digest algorithm is the default and is currently
1582 # the only algorithm supported.
1583
1584 acl aclname ssl::server_name [option] .foo.com ...
1585 # matches server name obtained from various sources [fast]
1586 #
1587 # The ACL computes server name(s) using such information sources as
1588 # CONNECT request URI, TLS client SNI, and TLS server certificate
1589 # subject (CN and SubjectAltName). The computed server name(s) usually
1590 # change with each SslBump step, as more info becomes available:
1591 # * SNI is used as the server name instead of the request URI,
1592 # * subject name(s) from the server certificate (CN and
1593 # SubjectAltName) are used as the server names instead of SNI.
1594 #
1595 # When the ACL computes multiple server names, matching any single
1596 # computed name is sufficient for the ACL to match.
1597 #
1598 # The "none" name can be used to match transactions where the ACL
1599 # could not compute the server name using any information source
1600 # that was both available and allowed to be used by the ACL options at
1601 # the ACL evaluation time.
1602 #
1603 # Unlike dstdomain, this ACL does not perform DNS lookups.
1604 #
1605 # A server name may be an IP address. For example, subject alternative
1606 # names (a.k.a. SANs) in some real server certificates include IPv4 and
1607 # IPv6 entries. Internally, Squid uses inet_ntop(3) to prep IP names for
1608 # matching. When using IPv6 names, use "::" notation (if applicable).
1609 # Do not use brackets. For example: 1080::8:800:200c:417a.
1610 #
1611 # An ACL option below may be used to restrict what information
1612 # sources are used to extract the server names from:
1613 #
1614 # --client-requested
1615 # The server name is SNI regardless of what the server says.
1616 # --server-provided
1617 # The server name(s) are the certificate subject name(s), regardless
1618 # of what the client has requested. If the server certificate is
1619 # unavailable, then the name is "none".
1620 # --consensus
1621 # The server name is either SNI (if SNI matches at least one of the
1622 # certificate subject names) or "none" (otherwise). When the server
1623 # certificate is unavailable, the consensus server name is SNI.
1624 #
1625 # Combining multiple options in one ACL is a fatal configuration
1626 # error.
1627 #
1628 # For all options: If no SNI is available, then the CONNECT request
1629 # target (a.k.a. URI) is used instead of SNI (for an intercepted
1630 # connection, this target is the destination IP address).
1631
1632 acl aclname ssl::server_name_regex [-i] \.foo\.com ...
1633 # POSIX extended regex matches server name obtained from various sources [fast]
1634 #
1635 # See ssl::server_name for details, including IPv6 address formatting
1636 # caveats. Use case-insensitive matching (i.e. -i option) to reduce
1637 # dependency on how Squid formats or sanitizes server names.
1638
1639 acl aclname connections_encrypted
1640 # matches transactions with all HTTP messages received over TLS
1641 # transport connections. [fast]
1642 #
1643 # The master transaction deals with HTTP messages received from
1644 # various sources. All sources used by the master transaction in the
1645 # past are considered by the ACL. The following rules define whether
1646 # a given message source taints the entire master transaction,
1647 # resulting in ACL mismatches:
1648 #
1649 # * The HTTP client transport connection is not TLS.
1650 # * An adaptation service connection-encryption flag is off.
1651 # * The peer or origin server transport connection is not TLS.
1652 #
1653 # Caching currently does not affect these rules. This cache ignorance
1654 # implies that only the current HTTP client transport and REQMOD
1655 # services status determine whether this ACL matches a from-cache
1656 # transaction. The source of the cached response does not have any
1657 # effect on future transaction that use the cached response without
1658 # revalidation. This may change.
1659 #
1660 # DNS, ICP, and HTCP exchanges during the master transaction do not
1661 # affect these rules.
1662ENDIF
1663 acl aclname any-of acl1 acl2 ...
1664 # match any one of the acls [fast or slow]
1665 # The first matching ACL stops further ACL evaluation.
1666 #
1667 # ACLs from multiple any-of lines with the same name are ORed.
1668 # For example, A = (a1 or a2) or (a3 or a4) can be written as
1669 # acl A any-of a1 a2
1670 # acl A any-of a3 a4
1671 #
1672 # This group ACL is fast if all evaluated ACLs in the group are fast
1673 # and slow otherwise.
1674
1675 acl aclname all-of acl1 acl2 ...
1676 # match all of the acls [fast or slow]
1677 # The first mismatching ACL stops further ACL evaluation.
1678 #
1679 # ACLs from multiple all-of lines with the same name are ORed.
1680 # For example, B = (b1 and b2) or (b3 and b4) can be written as
1681 # acl B all-of b1 b2
1682 # acl B all-of b3 b4
1683 #
1684 # This group ACL is fast if all evaluated ACLs in the group are fast
1685 # and slow otherwise.
1686
1687 Examples:
1688 acl macaddress arp 09:00:2b:23:45:67
1689 acl password proxy_auth REQUIRED
1690 acl fileupload req_mime_type -i ^multipart/form-data$
1691 acl javascript rep_mime_type -i ^application/x-javascript$
1692
1693CONFIG_START
1694#
1695# Recommended minimum configuration:
1696#
1697
1698# Example rule allowing access from your local networks.
1699# Adapt to list your (internal) IP networks from where browsing
1700# should be allowed
1701acl localnet src 0.0.0.1-0.255.255.255 # RFC 1122 "this" network (LAN)
1702acl localnet src 10.0.0.0/8 # RFC 1918 local private network (LAN)
1703acl localnet src 100.64.0.0/10 # RFC 6598 shared address space (CGN)
1704acl localnet src 169.254.0.0/16 # RFC 3927 link-local (directly plugged) machines
1705acl localnet src 172.16.0.0/12 # RFC 1918 local private network (LAN)
1706acl localnet src 192.168.0.0/16 # RFC 1918 local private network (LAN)
1707acl localnet src fc00::/7 # RFC 4193 local private network range
1708acl localnet src fe80::/10 # RFC 4291 link-local (directly plugged) machines
1709
1710acl SSL_ports port 443
1711acl Safe_ports port 80 # http
1712acl Safe_ports port 21 # ftp
1713acl Safe_ports port 443 # https
1714acl Safe_ports port 70 # gopher
1715acl Safe_ports port 210 # wais
1716acl Safe_ports port 1025-65535 # unregistered ports
1717acl Safe_ports port 280 # http-mgmt
1718acl Safe_ports port 488 # gss-http
1719acl Safe_ports port 591 # filemaker
1720acl Safe_ports port 777 # multiling http
1721CONFIG_END
1722DOC_END
1723
1724NAME: proxy_protocol_access
1725TYPE: acl_access
1726LOC: Config.accessList.proxyProtocol
1727DEFAULT: none
1728DEFAULT_DOC: all TCP connections to ports with require-proxy-header will be denied
1729DOC_START
1730 Determine which client proxies can be trusted to provide correct
1731 information regarding real client IP address using PROXY protocol.
1732
1733 Requests may pass through a chain of several other proxies
1734 before reaching us. The original source details may by sent in:
1735 * HTTP message Forwarded header, or
1736 * HTTP message X-Forwarded-For header, or
1737 * PROXY protocol connection header.
1738
1739 This directive is solely for validating new PROXY protocol
1740 connections received from a port flagged with require-proxy-header.
1741 It is checked only once after TCP connection setup.
1742
1743 A deny match results in TCP connection closure.
1744
1745 An allow match is required for Squid to permit the corresponding
1746 TCP connection, before Squid even looks for HTTP request headers.
1747 If there is an allow match, Squid starts using PROXY header information
1748 to determine the source address of the connection for all future ACL
1749 checks, logging, etc.
1750
1751 SECURITY CONSIDERATIONS:
1752
1753 Any host from which we accept client IP details can place
1754 incorrect information in the relevant header, and Squid
1755 will use the incorrect information as if it were the
1756 source address of the request. This may enable remote
1757 hosts to bypass any access control restrictions that are
1758 based on the client's source addresses.
1759
1760 This clause only supports fast acl types.
1761 See https://wiki.squid-cache.org/SquidFaq/SquidAcl for details.
1762DOC_END
1763
1764NAME: follow_x_forwarded_for
1765TYPE: acl_access
1766IFDEF: FOLLOW_X_FORWARDED_FOR
1767LOC: Config.accessList.followXFF
1768DEFAULT_IF_NONE: deny all
1769DEFAULT_DOC: X-Forwarded-For header will be ignored.
1770DOC_START
1771 Determine which client proxies can be trusted to provide correct
1772 information regarding real client IP address.
1773
1774 Requests may pass through a chain of several other proxies
1775 before reaching us. The original source details may by sent in:
1776 * HTTP message Forwarded header, or
1777 * HTTP message X-Forwarded-For header, or
1778 * PROXY protocol connection header.
1779
1780 PROXY protocol connections are controlled by the proxy_protocol_access
1781 directive which is checked before this.
1782
1783 If a request reaches us from a source that is allowed by this
1784 directive, then we trust the information it provides regarding
1785 the IP of the client it received from (if any).
1786
1787 For the purpose of ACLs used in this directive the src ACL type always
1788 matches the address we are testing and srcdomain matches its rDNS.
1789
1790 On each HTTP request Squid checks for X-Forwarded-For header fields.
1791 If found the header values are iterated in reverse order and an allow
1792 match is required for Squid to continue on to the next value.
1793 The verification ends when a value receives a deny match, cannot be
1794 tested, or there are no more values to test.
1795 NOTE: Squid does not yet follow the Forwarded HTTP header.
1796
1797 The end result of this process is an IP address that we will
1798 refer to as the indirect client address. This address may
1799 be treated as the client address for access control, ICAP, delay
1800 pools and logging, depending on the acl_uses_indirect_client,
1801 icap_uses_indirect_client, delay_pool_uses_indirect_client,
1802 log_uses_indirect_client and tproxy_uses_indirect_client options.
1803
1804 This clause only supports fast acl types.
1805 See https://wiki.squid-cache.org/SquidFaq/SquidAcl for details.
1806
1807 SECURITY CONSIDERATIONS:
1808
1809 Any host from which we accept client IP details can place
1810 incorrect information in the relevant header, and Squid
1811 will use the incorrect information as if it were the
1812 source address of the request. This may enable remote
1813 hosts to bypass any access control restrictions that are
1814 based on the client's source addresses.
1815
1816 For example:
1817
1818 acl localhost src 127.0.0.1
1819 acl my_other_proxy srcdomain .proxy.example.com
1820 follow_x_forwarded_for allow localhost
1821 follow_x_forwarded_for allow my_other_proxy
1822DOC_END
1823
1824NAME: acl_uses_indirect_client
1825COMMENT: on|off
1826TYPE: onoff
1827IFDEF: FOLLOW_X_FORWARDED_FOR
1828DEFAULT: on
1829LOC: Config.onoff.acl_uses_indirect_client
1830DOC_START
1831 Controls whether the indirect client address
1832 (see follow_x_forwarded_for) is used instead of the
1833 direct client address in acl matching.
1834
1835 NOTE: maxconn ACL considers direct TCP links and indirect
1836 clients will always have zero. So no match.
1837DOC_END
1838
1839NAME: delay_pool_uses_indirect_client
1840COMMENT: on|off
1841TYPE: onoff
1842IFDEF: FOLLOW_X_FORWARDED_FOR&&USE_DELAY_POOLS
1843DEFAULT: on
1844LOC: Config.onoff.delay_pool_uses_indirect_client
1845DOC_START
1846 Controls whether the indirect client address
1847 (see follow_x_forwarded_for) is used instead of the
1848 direct client address in delay pools.
1849DOC_END
1850
1851NAME: log_uses_indirect_client
1852COMMENT: on|off
1853TYPE: onoff
1854IFDEF: FOLLOW_X_FORWARDED_FOR
1855DEFAULT: on
1856LOC: Config.onoff.log_uses_indirect_client
1857DOC_START
1858 Controls whether the indirect client address
1859 (see follow_x_forwarded_for) is used instead of the
1860 direct client address in the access log.
1861DOC_END
1862
1863NAME: tproxy_uses_indirect_client
1864COMMENT: on|off
1865TYPE: onoff
1866IFDEF: FOLLOW_X_FORWARDED_FOR&&LINUX_NETFILTER
1867DEFAULT: off
1868LOC: Config.onoff.tproxy_uses_indirect_client
1869DOC_START
1870 Controls whether the indirect client address
1871 (see follow_x_forwarded_for) is used instead of the
1872 direct client address when spoofing the outgoing client.
1873
1874 This has no effect on requests arriving in non-tproxy
1875 mode ports.
1876
1877 SECURITY WARNING: Usage of this option is dangerous
1878 and should not be used trivially. Correct configuration
1879 of follow_x_forwarded_for with a limited set of trusted
1880 sources is required to prevent abuse of your proxy.
1881DOC_END
1882
1883NAME: spoof_client_ip
1884TYPE: acl_access
1885LOC: Config.accessList.spoof_client_ip
1886DEFAULT: none
1887DEFAULT_DOC: Allow spoofing on all TPROXY traffic.
1888DOC_START
1889 Control client IP address spoofing of TPROXY traffic based on
1890 defined access lists.
1891
1892 spoof_client_ip allow|deny [!]aclname ...
1893
1894 If there are no "spoof_client_ip" lines present, the default
1895 is to "allow" spoofing of any suitable request.
1896
1897 Note that the cache_peer "no-tproxy" option overrides this ACL.
1898
1899 This clause supports fast acl types.
1900 See https://wiki.squid-cache.org/SquidFaq/SquidAcl for details.
1901DOC_END
1902
1903NAME: http_access
1904TYPE: acl_access
1905LOC: Config.accessList.http
1906DEFAULT_IF_NONE: deny all
1907DEFAULT_DOC: Deny, unless rules exist in squid.conf.
1908DOC_START
1909 Allowing or Denying access based on defined access lists
1910
1911 To allow or deny a message received on an HTTP, HTTPS, or FTP port:
1912 http_access allow|deny [!]aclname ...
1913
1914 NOTE on default values:
1915
1916 If there are no "access" lines present, the default is to deny
1917 the request.
1918
1919 If none of the "access" lines cause a match, the default is the
1920 opposite of the last line in the list. If the last line was
1921 deny, the default is allow. Conversely, if the last line
1922 is allow, the default will be deny. For these reasons, it is a
1923 good idea to have an "deny all" entry at the end of your access
1924 lists to avoid potential confusion.
1925
1926 This clause supports both fast and slow acl types.
1927 See https://wiki.squid-cache.org/SquidFaq/SquidAcl for details.
1928
1929CONFIG_START
1930
1931#
1932# Recommended minimum Access Permission configuration:
1933#
1934# Deny requests to certain unsafe ports
1935http_access deny !Safe_ports
1936
1937# Deny CONNECT to other than secure SSL ports
1938http_access deny CONNECT !SSL_ports
1939
1940# Only allow cachemgr access from localhost
1941http_access allow localhost manager
1942http_access deny manager
1943
1944# This default configuration only allows localhost requests because a more
1945# permissive Squid installation could introduce new attack vectors into the
1946# network by proxying external TCP connections to unprotected services.
1947http_access allow localhost
1948
1949# The two deny rules below are unnecessary in this default configuration
1950# because they are followed by a "deny all" rule. However, they may become
1951# critically important when you start allowing external requests below them.
1952
1953# Protect web applications running on the same server as Squid. They often
1954# assume that only local users can access them at "localhost" ports.
1955http_access deny to_localhost
1956
1957# Protect cloud servers that provide local users with sensitive info about
1958# their server via certain well-known link-local (a.k.a. APIPA) addresses.
1959http_access deny to_linklocal
1960
1961#
1962# INSERT YOUR OWN RULE(S) HERE TO ALLOW ACCESS FROM YOUR CLIENTS
1963#
1964
1965# For example, to allow access from your local networks, you may uncomment the
1966# following rule (and/or add rules that match your definition of "local"):
1967# http_access allow localnet
1968
1969# And finally deny all other access to this proxy
1970http_access deny all
1971CONFIG_END
1972DOC_END
1973
1974NAME: adapted_http_access http_access2
1975TYPE: acl_access
1976LOC: Config.accessList.adapted_http
1977DEFAULT: none
1978DEFAULT_DOC: Allow, unless rules exist in squid.conf.
1979DOC_START
1980 Allowing or Denying access based on defined access lists
1981
1982 Essentially identical to http_access, but runs after redirectors
1983 and ICAP/eCAP adaptation. Allowing access control based on their
1984 output.
1985
1986 If not set then only http_access is used.
1987DOC_END
1988
1989NAME: http_reply_access
1990TYPE: acl_access
1991LOC: Config.accessList.reply
1992DEFAULT: none
1993DEFAULT_DOC: Allow, unless rules exist in squid.conf.
1994DOC_START
1995 Allow replies to client requests. This is complementary to http_access.
1996
1997 http_reply_access allow|deny [!] aclname ...
1998
1999 NOTE: if there are no access lines present, the default is to allow
2000 all replies.
2001
2002 If none of the access lines cause a match the opposite of the
2003 last line will apply. Thus it is good practice to end the rules
2004 with an "allow all" or "deny all" entry.
2005
2006 This clause supports both fast and slow acl types.
2007 See https://wiki.squid-cache.org/SquidFaq/SquidAcl for details.
2008DOC_END
2009
2010NAME: icp_access
2011TYPE: acl_access
2012LOC: Config.accessList.icp
2013DEFAULT: none
2014DEFAULT_DOC: Deny, unless rules exist in squid.conf.
2015DOC_START
2016 Allowing or Denying access to the ICP port based on defined
2017 access lists
2018
2019 icp_access allow|deny [!]aclname ...
2020
2021 NOTE: The default if no icp_access lines are present is to
2022 deny all traffic. This default may cause problems with peers
2023 using ICP.
2024
2025 This clause only supports fast acl types.
2026 See https://wiki.squid-cache.org/SquidFaq/SquidAcl for details.
2027
2028# Allow ICP queries from local networks only
2029#icp_access allow localnet
2030#icp_access deny all
2031DOC_END
2032
2033NAME: htcp_access
2034IFDEF: USE_HTCP
2035TYPE: acl_access
2036LOC: Config.accessList.htcp
2037DEFAULT: none
2038DEFAULT_DOC: Deny, unless rules exist in squid.conf.
2039DOC_START
2040 Allowing or Denying access to the HTCP port based on defined
2041 access lists
2042
2043 htcp_access allow|deny [!]aclname ...
2044
2045 See also htcp_clr_access for details on access control for
2046 cache purge (CLR) HTCP messages.
2047
2048 NOTE: The default if no htcp_access lines are present is to
2049 deny all traffic. This default may cause problems with peers
2050 using the htcp option.
2051
2052 This clause only supports fast acl types.
2053 See https://wiki.squid-cache.org/SquidFaq/SquidAcl for details.
2054
2055# Allow HTCP queries from local networks only
2056#htcp_access allow localnet
2057#htcp_access deny all
2058DOC_END
2059
2060NAME: htcp_clr_access
2061IFDEF: USE_HTCP
2062TYPE: acl_access
2063LOC: Config.accessList.htcp_clr
2064DEFAULT: none
2065DEFAULT_DOC: Deny, unless rules exist in squid.conf.
2066DOC_START
2067 Allowing or Denying access to purge content using HTCP based
2068 on defined access lists.
2069 See htcp_access for details on general HTCP access control.
2070
2071 htcp_clr_access allow|deny [!]aclname ...
2072
2073 This clause only supports fast acl types.
2074 See https://wiki.squid-cache.org/SquidFaq/SquidAcl for details.
2075
2076# Allow HTCP CLR requests from trusted peers
2077acl htcp_clr_peer src 192.0.2.2 2001:DB8::2
2078htcp_clr_access allow htcp_clr_peer
2079htcp_clr_access deny all
2080DOC_END
2081
2082NAME: miss_access
2083TYPE: acl_access
2084LOC: Config.accessList.miss
2085DEFAULT: none
2086DEFAULT_DOC: Allow, unless rules exist in squid.conf.
2087DOC_START
2088 Determines whether network access is permitted when satisfying a request.
2089
2090 For example;
2091 to force your neighbors to use you as a sibling instead of
2092 a parent.
2093
2094 acl localclients src 192.0.2.0/24 2001:DB8::a:0/64
2095 miss_access deny !localclients
2096 miss_access allow all
2097
2098 This means only your local clients are allowed to fetch relayed/MISS
2099 replies from the network and all other clients can only fetch cached
2100 objects (HITs).
2101
2102 The default for this setting allows all clients who passed the
2103 http_access rules to relay via this proxy.
2104
2105 This clause only supports fast acl types.
2106 See https://wiki.squid-cache.org/SquidFaq/SquidAcl for details.
2107DOC_END
2108
2109NAME: reply_body_max_size
2110COMMENT: size [acl acl...]
2111TYPE: acl_b_size_t
2112DEFAULT: none
2113DEFAULT_DOC: No limit is applied.
2114LOC: Config.ReplyBodySize
2115DOC_START
2116 This option specifies the maximum size of a reply body. It can be
2117 used to prevent users from downloading very large files, such as
2118 MP3's and movies. When the reply headers are received, the
2119 reply_body_max_size lines are processed, and the first line where
2120 all (if any) listed ACLs are true is used as the maximum body size
2121 for this reply.
2122
2123 This size is checked twice. First when we get the reply headers,
2124 we check the content-length value. If the content length value exists
2125 and is larger than the allowed size, the request is denied and the
2126 user receives an error message that says "the request or reply
2127 is too large." If there is no content-length, and the reply
2128 size exceeds this limit, the client's connection is just closed
2129 and they will receive a partial reply.
2130
2131 WARNING: downstream caches probably can not detect a partial reply
2132 if there is no content-length header, so they will cache
2133 partial responses and give them out as hits. You should NOT
2134 use this option if you have downstream caches.
2135
2136 WARNING: A maximum size smaller than the size of squid's error messages
2137 will cause an infinite loop and crash squid. Ensure that the smallest
2138 non-zero value you use is greater that the maximum header size plus
2139 the size of your largest error page.
2140
2141 If you set this parameter none (the default), there will be
2142 no limit imposed.
2143
2144 Configuration Format is:
2145 reply_body_max_size SIZE UNITS [acl ...]
2146 ie.
2147 reply_body_max_size 10 MB
2148
2149DOC_END
2150
2151NAME: on_unsupported_protocol
2152TYPE: on_unsupported_protocol
2153LOC: Config.accessList.on_unsupported_protocol
2154DEFAULT: none
2155DEFAULT_DOC: Respond with an error message to unidentifiable traffic
2156DOC_START
2157 Determines Squid behavior when encountering strange requests at the
2158 beginning of an accepted TCP connection or the beginning of a bumped
2159 CONNECT tunnel. Controlling Squid reaction to unexpected traffic is
2160 especially useful in interception environments where Squid is likely
2161 to see connections for unsupported protocols that Squid should either
2162 terminate or tunnel at TCP level.
2163
2164 on_unsupported_protocol <action> [!]acl ...
2165
2166 The first matching action wins. Only fast ACLs are supported.
2167
2168 Supported actions are:
2169
2170 tunnel: Establish a TCP connection with the intended server and
2171 blindly shovel TCP packets between the client and server.
2172
2173 respond: Respond with an error message, using the transfer protocol
2174 for the Squid port that received the request (e.g., HTTP
2175 for connections intercepted at the http_port). This is the
2176 default.
2177
2178 Squid expects the following traffic patterns:
2179
2180 http_port: a plain HTTP request
2181 https_port: SSL/TLS handshake followed by an [encrypted] HTTP request
2182 ftp_port: a plain FTP command (no on_unsupported_protocol support yet!)
2183 CONNECT tunnel on http_port: same as https_port
2184 CONNECT tunnel on https_port: same as https_port
2185
2186 Currently, this directive has effect on intercepted connections and
2187 bumped tunnels only. Other cases are not supported because Squid
2188 cannot know the intended destination of other traffic.
2189
2190 For example:
2191 # define what Squid errors indicate receiving non-HTTP traffic:
2192 acl foreignProtocol squid_error ERR_PROTOCOL_UNKNOWN ERR_TOO_BIG
2193 # define what Squid errors indicate receiving nothing:
2194 acl serverTalksFirstProtocol squid_error ERR_REQUEST_START_TIMEOUT
2195 # tunnel everything that does not look like HTTP:
2196 on_unsupported_protocol tunnel foreignProtocol
2197 # tunnel if we think the client waits for the server to talk first:
2198 on_unsupported_protocol tunnel serverTalksFirstProtocol
2199 # in all other error cases, just send an HTTP "error page" response:
2200 on_unsupported_protocol respond all
2201
2202 See also: squid_error ACL
2203DOC_END
2204
2205NAME: auth_schemes
2206TYPE: AuthSchemes
2207IFDEF: USE_AUTH
2208LOC: Auth::TheConfig.schemeAccess
2209DEFAULT: none
2210DEFAULT_DOC: use all auth_param schemes in their configuration order
2211DOC_START
2212 Use this directive to customize authentication schemes presence and
2213 order in Squid's Unauthorized and Authentication Required responses.
2214
2215 auth_schemes scheme1,scheme2,... [!]aclname ...
2216
2217 where schemeN is the name of one of the authentication schemes
2218 configured using auth_param directives. At least one scheme name is
2219 required. Multiple scheme names are separated by commas. Either
2220 avoid whitespace or quote the entire schemes list.
2221
2222 A special "ALL" scheme name expands to all auth_param-configured
2223 schemes in their configuration order. This directive cannot be used
2224 to configure Squid to offer no authentication schemes at all.
2225
2226 The first matching auth_schemes rule determines the schemes order
2227 for the current Authentication Required transaction. Note that the
2228 future response is not yet available during auth_schemes evaluation.
2229
2230 If this directive is not used or none of its rules match, then Squid
2231 responds with all configured authentication schemes in the order of
2232 auth_param directives in the configuration file.
2233
2234 This directive does not determine when authentication is used or
2235 how each authentication scheme authenticates clients.
2236
2237 The following example sends basic and negotiate authentication
2238 schemes, in that order, when requesting authentication of HTTP
2239 requests matching the isIE ACL (not shown) while sending all
2240 auth_param schemes in their configuration order to other clients:
2241
2242 auth_schemes basic,negotiate isIE
2243 auth_schemes ALL all # explicit default
2244
2245 This directive supports fast ACLs only.
2246
2247 See also: auth_param.
2248DOC_END
2249
2250COMMENT_START
2251 NETWORK OPTIONS
2252 -----------------------------------------------------------------------------
2253COMMENT_END
2254
2255NAME: http_port ascii_port
2256TYPE: PortCfg
2257DEFAULT: none
2258LOC: HttpPortList
2259DOC_START
2260 Usage: port [mode] [options]
2261 hostname:port [mode] [options]
2262 1.2.3.4:port [mode] [options]
2263
2264 The socket addresses where Squid will listen for HTTP client
2265 requests. You may specify multiple socket addresses.
2266 There are three forms: port alone, hostname with port, and
2267 IP address with port. If you specify a hostname or IP
2268 address, Squid binds the socket to that specific
2269 address. Most likely, you do not need to bind to a specific
2270 address, so you can use the port number alone.
2271
2272 If you are running Squid in accelerator mode, you
2273 probably want to listen on port 80 also, or instead.
2274
2275 The -a command line option may be used to specify additional
2276 port(s) where Squid listens for proxy request. Such ports will
2277 be plain proxy ports with no options.
2278
2279 You may specify multiple socket addresses on multiple lines.
2280
2281 Modes:
2282
2283 intercept Support for IP-Layer NAT interception delivering
2284 traffic to this Squid port.
2285 NP: disables authentication on the port.
2286
2287 tproxy Support Linux TPROXY (or BSD divert-to) with spoofing
2288 of outgoing connections using the client IP address.
2289 NP: disables authentication on the port.
2290
2291 accel Accelerator / reverse proxy mode
2292
2293 ssl-bump For each CONNECT request allowed by ssl_bump ACLs,
2294 establish secure connection with the client and with
2295 the server, decrypt HTTPS messages as they pass through
2296 Squid, and treat them as unencrypted HTTP messages,
2297 becoming the man-in-the-middle.
2298
2299 The ssl_bump option is required to fully enable
2300 bumping of CONNECT requests.
2301
2302 Omitting the mode flag causes default forward proxy mode to be used.
2303
2304
2305 Accelerator Mode Options:
2306
2307 defaultsite=domainname
2308 What to use for the Host: header if it is not present
2309 in a request. Determines what site (not origin server)
2310 accelerators should consider the default.
2311
2312 no-vhost Disable using HTTP/1.1 Host header for virtual domain support.
2313
2314 protocol= Protocol to reconstruct accelerated and intercepted
2315 requests with. Defaults to HTTP/1.1 for http_port and
2316 HTTPS/1.1 for https_port.
2317 When an unsupported value is configured Squid will
2318 produce a FATAL error.
2319 Values: HTTP or HTTP/1.1, HTTPS or HTTPS/1.1
2320
2321 vport Virtual host port support. Using the http_port number
2322 instead of the port passed on Host: headers.
2323
2324 vport=NN Virtual host port support. Using the specified port
2325 number instead of the port passed on Host: headers.
2326
2327 act-as-origin
2328 Act as if this Squid is the origin server.
2329 This currently means generate new Date: and Expires:
2330 headers on HIT instead of adding Age:.
2331
2332 ignore-cc Ignore request Cache-Control headers.
2333
2334 WARNING: This option violates HTTP specifications if
2335 used in non-accelerator setups.
2336
2337 allow-direct Allow direct forwarding in accelerator mode. Normally
2338 accelerated requests are denied direct forwarding as if
2339 never_direct was used.
2340
2341 WARNING: this option opens accelerator mode to security
2342 vulnerabilities usually only affecting in interception
2343 mode. Make sure to protect forwarding with suitable
2344 http_access rules when using this.
2345
2346
2347 SSL Bump Mode Options:
2348 In addition to these options ssl-bump requires TLS/SSL options.
2349
2350 generate-host-certificates[=<on|off>]
2351 Dynamically create SSL server certificates for the
2352 destination hosts of bumped CONNECT requests.When
2353 enabled, the cert and key options are used to sign
2354 generated certificates. Otherwise generated
2355 certificate will be selfsigned.
2356 If there is a CA certificate lifetime of the generated
2357 certificate equals lifetime of the CA certificate. If
2358 generated certificate is selfsigned lifetime is three
2359 years.
2360 This option is enabled by default when ssl-bump is used.
2361 See the ssl-bump option above for more information.
2362
2363 dynamic_cert_mem_cache_size=SIZE
2364 Approximate total RAM size spent on cached generated
2365 certificates. If set to zero, caching is disabled. The
2366 default value is 4MB.
2367
2368 TLS / SSL Options:
2369
2370 tls-cert= Path to file containing an X.509 certificate (PEM format)
2371 to be used in the TLS handshake ServerHello.
2372
2373 If this certificate is constrained by KeyUsage TLS
2374 feature it must allow HTTP server usage, along with
2375 any additional restrictions imposed by your choice
2376 of options= settings.
2377
2378 When OpenSSL is used this file may also contain a
2379 chain of intermediate CA certificates to send in the
2380 TLS handshake.
2381
2382 When GnuTLS is used this option (and any paired
2383 tls-key= option) may be repeated to load multiple
2384 certificates for different domains.
2385
2386 Also, when generate-host-certificates=on is configured
2387 the first tls-cert= option must be a CA certificate
2388 capable of signing the automatically generated
2389 certificates.
2390
2391 tls-key= Path to a file containing private key file (PEM format)
2392 for the previous tls-cert= option.
2393
2394 If tls-key= is not specified tls-cert= is assumed to
2395 reference a PEM file containing both the certificate
2396 and private key.
2397
2398 cipher= Colon separated list of supported ciphers.
2399 NOTE: some ciphers such as EDH ciphers depend on
2400 additional settings. If those settings are
2401 omitted the ciphers may be silently ignored
2402 by the OpenSSL library.
2403
2404 options= Various SSL implementation options. The most important
2405 being:
2406
2407 NO_SSLv3 Disallow the use of SSLv3
2408
2409 NO_TLSv1 Disallow the use of TLSv1.0
2410
2411 NO_TLSv1_1 Disallow the use of TLSv1.1
2412
2413 NO_TLSv1_2 Disallow the use of TLSv1.2
2414
2415 SINGLE_DH_USE
2416 Always create a new key when using
2417 temporary/ephemeral DH key exchanges
2418
2419 SINGLE_ECDH_USE
2420 Enable ephemeral ECDH key exchange.
2421 The adopted curve should be specified
2422 using the tls-dh option.
2423
2424 NO_TICKET
2425 Disable use of RFC5077 session tickets.
2426 Some servers may have problems
2427 understanding the TLS extension due
2428 to ambiguous specification in RFC4507.
2429
2430 ALL Enable various bug workarounds
2431 suggested as "harmless" by OpenSSL
2432 Be warned that this reduces SSL/TLS
2433 strength to some attacks.
2434
2435 See the OpenSSL SSL_CTX_set_options documentation for a
2436 more complete list.
2437
2438 clientca= File containing the list of CAs to use when
2439 requesting a client certificate.
2440
2441 tls-cafile= PEM file containing CA certificates to use when verifying
2442 client certificates. If not configured clientca will be
2443 used. May be repeated to load multiple files.
2444
2445 capath= Directory containing additional CA certificates
2446 and CRL lists to use when verifying client certificates.
2447 Requires OpenSSL or LibreSSL.
2448
2449 crlfile= File of additional CRL lists to use when verifying
2450 the client certificate, in addition to CRLs stored in
2451 the capath. Implies VERIFY_CRL flag below.
2452
2453 tls-dh=[curve:]file
2454 File containing DH parameters for temporary/ephemeral DH key
2455 exchanges, optionally prefixed by a curve for ephemeral ECDH
2456 key exchanges.
2457 See OpenSSL documentation for details on how to create the
2458 DH parameter file. Supported curves for ECDH can be listed
2459 using the "openssl ecparam -list_curves" command.
2460 WARNING: EDH and EECDH ciphers will be silently disabled if
2461 this option is not set.
2462
2463 sslflags= Various flags modifying the use of SSL:
2464 DELAYED_AUTH
2465 Don't request client certificates
2466 immediately, but wait until acl processing
2467 requires a certificate (not yet implemented).
2468 CONDITIONAL_AUTH
2469 Request a client certificate during the TLS
2470 handshake, but ignore certificate absence in
2471 the TLS client Hello. If the client does
2472 supply a certificate, it is validated.
2473 NO_SESSION_REUSE
2474 Don't allow for session reuse. Each connection
2475 will result in a new SSL session.
2476 VERIFY_CRL
2477 Verify CRL lists when accepting client
2478 certificates.
2479 VERIFY_CRL_ALL
2480 Verify CRL lists for all certificates in the
2481 client certificate chain.
2482
2483 tls-default-ca[=off]
2484 Whether to use the system Trusted CAs. Default is OFF.
2485
2486 tls-no-npn Do not use the TLS NPN extension to advertise HTTP/1.1.
2487
2488 sslcontext= SSL session ID context identifier.
2489
2490 Other Options:
2491
2492 connection-auth[=on|off]
2493 use connection-auth=off to tell Squid to prevent
2494 forwarding Microsoft connection oriented authentication
2495 (NTLM, Negotiate and Kerberos)
2496
2497 disable-pmtu-discovery=
2498 Control Path-MTU discovery usage:
2499 off lets OS decide on what to do (default).
2500 transparent disable PMTU discovery when transparent
2501 support is enabled.
2502 always disable always PMTU discovery.
2503
2504 In many setups of transparently intercepting proxies
2505 Path-MTU discovery can not work on traffic towards the
2506 clients. This is the case when the intercepting device
2507 does not fully track connections and fails to forward
2508 ICMP must fragment messages to the cache server. If you
2509 have such setup and experience that certain clients
2510 sporadically hang or never complete requests set
2511 disable-pmtu-discovery option to 'transparent'.
2512
2513 name= Specifies a internal name for the port. Defaults to
2514 the port specification (port or addr:port)
2515
2516 tcpkeepalive[=idle,interval,timeout]
2517 Enable TCP keepalive probes of idle connections.
2518 In seconds; idle is the initial time before TCP starts
2519 probing the connection, interval how often to probe, and
2520 timeout the time before giving up.
2521
2522 require-proxy-header
2523 Require PROXY protocol version 1 or 2 connections.
2524 The proxy_protocol_access is required to permit
2525 downstream proxies which can be trusted.
2526
2527 worker-queues
2528 Ask TCP stack to maintain a dedicated listening queue
2529 for each worker accepting requests at this port.
2530 Requires TCP stack that supports the SO_REUSEPORT socket
2531 option.
2532
2533 SECURITY WARNING: Enabling worker-specific queues
2534 allows any process running as Squid's effective user to
2535 easily accept requests destined to this port.
2536
2537 If you run Squid on a dual-homed machine with an internal
2538 and an external interface we recommend you to specify the
2539 internal address:port in http_port. This way Squid will only be
2540 visible on the internal address.
2541
2542CONFIG_START
2543
2544# Squid normally listens to port 3128
2545http_port @DEFAULT_HTTP_PORT@
2546CONFIG_END
2547DOC_END
2548
2549NAME: https_port
2550IFDEF: HAVE_LIBGNUTLS||USE_OPENSSL
2551TYPE: PortCfg
2552DEFAULT: none
2553LOC: HttpPortList
2554DOC_START
2555 Usage: [ip:]port [mode] tls-cert=certificate.pem [options]
2556
2557 The socket address where Squid will listen for client requests made
2558 over TLS or SSL connections. Commonly referred to as HTTPS.
2559
2560 This is most useful for situations where you are running squid in
2561 accelerator mode and you want to do the TLS work at the accelerator
2562 level.
2563
2564 You may specify multiple socket addresses on multiple lines,
2565 each with their own certificate and/or options.
2566
2567 The tls-cert= option is mandatory on HTTPS ports.
2568
2569 See http_port for a list of modes and options.
2570 Not all http_port options are available for https_port.
2571 Among the unavalable options:
2572 - require-proxy-header
2573DOC_END
2574
2575NAME: ftp_port
2576TYPE: PortCfg
2577DEFAULT: none
2578LOC: FtpPortList
2579DOC_START
2580 Enables Native FTP proxy by specifying the socket address where Squid
2581 listens for FTP client requests. See http_port directive for various
2582 ways to specify the listening address and mode.
2583
2584 Usage: ftp_port address [mode] [options]
2585
2586 WARNING: This is a new, experimental, complex feature that has seen
2587 limited production exposure. Some Squid modules (e.g., caching) do not
2588 currently work with native FTP proxying, and many features have not
2589 even been tested for compatibility. Test well before deploying!
2590
2591 Native FTP proxying differs substantially from proxying HTTP requests
2592 with ftp:// URIs because Squid works as an FTP server and receives
2593 actual FTP commands (rather than HTTP requests with FTP URLs).
2594
2595 Native FTP commands accepted at ftp_port are internally converted or
2596 wrapped into HTTP-like messages. The same happens to Native FTP
2597 responses received from FTP origin servers. Those HTTP-like messages
2598 are shoveled through regular access control and adaptation layers
2599 between the FTP client and the FTP origin server. This allows Squid to
2600 examine, adapt, block, and log FTP exchanges. Squid reuses most HTTP
2601 mechanisms when shoveling wrapped FTP messages. For example,
2602 http_access and adaptation_access directives are used.
2603
2604 Modes:
2605
2606 intercept Same as http_port intercept. The FTP origin address is
2607 determined based on the intended destination of the
2608 intercepted connection.
2609
2610 tproxy Support Linux TPROXY for spoofing outgoing
2611 connections using the client IP address.
2612 NP: disables authentication and maybe IPv6 on the port.
2613
2614 By default (i.e., without an explicit mode option), Squid extracts the
2615 FTP origin address from the login@origin parameter of the FTP USER
2616 command. Many popular FTP clients support such native FTP proxying.
2617
2618 Options:
2619
2620 name=token Specifies an internal name for the port. Defaults to
2621 the port address. Usable with myportname ACL.
2622
2623 ftp-track-dirs
2624 Enables tracking of FTP directories by injecting extra
2625 PWD commands and adjusting Request-URI (in wrapping
2626 HTTP requests) to reflect the current FTP server
2627 directory. Tracking is disabled by default.
2628
2629 protocol=FTP Protocol to reconstruct accelerated and intercepted
2630 requests with. Defaults to FTP. No other accepted
2631 values have been tested with. An unsupported value
2632 results in a FATAL error. Accepted values are FTP,
2633 HTTP (or HTTP/1.1), and HTTPS (or HTTPS/1.1).
2634
2635 Other http_port modes and options that are not specific to HTTP and
2636 HTTPS may also work.
2637 Among the options that are not available for ftp_port:
2638 - require-proxy-header
2639 - ssl-bump
2640DOC_END
2641
2642NAME: tcp_outgoing_tos tcp_outgoing_ds tcp_outgoing_dscp
2643TYPE: acl_tos
2644DEFAULT: none
2645LOC: Ip::Qos::TheConfig.tosToServer
2646DOC_START
2647 Allows you to select a TOS/Diffserv value for packets outgoing
2648 on the server side, based on an ACL.
2649
2650 tcp_outgoing_tos ds-field [!]aclname ...
2651
2652 Example where normal_service_net uses the TOS value 0x00
2653 and good_service_net uses 0x20
2654
2655 acl normal_service_net src 10.0.0.0/24
2656 acl good_service_net src 10.0.1.0/24
2657 tcp_outgoing_tos 0x00 normal_service_net
2658 tcp_outgoing_tos 0x20 good_service_net
2659
2660 TOS/DSCP values really only have local significance - so you should
2661 know what you're specifying. For more information, see RFC2474,
2662 RFC2475, and RFC3260.
2663
2664 The TOS/DSCP byte must be exactly that - a octet value 0 - 255, or
2665 "default" to use whatever default your host has.
2666 Note that only multiples of 4 are usable as the two rightmost bits have
2667 been redefined for use by ECN (RFC 3168 section 23.1).
2668 The squid parser will enforce this by masking away the ECN bits.
2669
2670 Processing proceeds in the order specified, and stops at first fully
2671 matching line.
2672
2673 Only fast ACLs are supported.
2674DOC_END
2675
2676NAME: clientside_tos
2677TYPE: acl_tos
2678DEFAULT: none
2679LOC: Ip::Qos::TheConfig.tosToClient
2680DOC_START
2681 Allows you to select a TOS/DSCP value for packets being transmitted
2682 on the client-side, based on an ACL.
2683
2684 clientside_tos ds-field [!]aclname ...
2685
2686 Example where normal_service_net uses the TOS value 0x00
2687 and good_service_net uses 0x20
2688
2689 acl normal_service_net src 10.0.0.0/24
2690 acl good_service_net src 10.0.1.0/24
2691 clientside_tos 0x00 normal_service_net
2692 clientside_tos 0x20 good_service_net
2693
2694 Note: This feature is incompatible with qos_flows. Any TOS values set here
2695 will be overwritten by TOS values in qos_flows.
2696
2697 The TOS/DSCP byte must be exactly that - a octet value 0 - 255, or
2698 "default" to use whatever default your host has.
2699 Note that only multiples of 4 are usable as the two rightmost bits have
2700 been redefined for use by ECN (RFC 3168 section 23.1).
2701 The squid parser will enforce this by masking away the ECN bits.
2702
2703 This clause only supports fast acl types.
2704 See https://wiki.squid-cache.org/SquidFaq/SquidAcl for details.
2705DOC_END
2706
2707NAME: tcp_outgoing_mark
2708TYPE: acl_nfmark
2709IFDEF: HAVE_LIBCAP&&SO_MARK
2710DEFAULT: none
2711LOC: Ip::Qos::TheConfig.nfmarkToServer
2712DOC_START
2713 Allows you to apply a Netfilter mark value to outgoing packets
2714 on the server side, based on an ACL.
2715
2716 tcp_outgoing_mark mark-value [!]aclname ...
2717
2718 Example where normal_service_net uses the mark value 0x00
2719 and good_service_net uses 0x20
2720
2721 acl normal_service_net src 10.0.0.0/24
2722 acl good_service_net src 10.0.1.0/24
2723 tcp_outgoing_mark 0x00 normal_service_net
2724 tcp_outgoing_mark 0x20 good_service_net
2725
2726 Only fast ACLs are supported.
2727DOC_END
2728
2729NAME: mark_client_packet clientside_mark
2730TYPE: acl_nfmark
2731IFDEF: HAVE_LIBCAP&&SO_MARK
2732DEFAULT: none
2733LOC: Ip::Qos::TheConfig.nfmarkToClient
2734DOC_START
2735 Allows you to apply a Netfilter MARK value to packets being transmitted
2736 on the client-side, based on an ACL.
2737
2738 mark_client_packet mark-value [!]aclname ...
2739
2740 Example where normal_service_net uses the MARK value 0x00
2741 and good_service_net uses 0x20
2742
2743 acl normal_service_net src 10.0.0.0/24
2744 acl good_service_net src 10.0.1.0/24
2745 mark_client_packet 0x00 normal_service_net
2746 mark_client_packet 0x20 good_service_net
2747
2748 Note: This feature is incompatible with qos_flows. Any mark values set here
2749 will be overwritten by mark values in qos_flows.
2750
2751 This clause only supports fast acl types.
2752 See https://wiki.squid-cache.org/SquidFaq/SquidAcl for details.
2753DOC_END
2754
2755NAME: mark_client_connection
2756TYPE: acl_nfmark
2757IFDEF: HAVE_LIBCAP&&SO_MARK
2758DEFAULT: none
2759LOC: Ip::Qos::TheConfig.nfConnmarkToClient
2760DOC_START
2761 Allows you to apply a Netfilter CONNMARK value to a connection
2762 on the client-side, based on an ACL.
2763
2764 mark_client_connection mark-value[/mask] [!]aclname ...
2765
2766 The mark-value and mask are unsigned integers (hex, octal, or decimal).
2767 The mask may be used to preserve marking previously set by other agents
2768 (e.g., iptables).
2769
2770 A matching rule replaces the CONNMARK value. If a mask is also
2771 specified, then the masked bits of the original value are zeroed, and
2772 the configured mark-value is ORed with that adjusted value.
2773 For example, applying a mark-value 0xAB/0xF to 0x5F CONNMARK, results
2774 in a 0xFB marking (rather than a 0xAB or 0x5B).
2775
2776 This directive semantics is similar to iptables --set-mark rather than
2777 --set-xmark functionality.
2778
2779 The directive does not interfere with qos_flows (which uses packet MARKs,
2780 not CONNMARKs).
2781
2782 Example where squid marks intercepted FTP connections:
2783
2784 acl proto_ftp proto FTP
2785 mark_client_connection 0x200/0xff00 proto_ftp
2786
2787 This clause only supports fast acl types.
2788 See https://wiki.squid-cache.org/SquidFaq/SquidAcl for details.
2789DOC_END
2790
2791NAME: qos_flows
2792TYPE: QosConfig
2793IFDEF: USE_QOS_TOS
2794DEFAULT: none
2795LOC: Ip::Qos::TheConfig
2796DOC_START
2797 Allows you to select a TOS/DSCP value to mark outgoing
2798 connections to the client, based on where the reply was sourced.
2799 For platforms using netfilter, allows you to set a netfilter mark
2800 value instead of, or in addition to, a TOS value.
2801
2802 By default this functionality is disabled. To enable it with the default
2803 settings simply use "qos_flows mark" or "qos_flows tos". Default
2804 settings will result in the netfilter mark or TOS value being copied
2805 from the upstream connection to the client. Note that it is the connection
2806 CONNMARK value not the packet MARK value that is copied.
2807
2808 It is not currently possible to copy the mark or TOS value from the
2809 client to the upstream connection request.
2810
2811 TOS values really only have local significance - so you should
2812 know what you're specifying. For more information, see RFC2474,
2813 RFC2475, and RFC3260.
2814
2815 The TOS/DSCP byte must be exactly that - a octet value 0 - 255.
2816 Note that only multiples of 4 are usable as the two rightmost bits have
2817 been redefined for use by ECN (RFC 3168 section 23.1).
2818 The squid parser will enforce this by masking away the ECN bits.
2819
2820 Mark values can be any unsigned 32-bit integer value.
2821
2822 This setting is configured by setting the following values:
2823
2824 tos|mark Whether to set TOS or netfilter mark values
2825
2826 local-hit=0xFF Value to mark local cache hits.
2827
2828 sibling-hit=0xFF Value to mark hits from sibling peers.
2829
2830 parent-hit=0xFF Value to mark hits from parent peers.
2831
2832 miss=0xFF[/mask] Value to mark cache misses. Takes precedence
2833 over the preserve-miss feature (see below), unless
2834 mask is specified, in which case only the bits
2835 specified in the mask are written.
2836
2837 The TOS variant of the following features are only possible on Linux
2838 and require your kernel to be patched with the TOS preserving ZPH
2839 patch, available from http://zph.bratcheda.org
2840 No patch is needed to preserve the netfilter mark, which will work
2841 with all variants of netfilter.
2842
2843 disable-preserve-miss
2844 This option disables the preservation of the TOS or netfilter
2845 mark. By default, the existing TOS or netfilter mark value of
2846 the response coming from the remote server will be retained
2847 and masked with miss-mark.
2848 NOTE: in the case of a netfilter mark, the mark must be set on
2849 the connection (using the CONNMARK target) not on the packet
2850 (MARK target).
2851
2852 miss-mask=0xFF
2853 Allows you to mask certain bits in the TOS or mark value
2854 received from the remote server, before copying the value to
2855 the TOS sent towards clients.
2856 Default for tos: 0xFF (TOS from server is not changed).
2857 Default for mark: 0xFFFFFFFF (mark from server is not changed).
2858
2859 All of these features require the --enable-zph-qos compilation flag
2860 (enabled by default). Netfilter marking also requires the
2861 libnetfilter_conntrack libraries (--with-netfilter-conntrack) and
2862 libcap 2.09+ (--with-libcap).
2863
2864DOC_END
2865
2866NAME: tcp_outgoing_address
2867TYPE: acl_address
2868DEFAULT: none
2869DEFAULT_DOC: Address selection is performed by the operating system.
2870LOC: Config.accessList.outgoing_address
2871DOC_START
2872 Allows you to map requests to different outgoing IP addresses
2873 based on the username or source address of the user making
2874 the request.
2875
2876 tcp_outgoing_address ipaddr [[!]aclname] ...
2877
2878 For example;
2879 Forwarding clients with dedicated IPs for certain subnets.
2880
2881 acl normal_service_net src 10.0.0.0/24
2882 acl good_service_net src 10.0.2.0/24
2883
2884 tcp_outgoing_address 2001:db8::c001 good_service_net
2885 tcp_outgoing_address 10.1.0.2 good_service_net
2886
2887 tcp_outgoing_address 2001:db8::beef normal_service_net
2888 tcp_outgoing_address 10.1.0.1 normal_service_net
2889
2890 tcp_outgoing_address 2001:db8::1
2891 tcp_outgoing_address 10.1.0.3
2892
2893 Processing proceeds in the order specified, and stops at first fully
2894 matching line.
2895
2896 Squid will add an implicit IP version test to each line.
2897 Requests going to IPv4 websites will use the outgoing 10.1.0.* addresses.
2898 Requests going to IPv6 websites will use the outgoing 2001:db8:* addresses.
2899
2900
2901 NOTE: The use of this directive using client dependent ACLs is
2902 incompatible with the use of server side persistent connections. To
2903 ensure correct results it is best to set server_persistent_connections
2904 to off when using this directive in such configurations.
2905
2906 NOTE: The use of this directive to set a local IP on outgoing TCP links
2907 is incompatible with using TPROXY to set client IP out outbound TCP links.
2908 When needing to contact peers use the no-tproxy cache_peer option and the
2909 client_dst_passthru directive re-enable normal forwarding such as this.
2910
2911 This clause only supports fast acl types.
2912 See https://wiki.squid-cache.org/SquidFaq/SquidAcl for details.
2913DOC_END
2914
2915NAME: host_verify_strict
2916TYPE: onoff
2917DEFAULT: off
2918LOC: Config.onoff.hostStrictVerify
2919DOC_START
2920 Regardless of this option setting, when dealing with intercepted
2921 traffic, Squid always verifies that the destination IP address matches
2922 the Host header domain or IP (called 'authority form URL').
2923
2924 This enforcement is performed to satisfy a MUST-level requirement in
2925 RFC 2616 section 14.23: "The Host field value MUST represent the naming
2926 authority of the origin server or gateway given by the original URL".
2927
2928 When set to ON:
2929 Squid always responds with an HTTP 409 (Conflict) error
2930 page and logs a security warning if there is no match.
2931
2932 Squid verifies that the destination IP address matches
2933 the Host header for forward-proxy and reverse-proxy traffic
2934 as well. For those traffic types, Squid also enables the
2935 following checks, comparing the corresponding Host header
2936 and Request-URI components:
2937
2938 * The host names (domain or IP) must be identical,
2939 but valueless or missing Host header disables all checks.
2940 For the two host names to match, both must be either IP
2941 or FQDN.
2942
2943 * Port numbers must be identical, but if a port is missing
2944 the scheme-default port is assumed.
2945
2946
2947 When set to OFF (the default):
2948 Squid allows suspicious requests to continue but logs a
2949 security warning and blocks caching of the response.
2950
2951 * Forward-proxy traffic is not checked at all.
2952
2953 * Reverse-proxy traffic is not checked at all.
2954
2955 * Intercepted traffic which passes verification is handled
2956 according to client_dst_passthru.
2957
2958 * Intercepted requests which fail verification are sent
2959 to the client original destination instead of DIRECT.
2960 This overrides 'client_dst_passthru off'.
2961
2962 For now suspicious intercepted CONNECT requests are always
2963 responded to with an HTTP 409 (Conflict) error page.
2964
2965
2966 SECURITY NOTE:
2967
2968 As described in CVE-2009-0801 when the Host: header alone is used
2969 to determine the destination of a request it becomes trivial for
2970 malicious scripts on remote websites to bypass browser same-origin
2971 security policy and sandboxing protections.
2972
2973 The cause of this is that such applets are allowed to perform their
2974 own HTTP stack, in which case the same-origin policy of the browser
2975 sandbox only verifies that the applet tries to contact the same IP
2976 as from where it was loaded at the IP level. The Host: header may
2977 be different from the connected IP and approved origin.
2978
2979DOC_END
2980
2981NAME: client_dst_passthru
2982TYPE: onoff
2983DEFAULT: on
2984LOC: Config.onoff.client_dst_passthru
2985DOC_START
2986 With NAT or TPROXY intercepted traffic Squid may pass the request
2987 directly to the original client destination IP or seek a faster
2988 source using the HTTP Host header.
2989
2990 Using Host to locate alternative servers can provide faster
2991 connectivity with a range of failure recovery options.
2992 But can also lead to connectivity trouble when the client and
2993 server are attempting stateful interactions unaware of the proxy.
2994
2995 This option (on by default) prevents alternative DNS entries being
2996 located to send intercepted traffic DIRECT to an origin server.
2997 The clients original destination IP and port will be used instead.
2998
2999 Regardless of this option setting, when dealing with intercepted
3000 traffic Squid will verify the Host: header and any traffic which
3001 fails Host verification will be treated as if this option were ON.
3002
3003 see host_verify_strict for details on the verification process.
3004DOC_END
3005
3006COMMENT_START
3007 TLS OPTIONS
3008 -----------------------------------------------------------------------------
3009COMMENT_END
3010
3011NAME: tls_outgoing_options
3012IFDEF: HAVE_LIBGNUTLS||USE_OPENSSL
3013TYPE: securePeerOptions
3014DEFAULT: min-version=1.0
3015LOC: Security::ProxyOutgoingConfig()
3016DOC_START
3017 disable Do not support https:// URLs.
3018
3019 cert=/path/to/client/certificate
3020 A client X.509 certificate to use when connecting.
3021
3022 key=/path/to/client/private_key
3023 The private key corresponding to the cert= above.
3024
3025 If key= is not specified cert= is assumed to
3026 reference a PEM file containing both the certificate
3027 and private key.
3028
3029 cipher=... The list of valid TLS ciphers to use.
3030
3031 min-version=1.N
3032 The minimum TLS protocol version to permit.
3033 To control SSLv3 use the options= parameter.
3034 Supported Values: 1.0 (default), 1.1, 1.2, 1.3
3035
3036 options=... Specify various TLS/SSL implementation options.
3037
3038 OpenSSL options most important are:
3039
3040 NO_SSLv3 Disallow the use of SSLv3
3041
3042 SINGLE_DH_USE
3043 Always create a new key when using
3044 temporary/ephemeral DH key exchanges
3045
3046 NO_TICKET
3047 Disable use of RFC5077 session tickets.
3048 Some servers may have problems
3049 understanding the TLS extension due
3050 to ambiguous specification in RFC4507.
3051
3052 ALL Enable various bug workarounds
3053 suggested as "harmless" by OpenSSL
3054 Be warned that this reduces SSL/TLS
3055 strength to some attacks.
3056
3057 See the OpenSSL SSL_CTX_set_options documentation
3058 for a more complete list.
3059
3060 GnuTLS options most important are:
3061
3062 %NO_TICKETS
3063 Disable use of RFC5077 session tickets.
3064 Some servers may have problems
3065 understanding the TLS extension due
3066 to ambiguous specification in RFC4507.
3067
3068 See the GnuTLS Priority Strings documentation
3069 for a more complete list.
3070 http://www.gnutls.org/manual/gnutls.html#Priority-Strings
3071
3072
3073 cafile= PEM file containing CA certificates to use when verifying
3074 the peer certificate. May be repeated to load multiple files.
3075
3076 capath= A directory containing additional CA certificates to
3077 use when verifying the peer certificate.
3078 Requires OpenSSL or LibreSSL.
3079
3080 crlfile=... A certificate revocation list file to use when
3081 verifying the peer certificate.
3082
3083 flags=... Specify various flags modifying the TLS implementation:
3084
3085 DONT_VERIFY_PEER
3086 Accept certificates even if they fail to
3087 verify.
3088 DONT_VERIFY_DOMAIN
3089 Don't verify the peer certificate
3090 matches the server name
3091
3092 default-ca[=off]
3093 Whether to use the system Trusted CAs. Default is ON.
3094
3095 domain= The peer name as advertised in its certificate.
3096 Used for verifying the correctness of the received peer
3097 certificate. If not specified the peer hostname will be
3098 used.
3099DOC_END
3100
3101COMMENT_START
3102 SSL OPTIONS
3103 -----------------------------------------------------------------------------
3104COMMENT_END
3105
3106NAME: ssl_unclean_shutdown
3107IFDEF: USE_OPENSSL
3108TYPE: onoff
3109DEFAULT: off
3110LOC: Config.SSL.unclean_shutdown
3111DOC_START
3112 Some browsers (especially MSIE) bugs out on SSL shutdown
3113 messages.
3114DOC_END
3115
3116NAME: ssl_engine
3117IFDEF: USE_OPENSSL
3118TYPE: string
3119LOC: Config.SSL.ssl_engine
3120DEFAULT: none
3121DOC_START
3122 The OpenSSL engine to use. You will need to set this if you
3123 would like to use hardware SSL acceleration for example.
3124
3125 Not supported in builds with OpenSSL 3.0 or newer.
3126DOC_END
3127
3128NAME: sslproxy_session_ttl
3129IFDEF: USE_OPENSSL
3130DEFAULT: 300
3131LOC: Config.SSL.session_ttl
3132TYPE: int
3133DOC_START
3134 Sets the timeout value for SSL sessions
3135DOC_END
3136
3137NAME: sslproxy_session_cache_size
3138IFDEF: USE_OPENSSL
3139DEFAULT: 2 MB
3140LOC: Config.SSL.sessionCacheSize
3141TYPE: b_size_t
3142DOC_START
3143 Sets the cache size to use for ssl session
3144DOC_END
3145
3146NAME: sslproxy_foreign_intermediate_certs
3147IFDEF: USE_OPENSSL
3148DEFAULT: none
3149LOC: Config.ssl_client.foreignIntermediateCertsPath
3150TYPE: string
3151DOC_START
3152 Many origin servers fail to send their full server certificate
3153 chain for verification, assuming the client already has or can
3154 easily locate any missing intermediate certificates.
3155
3156 Squid uses the certificates from the specified file to fill in
3157 these missing chains when trying to validate origin server
3158 certificate chains.
3159
3160 The file is expected to contain zero or more PEM-encoded
3161 intermediate certificates. These certificates are not treated
3162 as trusted root certificates, and any self-signed certificate in
3163 this file will be ignored.
3164DOC_END
3165
3166NAME: sslproxy_cert_sign_hash
3167IFDEF: USE_OPENSSL
3168DEFAULT: none
3169LOC: Config.SSL.certSignHash
3170TYPE: string
3171DOC_START
3172 Sets the hashing algorithm to use when signing generated certificates.
3173 Valid algorithm names depend on the OpenSSL library used. The following
3174 names are usually available: sha1, sha256, sha512, and md5. Please see
3175 your OpenSSL library manual for the available hashes. By default, Squids
3176 that support this option use sha256 hashes.
3177
3178 Squid does not forcefully purge cached certificates that were generated
3179 with an algorithm other than the currently configured one. They remain
3180 in the cache, subject to the regular cache eviction policy, and become
3181 useful if the algorithm changes again.
3182DOC_END
3183
3184NAME: ssl_bump
3185IFDEF: USE_OPENSSL
3186TYPE: sslproxy_ssl_bump
3187LOC: Config.accessList.ssl_bump
3188DEFAULT_DOC: Become a TCP tunnel without decrypting proxied traffic.
3189DEFAULT: none
3190DOC_START
3191 This option is consulted when a CONNECT request is received on
3192 an http_port (or a new connection is intercepted at an
3193 https_port), provided that port was configured with an ssl-bump
3194 flag. The subsequent data on the connection is either treated as
3195 HTTPS and decrypted OR tunneled at TCP level without decryption,
3196 depending on the first matching bumping "action".
3197
3198 ssl_bump <action> [!]acl ...
3199
3200 The following bumping actions are currently supported:
3201
3202 splice
3203 Become a TCP tunnel without decrypting proxied traffic.
3204 This is the default action.
3205
3206 bump
3207 When used on step SslBump1, establishes a secure connection
3208 with the client first, then connect to the server.
3209 When used on step SslBump2 or SslBump3, establishes a secure
3210 connection with the server and, using a mimicked server
3211 certificate, with the client.
3212
3213 peek
3214 Receive client (step SslBump1) or server (step SslBump2)
3215 certificate while preserving the possibility of splicing the
3216 connection. Peeking at the server certificate (during step 2)
3217 usually precludes bumping of the connection at step 3.
3218
3219 stare
3220 Receive client (step SslBump1) or server (step SslBump2)
3221 certificate while preserving the possibility of bumping the
3222 connection. Staring at the server certificate (during step 2)
3223 usually precludes splicing of the connection at step 3.
3224
3225 terminate
3226 Close client and server connections.
3227
3228 Backward compatibility actions available at step SslBump1:
3229
3230 client-first
3231 Bump the connection. Establish a secure connection with the
3232 client first, then connect to the server. This old mode does
3233 not allow Squid to mimic server SSL certificate and does not
3234 work with intercepted SSL connections.
3235
3236 server-first
3237 Bump the connection. Establish a secure connection with the
3238 server first, then establish a secure connection with the
3239 client, using a mimicked server certificate. Works with both
3240 CONNECT requests and intercepted SSL connections, but does
3241 not allow to make decisions based on SSL handshake info.
3242
3243 peek-and-splice
3244 Decide whether to bump or splice the connection based on
3245 client-to-squid and server-to-squid SSL hello messages.
3246 XXX: Remove.
3247
3248 none
3249 Same as the "splice" action.
3250
3251 All ssl_bump rules are evaluated at each of the supported bumping
3252 steps. Rules with actions that are impossible at the current step are
3253 ignored. The first matching ssl_bump action wins and is applied at the
3254 end of the current step. If no rules match, the splice action is used.
3255 See the at_step ACL for a list of the supported SslBump steps.
3256
3257 This clause supports both fast and slow acl types.
3258 See https://wiki.squid-cache.org/SquidFaq/SquidAcl for details.
3259
3260 See also: http_port ssl-bump, https_port ssl-bump, and acl at_step.
3261
3262
3263 # Example: Bump all TLS connections except those originating from
3264 # localhost or those going to example.com.
3265
3266 acl broken_sites ssl::server_name .example.com
3267 ssl_bump splice localhost
3268 ssl_bump splice broken_sites
3269 ssl_bump bump all
3270DOC_END
3271
3272NAME: sslproxy_cert_error
3273IFDEF: USE_OPENSSL
3274DEFAULT: none
3275DEFAULT_DOC: Server certificate errors terminate the transaction.
3276LOC: Config.ssl_client.cert_error
3277TYPE: acl_access
3278DOC_START
3279 Use this ACL to bypass server certificate validation errors.
3280
3281 For example, the following lines will bypass all validation errors
3282 when talking to servers for example.com. All other
3283 validation errors will result in ERR_SECURE_CONNECT_FAIL error.
3284
3285 acl BrokenButTrustedServers dstdomain example.com
3286 sslproxy_cert_error allow BrokenButTrustedServers
3287 sslproxy_cert_error deny all
3288
3289 This clause only supports fast acl types.
3290 See https://wiki.squid-cache.org/SquidFaq/SquidAcl for details.
3291 Using slow acl types may result in server crashes
3292
3293 Without this option, all server certificate validation errors
3294 terminate the transaction to protect Squid and the client.
3295
3296 SQUID_X509_V_ERR_INFINITE_VALIDATION error cannot be bypassed
3297 but should not happen unless your OpenSSL library is buggy.
3298
3299 SECURITY WARNING:
3300 Bypassing validation errors is dangerous because an
3301 error usually implies that the server cannot be trusted
3302 and the connection may be insecure.
3303
3304 See also: sslproxy_flags and DONT_VERIFY_PEER.
3305DOC_END
3306
3307NAME: sslproxy_cert_sign
3308IFDEF: USE_OPENSSL
3309DEFAULT: none
3310POSTSCRIPTUM: signUntrusted ssl::certUntrusted
3311POSTSCRIPTUM: signSelf ssl::certSelfSigned
3312POSTSCRIPTUM: signTrusted all
3313TYPE: sslproxy_cert_sign
3314LOC: Config.ssl_client.cert_sign
3315DOC_START
3316
3317 sslproxy_cert_sign <signing algorithm> acl ...
3318
3319 The following certificate signing algorithms are supported:
3320
3321 signTrusted
3322 Sign using the configured CA certificate which is usually
3323 placed in and trusted by end-user browsers. This is the
3324 default for trusted origin server certificates.
3325
3326 signUntrusted
3327 Sign to guarantee an X509_V_ERR_CERT_UNTRUSTED browser error.
3328 This is the default for untrusted origin server certificates
3329 that are not self-signed (see ssl::certUntrusted).
3330
3331 signSelf
3332 Sign using a self-signed certificate with the right CN to
3333 generate a X509_V_ERR_DEPTH_ZERO_SELF_SIGNED_CERT error in the
3334 browser. This is the default for self-signed origin server
3335 certificates (see ssl::certSelfSigned).
3336
3337 This clause only supports fast acl types.
3338
3339 When sslproxy_cert_sign acl(s) match, Squid uses the corresponding
3340 signing algorithm to generate the certificate and ignores all
3341 subsequent sslproxy_cert_sign options (the first match wins). If no
3342 acl(s) match, the default signing algorithm is determined by errors
3343 detected when obtaining and validating the origin server certificate.
3344
3345 WARNING: SQUID_X509_V_ERR_DOMAIN_MISMATCH and ssl:certDomainMismatch can
3346 be used with sslproxy_cert_adapt, but if and only if Squid is bumping a
3347 CONNECT request that carries a domain name. In all other cases (CONNECT
3348 to an IP address or an intercepted SSL connection), Squid cannot detect
3349 the domain mismatch at certificate generation time when
3350 bump-server-first is used.
3351DOC_END
3352
3353NAME: sslproxy_cert_adapt
3354IFDEF: USE_OPENSSL
3355DEFAULT: none
3356TYPE: sslproxy_cert_adapt
3357LOC: Config.ssl_client.cert_adapt
3358DOC_START
3359
3360 sslproxy_cert_adapt <adaptation algorithm> acl ...
3361
3362 The following certificate adaptation algorithms are supported:
3363
3364 setValidAfter
3365 Sets the "Not After" property to the "Not After" property of
3366 the CA certificate used to sign generated certificates.
3367
3368 setValidBefore
3369 Sets the "Not Before" property to the "Not Before" property of
3370 the CA certificate used to sign generated certificates.
3371
3372 setCommonName or setCommonName{CN}
3373 Sets Subject.CN property to the host name specified as a
3374 CN parameter or, if no explicit CN parameter was specified,
3375 extracted from the CONNECT request. It is a misconfiguration
3376 to use setCommonName without an explicit parameter for
3377 intercepted or tproxied SSL connections.
3378
3379 This clause only supports fast acl types.
3380
3381 Squid first groups sslproxy_cert_adapt options by adaptation algorithm.
3382 Within a group, when sslproxy_cert_adapt acl(s) match, Squid uses the
3383 corresponding adaptation algorithm to generate the certificate and
3384 ignores all subsequent sslproxy_cert_adapt options in that algorithm's
3385 group (i.e., the first match wins within each algorithm group). If no
3386 acl(s) match, the default mimicking action takes place.
3387
3388 WARNING: SQUID_X509_V_ERR_DOMAIN_MISMATCH and ssl:certDomainMismatch can
3389 be used with sslproxy_cert_adapt, but if and only if Squid is bumping a
3390 CONNECT request that carries a domain name. In all other cases (CONNECT
3391 to an IP address or an intercepted SSL connection), Squid cannot detect
3392 the domain mismatch at certificate generation time when
3393 bump-server-first is used.
3394DOC_END
3395
3396NAME: sslpassword_program
3397IFDEF: USE_OPENSSL
3398DEFAULT: none
3399LOC: Config.Program.ssl_password
3400TYPE: string
3401DOC_START
3402 Specify a program used for entering SSL key passphrases
3403 when using encrypted SSL certificate keys. If not specified
3404 keys must either be unencrypted, or Squid started with the -N
3405 option to allow it to query interactively for the passphrase.
3406
3407 The key file name is given as argument to the program allowing
3408 selection of the right password if you have multiple encrypted
3409 keys.
3410DOC_END
3411
3412COMMENT_START
3413 OPTIONS RELATING TO EXTERNAL SSL_CRTD
3414 -----------------------------------------------------------------------------
3415COMMENT_END
3416
3417NAME: sslcrtd_program
3418TYPE: eol
3419IFDEF: USE_SSL_CRTD
3420DEFAULT: @DEFAULT_SSL_CRTD@ -s @DEFAULT_SSL_DB_DIR@ -M 4MB
3421LOC: Ssl::TheConfig.ssl_crtd
3422DOC_START
3423 Specify the location and options of the executable for certificate
3424 generator.
3425
3426 @DEFAULT_SSL_CRTD@ program can use a disk cache to improve response
3427 times on repeated requests. To enable caching, specify -s and -M
3428 parameters. If those parameters are not given, the program generates
3429 a new certificate on every request.
3430
3431 For more information use:
3432 @DEFAULT_SSL_CRTD@ -h
3433DOC_END
3434
3435NAME: sslcrtd_children
3436TYPE: HelperChildConfig
3437IFDEF: USE_SSL_CRTD
3438DEFAULT: 32 startup=5 idle=1
3439LOC: Ssl::TheConfig.ssl_crtdChildren
3440DOC_START
3441 Specifies the maximum number of certificate generation processes that
3442 Squid may spawn (numberofchildren) and several related options. Using
3443 too few of these helper processes (a.k.a. "helpers") creates request
3444 queues. Using too many helpers wastes your system resources. Squid
3445 does not support spawning more than 32 helpers.
3446
3447 Usage: numberofchildren [option]...
3448
3449 The startup= and idle= options allow some measure of skew in your
3450 tuning.
3451
3452 startup=N
3453
3454 Sets the minimum number of processes to spawn when Squid
3455 starts or reconfigures. When set to zero the first request will
3456 cause spawning of the first child process to handle it.
3457
3458 Starting too few children temporary slows Squid under load while it
3459 tries to spawn enough additional processes to cope with traffic.
3460
3461 idle=N
3462
3463 Sets a minimum of how many processes Squid is to try and keep available
3464 at all times. When traffic begins to rise above what the existing
3465 processes can handle this many more will be spawned up to the maximum
3466 configured. A minimum setting of 1 is required.
3467
3468 queue-size=N
3469
3470 Sets the maximum number of queued requests. A request is queued when
3471 no existing child is idle and no new child can be started due to
3472 numberofchildren limit. If the queued requests exceed queue size for
3473 more than 3 minutes squid aborts its operation. The default value is
3474 set to 2*numberofchildren.
3475
3476 You must have at least one ssl_crtd process.
3477DOC_END
3478
3479NAME: sslcrtvalidator_program
3480TYPE: eol
3481IFDEF: USE_OPENSSL
3482DEFAULT: none
3483LOC: Ssl::TheConfig.ssl_crt_validator
3484DOC_START
3485 Specify the location and options of the executable for ssl_crt_validator
3486 process.
3487
3488 Usage: sslcrtvalidator_program [ttl=...] [cache=n] path ...
3489
3490 Options:
3491
3492 cache=bytes
3493 Limits how much memory Squid can use for caching validator
3494 responses. The default is 67108864 (i.e. 64 MB).
3495 Reconfiguration purges any excess entries. To disable caching,
3496 use cache=0. Currently, cache entry sizes are seriously
3497 underestimated. Even with that bug, a typical estimate for a
3498 single cache entry size would be at least a few kilobytes (the
3499 size of the PEM certificates sent to the validator).
3500
3501 ttl=<seconds|"infinity">
3502 Approximately how long Squid may reuse the validator results
3503 for. The default is 3600 (i.e. 1 hour). Using ttl=infinity
3504 disables TTL checks. Reconfiguration does not affect TTLs of
3505 the already cached entries. To disable caching, use zero cache
3506 size, not zero TTL -- zero TTL allows reuse for the remainder
3507 of the second when the result was cached.
3508DOC_END
3509
3510NAME: sslcrtvalidator_children
3511TYPE: HelperChildConfig
3512IFDEF: USE_OPENSSL
3513DEFAULT: 32 startup=5 idle=1 concurrency=1
3514LOC: Ssl::TheConfig.ssl_crt_validator_Children
3515DOC_START
3516 Specifies the maximum number of certificate validation processes that
3517 Squid may spawn (numberofchildren) and several related options. Using
3518 too few of these helper processes (a.k.a. "helpers") creates request
3519 queues. Using too many helpers wastes your system resources. Squid
3520 does not support spawning more than 32 helpers.
3521
3522 Usage: numberofchildren [option]...
3523
3524 The startup= and idle= options allow some measure of skew in your
3525 tuning.
3526
3527 startup=N
3528
3529 Sets the minimum number of processes to spawn when Squid
3530 starts or reconfigures. When set to zero the first request will
3531 cause spawning of the first child process to handle it.
3532
3533 Starting too few children temporary slows Squid under load while it
3534 tries to spawn enough additional processes to cope with traffic.
3535
3536 idle=N
3537
3538 Sets a minimum of how many processes Squid is to try and keep available
3539 at all times. When traffic begins to rise above what the existing
3540 processes can handle this many more will be spawned up to the maximum
3541 configured. A minimum setting of 1 is required.
3542
3543 concurrency=
3544
3545 The number of requests each certificate validator helper can handle in
3546 parallel. A value of 0 indicates the certificate validator does not
3547 support concurrency. Defaults to 1.
3548
3549 When this directive is set to a value >= 1 then the protocol
3550 used to communicate with the helper is modified to include
3551 a request ID in front of the request/response. The request
3552 ID from the request must be echoed back with the response
3553 to that request.
3554
3555 queue-size=N
3556
3557 Sets the maximum number of queued requests. A request is queued when
3558 no existing child can accept it due to concurrency limit and no new
3559 child can be started due to numberofchildren limit. If the queued
3560 requests exceed queue size for more than 3 minutes squid aborts its
3561 operation. The default value is set to 2*numberofchildren.
3562
3563 You must have at least one ssl_crt_validator process.
3564DOC_END
3565
3566COMMENT_START
3567 OPTIONS WHICH AFFECT THE NEIGHBOR SELECTION ALGORITHM
3568 -----------------------------------------------------------------------------
3569COMMENT_END
3570
3571NAME: cache_peer
3572TYPE: peer
3573DEFAULT: none
3574LOC: Config.peers
3575DOC_START
3576 To specify other caches in a hierarchy, use the format:
3577
3578 cache_peer hostname type http-port icp-port [options]
3579
3580 For example,
3581
3582 # proxy icp
3583 # hostname type port port options
3584 # -------------------- -------- ----- ----- -----------
3585 cache_peer parent.foo.net parent 3128 3130 default
3586 cache_peer sib1.foo.net sibling 3128 3130 proxy-only
3587 cache_peer sib2.foo.net sibling 3128 3130 proxy-only
3588 cache_peer example.com parent 80 0 default
3589 cache_peer cdn.example.com sibling 3128 0
3590
3591 type: either 'parent', 'sibling', or 'multicast'.
3592
3593 proxy-port: The port number where the peer accept HTTP requests.
3594 For other Squid proxies this is usually 3128
3595 For web servers this is usually 80
3596
3597 icp-port: Used for querying neighbor caches about objects.
3598 Set to 0 if the peer does not support ICP or HTCP.
3599 See ICP and HTCP options below for additional details.
3600
3601
3602 ==== ICP OPTIONS ====
3603
3604 You MUST also set icp_port and icp_access explicitly when using these options.
3605 The defaults will prevent peer traffic using ICP.
3606
3607
3608 no-query Disable ICP queries to this neighbor.
3609
3610 multicast-responder
3611 Indicates the named peer is a member of a multicast group.
3612 ICP queries will not be sent directly to the peer, but ICP
3613 replies will be accepted from it.
3614
3615 closest-only Indicates that, for ICP_OP_MISS replies, we'll only forward
3616 CLOSEST_PARENT_MISSes and never FIRST_PARENT_MISSes.
3617
3618 background-ping
3619 To only send ICP queries to this neighbor infrequently.
3620 This is used to keep the neighbor round trip time updated
3621 and is usually used in conjunction with weighted-round-robin.
3622
3623
3624 ==== HTCP OPTIONS ====
3625
3626 You MUST also set htcp_port and htcp_access explicitly when using these options.
3627 The defaults will prevent peer traffic using HTCP.
3628
3629
3630 htcp Send HTCP, instead of ICP, queries to the neighbor.
3631 You probably also want to set the "icp-port" to 4827
3632 instead of 3130. This directive accepts a comma separated
3633 list of options described below.
3634
3635 htcp=oldsquid Send HTCP to old Squid versions (2.5 or earlier).
3636
3637 htcp=no-clr Send HTCP to the neighbor but without
3638 sending any CLR requests. This cannot be used with
3639 only-clr.
3640
3641 htcp=only-clr Send HTCP to the neighbor but ONLY CLR requests.
3642 This cannot be used with no-clr.
3643
3644 htcp=no-purge-clr
3645 Send HTCP to the neighbor including CLRs but only when
3646 they do not result from PURGE requests.
3647
3648 htcp=forward-clr
3649 Forward any HTCP CLR requests this proxy receives to the peer.
3650
3651
3652 ==== PEER SELECTION METHODS ====
3653
3654 The default peer selection method is ICP, with the first responding peer
3655 being used as source. These options can be used for better load balancing.
3656
3657
3658 default This is a parent cache which can be used as a "last-resort"
3659 if a peer cannot be located by any of the peer-selection methods.
3660 If specified more than once, only the first is used.
3661
3662 round-robin Load-Balance parents which should be used in a round-robin
3663 fashion in the absence of any ICP queries.
3664 weight=N can be used to add bias.
3665
3666 weighted-round-robin
3667 Load-Balance parents which should be used in a round-robin
3668 fashion with the frequency of each parent being based on the
3669 round trip time. Closer parents are used more often.
3670 Usually used for background-ping parents.
3671 weight=N can be used to add bias.
3672
3673 carp Load-Balance parents which should be used as a CARP array.
3674 The requests will be distributed among the parents based on the
3675 CARP load balancing hash function based on their weight.
3676
3677 userhash Load-balance parents based on the client proxy_auth username.
3678
3679 sourcehash Load-balance parents based on the client source IP.
3680
3681 multicast-siblings
3682 To be used only for cache peers of type "multicast".
3683 ALL members of this multicast group have "sibling"
3684 relationship with it, not "parent". This is to a multicast
3685 group when the requested object would be fetched only from
3686 a "parent" cache, anyway. It's useful, e.g., when
3687 configuring a pool of redundant Squid proxies, being
3688 members of the same multicast group.
3689
3690
3691 ==== PEER SELECTION OPTIONS ====
3692
3693 weight=N use to affect the selection of a peer during any weighted
3694 peer-selection mechanisms.
3695 The weight must be an integer; default is 1,
3696 larger weights are favored more.
3697 This option does not affect parent selection if a peering
3698 protocol is not in use.
3699
3700 basetime=N Specify a base amount to be subtracted from round trip
3701 times of parents.
3702 It is subtracted before division by weight in calculating
3703 which parent to fectch from. If the rtt is less than the
3704 base time the rtt is set to a minimal value.
3705
3706 ttl=N Specify a TTL to use when sending multicast ICP queries
3707 to this address.
3708 Only useful when sending to a multicast group.
3709 Because we don't accept ICP replies from random
3710 hosts, you must configure other group members as
3711 peers with the 'multicast-responder' option.
3712
3713 no-delay To prevent access to this neighbor from influencing the
3714 delay pools.
3715
3716 digest-url=URL Tell Squid to fetch the cache digest (if digests are
3717 enabled) for this host from the specified URL rather
3718 than the Squid default location.
3719
3720
3721 ==== CARP OPTIONS ====
3722
3723 carp-key=key-specification
3724 use a different key than the full URL to hash against the peer.
3725 the key-specification is a comma-separated list of the keywords
3726 scheme, host, port, path, params
3727 Order is not important.
3728
3729 ==== ACCELERATOR / REVERSE-PROXY OPTIONS ====
3730
3731 originserver Causes this parent to be contacted as an origin server.
3732 Meant to be used in accelerator setups when the peer
3733 is a web server.
3734
3735 forceddomain=name
3736 Set the Host header of requests forwarded to this peer.
3737 Useful in accelerator setups where the server (peer)
3738 expects a certain domain name but clients may request
3739 others. ie example.com or www.example.com
3740
3741 no-digest Disable request of cache digests.
3742
3743 no-netdb-exchange
3744 Disables requesting ICMP RTT database (NetDB).
3745
3746
3747 ==== AUTHENTICATION OPTIONS ====
3748
3749 login=user:password
3750 If this is a personal/workgroup proxy and your parent
3751 requires proxy authentication.
3752
3753 Note: The string can include URL escapes (i.e. %20 for
3754 spaces). This also means % must be written as %%.
3755
3756 login=PASSTHRU
3757 Send login details received from client to this peer.
3758 Both Proxy- and WWW-Authorization headers are passed
3759 without alteration to the peer.
3760 Authentication is not required by Squid for this to work.
3761
3762 Note: This will pass any form of authentication but
3763 only Basic auth will work through a proxy unless the
3764 connection-auth options are also used.
3765
3766 login=PASS Send login details received from client to this peer.
3767 Authentication is not required by this option.
3768
3769 If there are no client-provided authentication headers
3770 to pass on, but username and password are available
3771 from an external ACL user= and password= result tags
3772 they may be sent instead.
3773
3774 Note: To combine this with proxy_auth both proxies must
3775 share the same user database as HTTP only allows for
3776 a single login (one for proxy, one for origin server).
3777 Also be warned this will expose your users proxy
3778 password to the peer. USE WITH CAUTION
3779
3780 login=*:password
3781 Send the username to the upstream cache, but with a
3782 fixed password. This is meant to be used when the peer
3783 is in another administrative domain, but it is still
3784 needed to identify each user.
3785 The star can optionally be followed by some extra
3786 information which is added to the username. This can
3787 be used to identify this proxy to the peer, similar to
3788 the login=username:password option above.
3789
3790 login=NEGOTIATE
3791 If this is a personal/workgroup proxy and your parent
3792 requires a secure proxy authentication.
3793 The first principal from the default keytab or defined by
3794 the environment variable KRB5_KTNAME will be used.
3795
3796 WARNING: The connection may transmit requests from multiple
3797 clients. Negotiate often assumes end-to-end authentication
3798 and a single-client. Which is not strictly true here.
3799
3800 login=NEGOTIATE:principal_name
3801 If this is a personal/workgroup proxy and your parent
3802 requires a secure proxy authentication.
3803 The principal principal_name from the default keytab or
3804 defined by the environment variable KRB5_KTNAME will be
3805 used.
3806
3807 WARNING: The connection may transmit requests from multiple
3808 clients. Negotiate often assumes end-to-end authentication
3809 and a single-client. Which is not strictly true here.
3810
3811 connection-auth=on|off
3812 Tell Squid that this peer does or not support Microsoft
3813 connection oriented authentication, and any such
3814 challenges received from there should be ignored.
3815 Default is auto to automatically determine the status
3816 of the peer.
3817
3818 auth-no-keytab
3819 Do not use a keytab to authenticate to a peer when
3820 login=NEGOTIATE is specified. Let the GSSAPI
3821 implementation determine which already existing
3822 credentials cache to use instead.
3823
3824
3825 ==== SSL / HTTPS / TLS OPTIONS ====
3826
3827 tls Encrypt connections to this peer with TLS.
3828
3829 sslcert=/path/to/ssl/certificate
3830 A client X.509 certificate to use when connecting to
3831 this peer.
3832
3833 sslkey=/path/to/ssl/key
3834 The private key corresponding to sslcert above.
3835
3836 If sslkey= is not specified sslcert= is assumed to
3837 reference a PEM file containing both the certificate
3838 and private key.
3839
3840 sslcipher=... The list of valid SSL ciphers to use when connecting
3841 to this peer.
3842
3843 tls-min-version=1.N
3844 The minimum TLS protocol version to permit. To control
3845 SSLv3 use the tls-options= parameter.
3846 Supported Values: 1.0 (default), 1.1, 1.2
3847
3848 tls-options=... Specify various TLS implementation options.
3849
3850 OpenSSL options most important are:
3851
3852 NO_SSLv3 Disallow the use of SSLv3
3853
3854 SINGLE_DH_USE
3855 Always create a new key when using
3856 temporary/ephemeral DH key exchanges
3857
3858 NO_TICKET
3859 Disable use of RFC5077 session tickets.
3860 Some servers may have problems
3861 understanding the TLS extension due
3862 to ambiguous specification in RFC4507.
3863
3864 ALL Enable various bug workarounds
3865 suggested as "harmless" by OpenSSL
3866 Be warned that this reduces SSL/TLS
3867 strength to some attacks.
3868
3869 See the OpenSSL SSL_CTX_set_options documentation for a
3870 more complete list.
3871
3872 GnuTLS options most important are:
3873
3874 %NO_TICKETS
3875 Disable use of RFC5077 session tickets.
3876 Some servers may have problems
3877 understanding the TLS extension due
3878 to ambiguous specification in RFC4507.
3879
3880 See the GnuTLS Priority Strings documentation
3881 for a more complete list.
3882 http://www.gnutls.org/manual/gnutls.html#Priority-Strings
3883
3884 tls-cafile= PEM file containing CA certificates to use when verifying
3885 the peer certificate. May be repeated to load multiple files.
3886
3887 sslcapath=... A directory containing additional CA certificates to
3888 use when verifying the peer certificate.
3889 Requires OpenSSL or LibreSSL.
3890
3891 sslcrlfile=... A certificate revocation list file to use when
3892 verifying the peer certificate.
3893
3894 sslflags=... Specify various flags modifying the SSL implementation:
3895
3896 DONT_VERIFY_PEER
3897 Accept certificates even if they fail to
3898 verify.
3899
3900 DONT_VERIFY_DOMAIN
3901 Don't verify the peer certificate
3902 matches the server name
3903
3904 ssldomain= The peer name as advertised in it's certificate.
3905 Used for verifying the correctness of the received peer
3906 certificate. If not specified the peer hostname will be
3907 used.
3908
3909 front-end-https[=off|on|auto]
3910 Enable the "Front-End-Https: On" header needed when
3911 using Squid as a SSL frontend in front of Microsoft OWA.
3912 See MS KB document Q307347 for details on this header.
3913 If set to auto the header will only be added if the
3914 request is forwarded as a https:// URL.
3915
3916 tls-default-ca[=off]
3917 Whether to use the system Trusted CAs. Default is ON.
3918
3919 tls-no-npn Do not use the TLS NPN extension to advertise HTTP/1.1.
3920
3921 ==== GENERAL OPTIONS ====
3922
3923 connect-timeout=N
3924 A peer-specific connect timeout.
3925 Also see the peer_connect_timeout directive.
3926
3927 connect-fail-limit=N
3928 How many times connecting to a peer must fail before
3929 it is marked as down. Standby connection failures
3930 count towards this limit. Default is 10.
3931
3932 allow-miss Disable Squid's use of only-if-cached when forwarding
3933 requests to siblings. This is primarily useful when
3934 icp_hit_stale is used by the sibling. Excessive use
3935 of this option may result in forwarding loops. One way
3936 to prevent peering loops when using this option, is to
3937 deny cache peer usage on requests from a peer:
3938 acl fromPeer ...
3939 cache_peer_access peerName deny fromPeer
3940
3941 max-conn=N Limit the number of concurrent connections the Squid
3942 may open to this peer, including already opened idle
3943 and standby connections. There is no peer-specific
3944 connection limit by default.
3945
3946 A peer exceeding the limit is not used for new
3947 requests unless a standby connection is available.
3948
3949 max-conn currently works poorly with idle persistent
3950 connections: When a peer reaches its max-conn limit,
3951 and there are idle persistent connections to the peer,
3952 the peer may not be selected because the limiting code
3953 does not know whether Squid can reuse those idle
3954 connections.
3955
3956 standby=N Maintain a pool of N "hot standby" connections to an
3957 UP peer, available for requests when no idle
3958 persistent connection is available (or safe) to use.
3959 By default and with zero N, no such pool is maintained.
3960 N must not exceed the max-conn limit (if any).
3961
3962 At start or after reconfiguration, Squid opens new TCP
3963 standby connections until there are N connections
3964 available and then replenishes the standby pool as
3965 opened connections are used up for requests. A used
3966 connection never goes back to the standby pool, but
3967 may go to the regular idle persistent connection pool
3968 shared by all peers and origin servers.
3969
3970 Squid never opens multiple new standby connections
3971 concurrently. This one-at-a-time approach minimizes
3972 flooding-like effect on peers. Furthermore, just a few
3973 standby connections should be sufficient in most cases
3974 to supply most new requests with a ready-to-use
3975 connection.
3976
3977 Standby connections obey server_idle_pconn_timeout.
3978 For the feature to work as intended, the peer must be
3979 configured to accept and keep them open longer than
3980 the idle timeout at the connecting Squid, to minimize
3981 race conditions typical to idle used persistent
3982 connections. Default request_timeout and
3983 server_idle_pconn_timeout values ensure such a
3984 configuration.
3985
3986 name=xxx Unique name for the peer.
3987 Required if you have multiple cache_peers with the same hostname.
3988 Defaults to cache_peer hostname when not explicitly specified.
3989
3990 Other directives (e.g., cache_peer_access), cache manager reports,
3991 and cache.log messages use this name to refer to this cache_peer.
3992
3993 The cache_peer name value affects hashing-based peer selection
3994 methods (e.g., carp and sourcehash).
3995
3996 Can be used by outgoing access controls through the
3997 peername ACL type.
3998
3999 The name value preserves configured spelling, but name uniqueness
4000 checks and name-based search are case-insensitive.
4001
4002 no-tproxy Do not use the client-spoof TPROXY support when forwarding
4003 requests to this peer. Use normal address selection instead.
4004 This overrides the spoof_client_ip ACL.
4005
4006 proxy-only objects fetched from the peer will not be stored locally.
4007
4008DOC_END
4009
4010NAME: cache_peer_access
4011TYPE: peer_access
4012DEFAULT: none
4013DEFAULT_DOC: No peer usage restrictions.
4014LOC: none
4015DOC_START
4016 Restricts usage of cache_peer proxies.
4017
4018 Usage:
4019 cache_peer_access peer-name allow|deny [!]aclname ...
4020
4021 For the required peer-name parameter, use either the value of the
4022 cache_peer name=value parameter or, if name=value is missing, the
4023 cache_peer hostname parameter.
4024
4025 This directive narrows down the selection of peering candidates, but
4026 does not determine the order in which the selected candidates are
4027 contacted. That order is determined by the peer selection algorithms
4028 (see PEER SELECTION sections in the cache_peer documentation).
4029
4030 If a deny rule matches, the corresponding peer will not be contacted
4031 for the current transaction -- Squid will not send ICP queries and
4032 will not forward HTTP requests to that peer. An allow match leaves
4033 the corresponding peer in the selection. The first match for a given
4034 peer wins for that peer.
4035
4036 The relative order of cache_peer_access directives for the same peer
4037 matters. The relative order of any two cache_peer_access directives
4038 for different peers does not matter. To ease interpretation, it is a
4039 good idea to group cache_peer_access directives for the same peer
4040 together.
4041
4042 A single cache_peer_access directive may be evaluated multiple times
4043 for a given transaction because individual peer selection algorithms
4044 may check it independently from each other. These redundant checks
4045 may be optimized away in future Squid versions.
4046
4047 This clause only supports fast acl types.
4048 See https://wiki.squid-cache.org/SquidFaq/SquidAcl for details.
4049
4050DOC_END
4051
4052NAME: neighbor_type_domain
4053TYPE: hostdomaintype
4054DEFAULT: none
4055DEFAULT_DOC: The peer type from cache_peer directive is used for all requests to that peer.
4056LOC: none
4057DOC_START
4058 Modify the cache_peer neighbor type when passing requests
4059 about specific domains to the peer.
4060
4061 Usage:
4062 neighbor_type_domain peer-name parent|sibling domain...
4063
4064 For the required peer-name parameter, use either the value of the
4065 cache_peer name=value parameter or, if name=value is missing, the
4066 cache_peer hostname parameter.
4067
4068 For example:
4069 cache_peer foo.example.com parent 3128 3130
4070 neighbor_type_domain foo.example.com sibling .au .de
4071
4072 The above configuration treats all requests to foo.example.com as a
4073 parent proxy unless the request is for a .au or .de ccTLD domain name.
4074DOC_END
4075
4076NAME: dead_peer_timeout
4077COMMENT: (seconds)
4078DEFAULT: 10 seconds
4079TYPE: time_t
4080LOC: Config.Timeout.deadPeer
4081DOC_START
4082 This controls how long Squid waits to declare a peer cache
4083 as "dead." If there are no ICP replies received in this
4084 amount of time, Squid will declare the peer dead and not
4085 expect to receive any further ICP replies. However, it
4086 continues to send ICP queries, and will mark the peer as
4087 alive upon receipt of the first subsequent ICP reply.
4088
4089 This timeout also affects when Squid expects to receive ICP
4090 replies from peers. If more than 'dead_peer' seconds have
4091 passed since the last ICP reply was received, Squid will not
4092 expect to receive an ICP reply on the next query. Thus, if
4093 your time between requests is greater than this timeout, you
4094 will see a lot of requests sent DIRECT to origin servers
4095 instead of to your parents.
4096DOC_END
4097
4098NAME: forward_max_tries
4099DEFAULT: 25
4100TYPE: int
4101LOC: Config.forward_max_tries
4102DOC_START
4103 Limits the number of attempts to forward the request.
4104
4105 For the purpose of this limit, Squid counts all high-level request
4106 forwarding attempts, including any same-destination retries after
4107 certain persistent connection failures and any attempts to use a
4108 different peer. However, these low-level attempts are not counted:
4109 * connection reopening attempts (enabled using connect_retries)
4110 * unfinished Happy Eyeballs connection attempts (prevented by setting
4111 happy_eyeballs_connect_limit to 0)
4112
4113 See also: forward_timeout, connect_retries, and %request_attempts.
4114DOC_END
4115
4116COMMENT_START
4117 MEMORY CACHE OPTIONS
4118 -----------------------------------------------------------------------------
4119COMMENT_END
4120
4121NAME: cache_mem
4122COMMENT: (bytes)
4123TYPE: b_size_t
4124DEFAULT: 256 MB
4125LOC: Config.memMaxSize
4126DOC_START
4127 NOTE: THIS PARAMETER DOES NOT SPECIFY THE MAXIMUM PROCESS SIZE.
4128 IT ONLY PLACES A LIMIT ON HOW MUCH ADDITIONAL MEMORY SQUID WILL
4129 USE AS A MEMORY CACHE OF OBJECTS. SQUID USES MEMORY FOR OTHER
4130 THINGS AS WELL. SEE THE SQUID FAQ SECTION 8 FOR DETAILS.
4131
4132 'cache_mem' specifies the ideal amount of memory to be used
4133 for:
4134 * In-Transit objects
4135 * Hot Objects
4136 * Negative-Cached objects
4137
4138 Data for these objects are stored in 4 KB blocks. This
4139 parameter specifies the ideal upper limit on the total size of
4140 4 KB blocks allocated. In-Transit objects take the highest
4141 priority.
4142
4143 In-transit objects have priority over the others. When
4144 additional space is needed for incoming data, negative-cached
4145 and hot objects will be released. In other words, the
4146 negative-cached and hot objects will fill up any unused space
4147 not needed for in-transit objects.
4148
4149 If circumstances require, this limit will be exceeded.
4150 Specifically, if your incoming request rate requires more than
4151 'cache_mem' of memory to hold in-transit objects, Squid will
4152 exceed this limit to satisfy the new requests. When the load
4153 decreases, blocks will be freed until the high-water mark is
4154 reached. Thereafter, blocks will be used to store hot
4155 objects.
4156
4157 If shared memory caching is enabled, Squid does not use the shared
4158 cache space for in-transit objects, but they still consume as much
4159 local memory as they need. For more details about the shared memory
4160 cache, see memory_cache_shared.
4161DOC_END
4162
4163NAME: maximum_object_size_in_memory
4164COMMENT: (bytes)
4165TYPE: b_size_t
4166DEFAULT: 512 KB
4167LOC: Config.Store.maxInMemObjSize
4168DOC_START
4169 Objects greater than this size will not be attempted to kept in
4170 the memory cache. This should be set high enough to keep objects
4171 accessed frequently in memory to improve performance whilst low
4172 enough to keep larger objects from hoarding cache_mem.
4173DOC_END
4174
4175NAME: memory_cache_shared
4176COMMENT: on|off
4177TYPE: YesNoNone
4178LOC: Config.memShared
4179DEFAULT: none
4180DEFAULT_DOC: "on" where supported if doing memory caching with multiple SMP workers.
4181DOC_START
4182 Controls whether the memory cache is shared among SMP workers.
4183
4184 The shared memory cache is meant to occupy cache_mem bytes and replace
4185 the non-shared memory cache, although some entities may still be
4186 cached locally by workers for now (e.g., internal and in-transit
4187 objects may be served from a local memory cache even if shared memory
4188 caching is enabled).
4189
4190 By default, the memory cache is shared if and only if all of the
4191 following conditions are satisfied: Squid runs in SMP mode with
4192 multiple workers, cache_mem is positive, and Squid environment
4193 supports required IPC primitives (e.g., POSIX shared memory segments
4194 and GCC-style atomic operations).
4195
4196 To avoid blocking locks, shared memory uses opportunistic algorithms
4197 that do not guarantee that every cachable entity that could have been
4198 shared among SMP workers will actually be shared.
4199DOC_END
4200
4201NAME: memory_cache_mode
4202TYPE: memcachemode
4203LOC: Config
4204DEFAULT: always
4205DEFAULT_DOC: Keep the most recently fetched objects in memory
4206DOC_START
4207 Controls which objects to keep in the memory cache (cache_mem)
4208
4209 always Keep most recently fetched objects in memory (default)
4210
4211 disk Only disk cache hits are kept in memory, which means
4212 an object must first be cached on disk and then hit
4213 a second time before cached in memory.
4214
4215 network Only objects fetched from network is kept in memory
4216DOC_END
4217
4218NAME: memory_replacement_policy
4219TYPE: removalpolicy
4220LOC: Config.memPolicy
4221DEFAULT: lru
4222DOC_START
4223 The memory replacement policy parameter determines which
4224 objects are purged from memory when memory space is needed.
4225
4226 See cache_replacement_policy for details on algorithms.
4227DOC_END
4228
4229COMMENT_START
4230 DISK CACHE OPTIONS
4231 -----------------------------------------------------------------------------
4232COMMENT_END
4233
4234NAME: cache_replacement_policy
4235TYPE: removalpolicy
4236LOC: Config.replPolicy
4237DEFAULT: lru
4238DOC_START
4239 The cache replacement policy parameter determines which
4240 objects are evicted (replaced) when disk space is needed.
4241
4242 lru : Squid's original list based LRU policy
4243 heap GDSF : Greedy-Dual Size Frequency
4244 heap LFUDA: Least Frequently Used with Dynamic Aging
4245 heap LRU : LRU policy implemented using a heap
4246
4247 Applies to any cache_dir lines listed below this directive.
4248
4249 The LRU policies keeps recently referenced objects.
4250
4251 The heap GDSF policy optimizes object hit rate by keeping smaller
4252 popular objects in cache so it has a better chance of getting a
4253 hit. It achieves a lower byte hit rate than LFUDA though since
4254 it evicts larger (possibly popular) objects.
4255
4256 The heap LFUDA policy keeps popular objects in cache regardless of
4257 their size and thus optimizes byte hit rate at the expense of
4258 hit rate since one large, popular object will prevent many
4259 smaller, slightly less popular objects from being cached.
4260
4261 Both policies utilize a dynamic aging mechanism that prevents
4262 cache pollution that can otherwise occur with frequency-based
4263 replacement policies.
4264
4265 NOTE: if using the LFUDA replacement policy you should increase
4266 the value of maximum_object_size above its default of 4 MB to
4267 to maximize the potential byte hit rate improvement of LFUDA.
4268
4269 For more information about the GDSF and LFUDA cache replacement
4270 policies see http://www.hpl.hp.com/techreports/1999/HPL-1999-69.html
4271 and http://fog.hpl.external.hp.com/techreports/98/HPL-98-173.html.
4272DOC_END
4273
4274NAME: minimum_object_size
4275COMMENT: (bytes)
4276TYPE: b_int64_t
4277DEFAULT: 0 KB
4278DEFAULT_DOC: no limit
4279LOC: Config.Store.minObjectSize
4280DOC_START
4281 Objects smaller than this size will NOT be saved on disk. The
4282 value is specified in bytes, and the default is 0 KB, which
4283 means all responses can be stored.
4284DOC_END
4285
4286NAME: maximum_object_size
4287COMMENT: (bytes)
4288TYPE: b_int64_t
4289DEFAULT: 4 MB
4290LOC: Config.Store.maxObjectSize
4291DOC_START
4292 Set the default value for max-size parameter on any cache_dir.
4293 The value is specified in bytes, and the default is 4 MB.
4294
4295 If you wish to get a high BYTES hit ratio, you should probably
4296 increase this (one 32 MB object hit counts for 3200 10KB
4297 hits).
4298
4299 If you wish to increase hit ratio more than you want to
4300 save bandwidth you should leave this low.
4301
4302 NOTE: if using the LFUDA replacement policy you should increase
4303 this value to maximize the byte hit rate improvement of LFUDA!
4304 See cache_replacement_policy for a discussion of this policy.
4305DOC_END
4306
4307NAME: cache_dir
4308TYPE: cachedir
4309DEFAULT: none
4310DEFAULT_DOC: No disk cache. Store cache objects only in memory.
4311LOC: Config.cacheSwap
4312DOC_START
4313 Format:
4314 cache_dir Type Directory-Name Fs-specific-data [options]
4315
4316 You can specify multiple cache_dir lines to spread the
4317 cache among different disk partitions.
4318
4319 Type specifies the kind of storage system to use. Only "ufs"
4320 is built by default. To enable any of the other storage systems
4321 see the --enable-storeio configure option.
4322
4323 'Directory' is a top-level directory where cache swap
4324 files will be stored. If you want to use an entire disk
4325 for caching, this can be the mount-point directory.
4326 The directory must exist and be writable by the Squid
4327 process. Squid will NOT create this directory for you.
4328
4329 Rock is currently the only SMP-aware cache_dir type. Using other
4330 store types in configurations with multiple workers is not
4331 supported and may lead to HTTP violations or undefined behavior,
4332 even when each such cache_dir is given a dedicated worker using
4333 configuration conditionals.
4334
4335
4336 ==== The ufs store type ====
4337
4338 "ufs" is the old well-known Squid storage format that has always
4339 been there.
4340
4341 Usage:
4342 cache_dir ufs Directory-Name Mbytes L1 L2 [options]
4343
4344 'Mbytes' is the amount of disk space (MB) to use under this
4345 directory. The default is 100 MB. Change this to suit your
4346 configuration. Do NOT put the size of your disk drive here.
4347 Instead, if you want Squid to use the entire disk drive,
4348 subtract 20% and use that value.
4349
4350 'L1' is the number of first-level subdirectories which
4351 will be created under the 'Directory'. The default is 16.
4352
4353 'L2' is the number of second-level subdirectories which
4354 will be created under each first-level directory. The default
4355 is 256.
4356
4357
4358 ==== The aufs store type ====
4359
4360 "aufs" uses the same storage format as "ufs", utilizing
4361 POSIX-threads to avoid blocking the main Squid process on
4362 disk-I/O. This was formerly known in Squid as async-io.
4363
4364 Usage:
4365 cache_dir aufs Directory-Name Mbytes L1 L2 [options]
4366
4367 see argument descriptions under ufs above
4368
4369
4370 ==== The diskd store type ====
4371
4372 "diskd" uses the same storage format as "ufs", utilizing a
4373 separate process to avoid blocking the main Squid process on
4374 disk-I/O.
4375
4376 Usage:
4377 cache_dir diskd Directory-Name Mbytes L1 L2 [options] [Q1=n] [Q2=n]
4378
4379 see argument descriptions under ufs above
4380
4381 Q1 specifies the number of unacknowledged I/O requests when Squid
4382 stops opening new files. If this many messages are in the queues,
4383 Squid won't open new files. Default is 64
4384
4385 Q2 specifies the number of unacknowledged messages when Squid
4386 starts blocking. If this many messages are in the queues,
4387 Squid blocks until it receives some replies. Default is 72
4388
4389 When Q1 < Q2 (the default), the cache directory is optimized
4390 for lower response time at the expense of a decrease in hit
4391 ratio. If Q1 > Q2, the cache directory is optimized for
4392 higher hit ratio at the expense of an increase in response
4393 time.
4394
4395
4396 ==== The rock store type ====
4397
4398 Usage:
4399 cache_dir rock Directory-Name Mbytes [options]
4400
4401 The Rock Store type is a database-style storage. All cached
4402 entries are stored in a "database" file, using fixed-size slots.
4403 A single entry occupies one or more slots.
4404
4405 If possible, Squid using Rock Store creates a dedicated kid
4406 process called "disker" to avoid blocking Squid worker(s) on disk
4407 I/O. One disker kid is created for each rock cache_dir. Diskers
4408 are created only when Squid, running in daemon mode, has support
4409 for the IpcIo disk I/O module.
4410
4411 swap-timeout=msec: Squid will not start writing a miss to or
4412 reading a hit from disk if it estimates that the swap operation
4413 will take more than the specified number of milliseconds. By
4414 default and when set to zero, disables the disk I/O time limit
4415 enforcement. Ignored when using blocking I/O module because
4416 blocking synchronous I/O does not allow Squid to estimate the
4417 expected swap wait time.
4418
4419 max-swap-rate=swaps/sec: Artificially limits disk access using
4420 the specified I/O rate limit. Swap out requests that
4421 would cause the average I/O rate to exceed the limit are
4422 delayed. Individual swap in requests (i.e., hits or reads) are
4423 not delayed, but they do contribute to measured swap rate and
4424 since they are placed in the same FIFO queue as swap out
4425 requests, they may wait longer if max-swap-rate is smaller.
4426 This is necessary on file systems that buffer "too
4427 many" writes and then start blocking Squid and other processes
4428 while committing those writes to disk. Usually used together
4429 with swap-timeout to avoid excessive delays and queue overflows
4430 when disk demand exceeds available disk "bandwidth". By default
4431 and when set to zero, disables the disk I/O rate limit
4432 enforcement. Currently supported by IpcIo module only.
4433
4434 slot-size=bytes: The size of a database "record" used for
4435 storing cached responses. A cached response occupies at least
4436 one slot and all database I/O is done using individual slots so
4437 increasing this parameter leads to more disk space waste while
4438 decreasing it leads to more disk I/O overheads. Should be a
4439 multiple of your operating system I/O page size. Defaults to
4440 16KBytes. A housekeeping header is stored with each slot and
4441 smaller slot-sizes will be rejected. The header is smaller than
4442 100 bytes.
4443
4444
4445 ==== COMMON OPTIONS ====
4446
4447 no-store no new objects should be stored to this cache_dir.
4448
4449 min-size=n the minimum object size in bytes this cache_dir
4450 will accept. It's used to restrict a cache_dir
4451 to only store large objects (e.g. AUFS) while
4452 other stores are optimized for smaller objects
4453 (e.g. Rock).
4454 Defaults to 0.
4455
4456 max-size=n the maximum object size in bytes this cache_dir
4457 supports.
4458 The value in maximum_object_size directive sets
4459 the default unless more specific details are
4460 available (ie a small store capacity).
4461
4462 Note: To make optimal use of the max-size limits you should order
4463 the cache_dir lines with the smallest max-size value first.
4464
4465CONFIG_START
4466
4467# Uncomment and adjust the following to add a disk cache directory.
4468#cache_dir ufs @DEFAULT_SWAP_DIR@ 100 16 256
4469CONFIG_END
4470DOC_END
4471
4472NAME: store_dir_select_algorithm
4473TYPE: string
4474LOC: Config.store_dir_select_algorithm
4475DEFAULT: least-load
4476DOC_START
4477 How Squid selects which cache_dir to use when the response
4478 object will fit into more than one.
4479
4480 Regardless of which algorithm is used the cache_dir min-size
4481 and max-size parameters are obeyed. As such they can affect
4482 the selection algorithm by limiting the set of considered
4483 cache_dir.
4484
4485 Algorithms:
4486
4487 least-load
4488
4489 This algorithm is suited to caches with similar cache_dir
4490 sizes and disk speeds.
4491
4492 The disk with the least I/O pending is selected.
4493 When there are multiple disks with the same I/O load ranking
4494 the cache_dir with most available capacity is selected.
4495
4496 When a mix of cache_dir sizes are configured the faster disks
4497 have a naturally lower I/O loading and larger disks have more
4498 capacity. So space used to store objects and data throughput
4499 may be very unbalanced towards larger disks.
4500
4501
4502 round-robin
4503
4504 This algorithm is suited to caches with unequal cache_dir
4505 disk sizes.
4506
4507 Each cache_dir is selected in a rotation. The next suitable
4508 cache_dir is used.
4509
4510 Available cache_dir capacity is only considered in relation
4511 to whether the object will fit and meets the min-size and
4512 max-size parameters.
4513
4514 Disk I/O loading is only considered to prevent overload on slow
4515 disks. This algorithm does not spread objects by size, so any
4516 I/O loading per-disk may appear very unbalanced and volatile.
4517
4518 If several cache_dirs use similar min-size, max-size, or other
4519 limits to to reject certain responses, then do not group such
4520 cache_dir lines together, to avoid round-robin selection bias
4521 towards the first cache_dir after the group. Instead, interleave
4522 cache_dir lines from different groups. For example:
4523
4524 store_dir_select_algorithm round-robin
4525 cache_dir rock /hdd1 ... min-size=100000
4526 cache_dir rock /ssd1 ... max-size=99999
4527 cache_dir rock /hdd2 ... min-size=100000
4528 cache_dir rock /ssd2 ... max-size=99999
4529 cache_dir rock /hdd3 ... min-size=100000
4530 cache_dir rock /ssd3 ... max-size=99999
4531DOC_END
4532
4533NAME: paranoid_hit_validation
4534COMMENT: time-units-small
4535TYPE: time_nanoseconds
4536DEFAULT: 0
4537DEFAULT_DOC: validation disabled
4538LOC: Config.paranoid_hit_validation
4539DOC_START
4540 Controls whether Squid should perform paranoid validation of cache entry
4541 metadata integrity every time a cache entry is hit. This low-level
4542 validation should always succeed. Each failed validation results in a
4543 cache miss, a BUG line reported to cache.log, and the invalid entry
4544 marked as unusable (and eventually purged from the cache).
4545
4546 Squid can only validate shared cache memory and rock cache_dir entries.
4547
4548 * Zero (default) value means that the validation is disabled.
4549
4550 * Positive values enable validation:
4551 - values less than 1 day approximate the maximum time that Squid is allowed
4552 to spend validating a single cache hit.
4553 - values greater or equal to 1 day are considered as no limitation:
4554 in this case all checks will be performed, regardless of how much time
4555 they take.
4556
4557 Hits are usually stored using 16KB slots (for rock, the size is
4558 configurable via cache_dir slot-size). Larger hits require scanning more
4559 slots and, hence, take more time. When validation is enabled, at least one
4560 slot is always validated, regardless of the configured time limit.
4561
4562 A worker process validating an entry cannot do anything else (i.e. the
4563 validation is blocking). The validation overhead is environment dependent,
4564 but developers have observed Squid spending 3-10 microseconds to check each
4565 slot of a Rock or shared memory hit entry. If Squid cuts validation short
4566 because it runs out of configured time, it treats the entry as valid.
4567
4568 When hit validation is enabled, its statistics is included in Cache
4569 Manager mgr:counters, mgr:5min, and mgr:60min reports.
4570DOC_END
4571
4572NAME: max_open_disk_fds
4573TYPE: int
4574LOC: Config.max_open_disk_fds
4575DEFAULT: 0
4576DEFAULT_DOC: no limit
4577DOC_START
4578 To avoid having disk as the I/O bottleneck Squid can optionally
4579 bypass the on-disk cache if more than this amount of disk file
4580 descriptors are open.
4581
4582 A value of 0 indicates no limit.
4583DOC_END
4584
4585NAME: cache_swap_low
4586COMMENT: (percent, 0-100)
4587TYPE: int
4588DEFAULT: 90
4589LOC: Config.Swap.lowWaterMark
4590DOC_START
4591 The low-water mark for AUFS/UFS/diskd cache object eviction by
4592 the cache_replacement_policy algorithm.
4593
4594 Removal begins when the swap (disk) usage of a cache_dir is
4595 above this low-water mark and attempts to maintain utilization
4596 near the low-water mark.
4597
4598 As swap utilization increases towards the high-water mark set
4599 by cache_swap_high object eviction becomes more aggressive.
4600
4601 The value difference in percentages between low- and high-water
4602 marks represent an eviction rate of 300 objects per second and
4603 the rate continues to scale in aggressiveness by multiples of
4604 this above the high-water mark.
4605
4606 Defaults are 90% and 95%. If you have a large cache, 5% could be
4607 hundreds of MB. If this is the case you may wish to set these
4608 numbers closer together.
4609
4610 See also cache_swap_high and cache_replacement_policy
4611DOC_END
4612
4613NAME: cache_swap_high
4614COMMENT: (percent, 0-100)
4615TYPE: int
4616DEFAULT: 95
4617LOC: Config.Swap.highWaterMark
4618DOC_START
4619 The high-water mark for AUFS/UFS/diskd cache object eviction by
4620 the cache_replacement_policy algorithm.
4621
4622 Removal begins when the swap (disk) usage of a cache_dir is
4623 above the low-water mark set by cache_swap_low and attempts to
4624 maintain utilization near the low-water mark.
4625
4626 As swap utilization increases towards this high-water mark object
4627 eviction becomes more aggressive.
4628
4629 The value difference in percentages between low- and high-water
4630 marks represent an eviction rate of 300 objects per second and
4631 the rate continues to scale in aggressiveness by multiples of
4632 this above the high-water mark.
4633
4634 Defaults are 90% and 95%. If you have a large cache, 5% could be
4635 hundreds of MB. If this is the case you may wish to set these
4636 numbers closer together.
4637
4638 See also cache_swap_low and cache_replacement_policy
4639DOC_END
4640
4641COMMENT_START
4642 LOGFILE OPTIONS
4643 -----------------------------------------------------------------------------
4644COMMENT_END
4645
4646NAME: logformat
4647TYPE: logformat
4648LOC: Log::TheConfig
4649DEFAULT: none
4650DEFAULT_DOC: The format definitions squid, common, combined, referrer, useragent are built in.
4651DOC_START
4652 Usage:
4653
4654 logformat <name> <format specification>
4655
4656 Defines an access log format.
4657
4658 The <format specification> is a string with embedded % format codes
4659
4660 % format codes all follow the same basic structure where all
4661 components but the formatcode are optional and usually unnecessary,
4662 especially when dealing with common codes.
4663
4664 % [encoding] [-] [[0]width] [{arg}] formatcode [{arg}]
4665
4666 encoding escapes or otherwise protects "special" characters:
4667
4668 " Quoted string encoding where quote(") and
4669 backslash(\) characters are \-escaped while
4670 CR, LF, and TAB characters are encoded as \r,
4671 \n, and \t two-character sequences.
4672
4673 [ Custom Squid encoding where percent(%), square
4674 brackets([]), backslash(\) and characters with
4675 codes outside of [32,126] range are %-encoded.
4676 SP is not encoded. Used by log_mime_hdrs.
4677
4678 # URL encoding (a.k.a. percent-encoding) where
4679 all URL unsafe and control characters (per RFC
4680 1738) are %-encoded.
4681
4682 / Shell-like encoding where quote(") and
4683 backslash(\) characters are \-escaped while CR
4684 and LF characters are encoded as \r and \n
4685 two-character sequences. Values containing SP
4686 character(s) are surrounded by quotes(").
4687
4688 ' Raw/as-is encoding with no escaping/quoting.
4689
4690 Default encoding: When no explicit encoding is
4691 specified, each %code determines its own encoding.
4692 Most %codes use raw/as-is encoding, but some codes use
4693 a so called "pass-through URL encoding" where all URL
4694 unsafe and control characters (per RFC 1738) are
4695 %-encoded, but the percent character(%) is left as is.
4696
4697 - left aligned
4698
4699 width minimum and/or maximum field width:
4700 [width_min][.width_max]
4701 When minimum starts with 0, the field is zero-padded.
4702 String values exceeding maximum width are truncated.
4703
4704 {arg} argument such as header name etc. This field may be
4705 placed before or after the token, but not both at once.
4706
4707 Format codes:
4708
4709 % a literal % character
4710
4711 byte{value} Adds a single byte with the given value (e.g., %byte{10}
4712 adds an ASCII LF character a.k.a. "new line" or "\n"). The value
4713 parameter is required and must be a positive decimal integer not
4714 exceeding 255. Zero-valued bytes (i.e. ASCII NUL characters) are
4715 not yet supported.
4716
4717 sn Unique sequence number per log line entry
4718 err_code The ID of an error response served by Squid or
4719 a similar internal error identifier.
4720
4721 err_detail Additional err_code-dependent error information. Multiple
4722 details are separated by the plus sign ('+'). Admins should not
4723 rely on a particular detail listing order, the uniqueness of the
4724 entries, or individual detail text stability. All those properties
4725 depend on many unstable factors, including external libraries.
4726
4727 note The annotation specified by the argument. Also
4728 logs the adaptation meta headers set by the
4729 adaptation_meta configuration parameter.
4730 If no argument given all annotations logged.
4731 The argument may include a separator to use with
4732 annotation values:
4733 name[:separator]
4734 By default, multiple note values are separated with ","
4735 and multiple notes are separated with "\r\n".
4736 When logging named notes with %{name}note, the
4737 explicitly configured separator is used between note
4738 values. When logging all notes with %note, the
4739 explicitly configured separator is used between
4740 individual notes. There is currently no way to
4741 specify both value and notes separators when logging
4742 all notes with %note.
4743 master_xaction The master transaction identifier is an unsigned
4744 integer. These IDs are guaranteed to monotonically
4745 increase within a single worker process lifetime, with
4746 higher values corresponding to transactions that were
4747 accepted or initiated later. Due to current implementation
4748 deficiencies, some IDs are skipped (i.e. never logged).
4749 Concurrent workers and restarted workers use similar,
4750 overlapping sequences of master transaction IDs.
4751
4752 Connection related format codes:
4753
4754 >a Client source IP address
4755 >A Client FQDN
4756 >p Client source port
4757 >eui Client source EUI (MAC address, EUI-48 or EUI-64 identifier)
4758 >la Local IP address the client connected to
4759 >lp Local port number the client connected to
4760 >qos Client connection TOS/DSCP value set by Squid
4761 >nfmark Client connection netfilter packet MARK set by Squid
4762
4763 transport::>connection_id Identifies a transport connection
4764 accepted by Squid (e.g., a connection carrying the
4765 logged HTTP request). Currently, Squid only supports
4766 TCP transport connections.
4767
4768 The logged identifier is an unsigned integer. These
4769 IDs are guaranteed to monotonically increase within a
4770 single worker process lifetime, with higher values
4771 corresponding to connections that were accepted later.
4772 Many IDs are skipped (i.e. never logged). Concurrent
4773 workers and restarted workers use similar, partially
4774 overlapping sequences of IDs.
4775
4776 la Local listening IP address the client connection was connected to.
4777 lp Local listening port number the client connection was connected to.
4778
4779 <a Server IP address of the last server or peer connection
4780 <A Server FQDN or peer name
4781 <p Server port number of the last server or peer connection
4782 <la Local IP address of the last server or peer connection
4783 <lp Local port number of the last server or peer connection
4784 <qos Server connection TOS/DSCP value set by Squid
4785 <nfmark Server connection netfilter packet MARK set by Squid
4786
4787 >handshake Raw client handshake
4788 Initial client bytes received by Squid on a newly
4789 accepted TCP connection or inside a just established
4790 CONNECT tunnel. Squid stops accumulating handshake
4791 bytes as soon as the handshake parser succeeds or
4792 fails (determining whether the client is using the
4793 expected protocol).
4794
4795 For HTTP clients, the handshake is the request line.
4796 For TLS clients, the handshake consists of all TLS
4797 records up to and including the TLS record that
4798 contains the last byte of the first ClientHello
4799 message. For clients using an unsupported protocol,
4800 this field contains the bytes received by Squid at the
4801 time of the handshake parsing failure.
4802
4803 See the on_unsupported_protocol directive for more
4804 information on Squid handshake traffic expectations.
4805
4806 Current support is limited to these contexts:
4807 - http_port connections, but only when the
4808 on_unsupported_protocol directive is in use.
4809 - https_port connections (and CONNECT tunnels) that
4810 are subject to the ssl_bump peek or stare action.
4811
4812 To protect binary handshake data, this field is always
4813 base64-encoded (RFC 4648 Section 4). If logformat
4814 field encoding is configured, that encoding is applied
4815 on top of base64. Otherwise, the computed base64 value
4816 is recorded as is.
4817
4818 Time related format codes:
4819
4820 ts Seconds since epoch
4821 tu subsecond time (milliseconds)
4822 tl Local time. Optional strftime format argument
4823 default %d/%b/%Y:%H:%M:%S %z
4824 tg GMT time. Optional strftime format argument
4825 default %d/%b/%Y:%H:%M:%S %z
4826 tr Response time (milliseconds)
4827 dt Total time spent making DNS lookups (milliseconds)
4828 tS Approximate master transaction start time in
4829 <full seconds since epoch>.<fractional seconds> format.
4830 Currently, Squid considers the master transaction
4831 started when a complete HTTP request header initiating
4832 the transaction is received from the client. This is
4833 the same value that Squid uses to calculate transaction
4834 response time when logging %tr to access.log. Currently,
4835 Squid uses millisecond resolution for %tS values,
4836 similar to the default access.log "current time" field
4837 (%ts.%03tu).
4838
4839 busy_time Time spent in transaction-related code (nanoseconds)
4840 This cumulative measurement excludes periods of time when the
4841 transaction was waiting (e.g., for a server or helper response)
4842 while Squid worked on other transactions or was engaged in
4843 transaction-unrelated activities (e.g., generating a cache index).
4844 In other words, this measurement represents the total amount of
4845 physical time when Squid was busy working on this transaction.
4846
4847 WARNING: This measurement relies on Squid transaction context
4848 tracking features that currently have known context leak bugs and
4849 coverage gaps. Until those features are fully implemented, logged
4850 values may significantly understate or exaggerate actual times.
4851 Do not use this measurement unless you know it works in your case.
4852
4853 Access Control related format codes:
4854
4855 et Tag returned by external acl
4856 ea Log string returned by external acl
4857 un User name (any available)
4858 ul User name from authentication
4859 ue User name from external acl helper
4860 un A user name. Expands to the first available name
4861 from the following list of information sources:
4862 - authenticated user name, like %ul
4863 - user name supplied by an external ACL, like %ue
4864 - SSL client name, like %us
4865 credentials Client credentials. The exact meaning depends on
4866 the authentication scheme: For Basic authentication,
4867 it is the password; for Digest, the realm sent by the
4868 client; for NTLM and Negotiate, the client challenge
4869 or client credentials prefixed with "YR " or "KK ".
4870
4871 HTTP related format codes:
4872
4873 REQUEST
4874
4875 [http::]rm Request method (GET/POST etc)
4876 [http::]>rm Request method from client
4877 [http::]<rm Request method sent to server or peer
4878
4879 [http::]ru Request URL received (or computed) and sanitized
4880
4881 Logs request URI received from the client, a
4882 request adaptation service, or a request
4883 redirector (whichever was applied last).
4884
4885 Computed URLs are URIs of internally generated
4886 requests and various "error:..." URIs.
4887
4888 Honors strip_query_terms and uri_whitespace.
4889
4890 This field is not encoded by default. Encoding
4891 this field using variants of %-encoding will
4892 clash with uri_whitespace modifications that
4893 also use %-encoding.
4894
4895 [http::]>ru Request URL received from the client (or computed)
4896
4897 Computed URLs are URIs of internally generated
4898 requests and various "error:..." URIs.
4899
4900 Unlike %ru, this request URI is not affected
4901 by request adaptation, URL rewriting services,
4902 and strip_query_terms.
4903
4904 Honors uri_whitespace.
4905
4906 This field is using pass-through URL encoding
4907 by default. Encoding this field using other
4908 variants of %-encoding will clash with
4909 uri_whitespace modifications that also use
4910 %-encoding.
4911
4912 [http::]<ru Request URL sent to server or peer
4913 [http::]>rs Request URL scheme from client
4914 [http::]<rs Request URL scheme sent to server or peer
4915 [http::]>rd Request URL domain from client
4916 [http::]<rd Request URL domain sent to server or peer
4917 [http::]>rP Request URL port from client
4918 [http::]<rP Request URL port sent to server or peer
4919 [http::]rp Request URL path excluding hostname
4920 [http::]>rp Request URL path excluding hostname from client
4921 [http::]<rp Request URL path excluding hostname sent to server or peer
4922 [http::]rv Request protocol version
4923 [http::]>rv Request protocol version from client
4924 [http::]<rv Request protocol version sent to server or peer
4925
4926 [http::]>h Original received request header.
4927 Usually differs from the request header sent by
4928 Squid, although most fields are often preserved.
4929 Accepts optional header field name/value filter
4930 argument using name[:[separator]element] format.
4931 [http::]>ha Received request header after adaptation and
4932 redirection (pre-cache REQMOD vectoring point).
4933 Usually differs from the request header sent by
4934 Squid, although most fields are often preserved.
4935 Optional header name argument as for >h
4936
4937 RESPONSE
4938
4939 [http::]<Hs HTTP status code received from the next hop
4940 [http::]>Hs HTTP status code sent to the client
4941
4942 [http::]<h Reply header. Optional header name argument
4943 as for >h
4944
4945 [http::]mt MIME content type
4946
4947
4948 SIZE COUNTERS
4949
4950 [http::]st Total size of request + reply traffic with client
4951 [http::]>st Total size of request received from client.
4952 Excluding chunked encoding bytes.
4953 [http::]<st Total size of reply sent to client (after adaptation)
4954
4955 [http::]>sh Size of request headers received from client
4956 [http::]<sh Size of reply headers sent to client (after adaptation)
4957
4958 [http::]<sH Reply high offset sent
4959 [http::]<sS Upstream object size
4960
4961 [http::]<bs Number of HTTP-equivalent message body bytes
4962 received from the next hop, excluding chunked
4963 transfer encoding and control messages.
4964 Generated FTP listings are treated as
4965 received bodies.
4966
4967 TIMING
4968
4969 [http::]<pt Peer response time in milliseconds. The timer starts
4970 when the last request byte is sent to the next hop
4971 and stops when the last response byte is received.
4972 [http::]<tt Total time spent forwarding to origin servers or
4973 cache_peers (milliseconds).
4974
4975 The timer starts when Squid decides to forward the request (to
4976 an origin server or cache_peer) and peer selection begins. The
4977 timer stops when relevant forwarding activities (including any
4978 retries) end.
4979
4980 Between those two timer events, Squid may perform DNS lookups,
4981 query external ACL helpers, adapt responses using pre-cache
4982 RESPMOD services, and participate in other concurrent
4983 secondary activities. Most secondary activities increase
4984 peering time. In some cases, a secondary activity may start
4985 before the timer starts or end after the timer stops, leading
4986 to misleading results of simple computations like %<tt - %dt.
4987
4988 If this logformat %code is used before its timer starts, the
4989 corresponding measurement has no value (and the %code expands
4990 to a single dash ("-") character).
4991
4992 If this code is used while its timer is running, the time
4993 spent so far is used as the measurement value.
4994
4995 When Squid re-forwards the request (e.g., after certain cache
4996 revalidation failures), the timer may restart. In this case,
4997 the new measurement is added to the value accumulated from
4998 previous forwarding attempts. The time interval between
4999 forwarding attempts is not added to the final result.
5000
5001 Squid handling related format codes:
5002
5003 Ss Squid request status (TCP_MISS etc)
5004 Sh Squid hierarchy status (DEFAULT_PARENT etc)
5005
5006 [http::]request_attempts Number of request forwarding attempts
5007
5008 See forward_max_tries documentation that details what Squid counts
5009 as a forwarding attempt. Pure cache hits log zero, but cache hits
5010 that triggered HTTP cache revalidation log the number of attempts
5011 made when sending an internal revalidation request. DNS, ICMP,
5012 ICP, HTCP, ICAP, eCAP, helper, and other secondary requests
5013 sent by Squid as a part of a master transaction do not increment
5014 the counter logged for the received request.
5015
5016 SSL-related format codes:
5017
5018 ssl::bump_mode SslBump decision for the transaction:
5019
5020 For CONNECT requests that initiated bumping of
5021 a connection and for any request received on
5022 an already bumped connection, Squid logs the
5023 corresponding SslBump mode ("splice", "bump",
5024 "peek", "stare", "terminate", "server-first"
5025 or "client-first"). See the ssl_bump option
5026 for more information about these modes.
5027
5028 A "none" token is logged for requests that
5029 triggered "ssl_bump" ACL evaluation matching
5030 a "none" rule.
5031
5032 In all other cases, a single dash ("-") is
5033 logged.
5034
5035 ssl::>sni SSL client SNI sent to Squid.
5036
5037 ssl::>cert_subject
5038 The Subject field of the received client
5039 SSL certificate or a dash ('-') if Squid has
5040 received an invalid/malformed certificate or
5041 no certificate at all. Consider encoding the
5042 logged value because Subject often has spaces.
5043
5044 ssl::>cert_issuer
5045 The Issuer field of the received client
5046 SSL certificate or a dash ('-') if Squid has
5047 received an invalid/malformed certificate or
5048 no certificate at all. Consider encoding the
5049 logged value because Issuer often has spaces.
5050
5051 ssl::<cert_subject
5052 The Subject field of the received server
5053 TLS certificate or a dash ('-') if this is
5054 not available. Consider encoding the logged
5055 value because Subject often has spaces.
5056
5057 ssl::<cert_issuer
5058 The Issuer field of the received server
5059 TLS certificate or a dash ('-') if this is
5060 not available. Consider encoding the logged
5061 value because Issuer often has spaces.
5062
5063 ssl::<cert
5064 The received server x509 certificate in PEM
5065 format, including BEGIN and END lines (or a
5066 dash ('-') if the certificate is unavailable).
5067
5068 WARNING: Large certificates will exceed the
5069 current 8KB access.log record limit, resulting
5070 in truncated records. Such truncation usually
5071 happens in the middle of a record field. The
5072 limit applies to all access logging modules.
5073
5074 The logged certificate may have failed
5075 validation and may not be trusted by Squid.
5076 This field does not include any intermediate
5077 certificates that may have been received from
5078 the server or fetched during certificate
5079 validation process.
5080
5081 Currently, Squid only collects server
5082 certificates during step3 of SslBump
5083 processing; connections that were not subject
5084 to ssl_bump rules or that did not match a peek
5085 or stare rule at step2 will not have the
5086 server certificate information.
5087
5088 This field is using pass-through URL encoding
5089 by default.
5090
5091 ssl::<cert_errors
5092 The list of certificate validation errors
5093 detected by Squid (including OpenSSL and
5094 certificate validation helper components). The
5095 errors are listed in the discovery order. By
5096 default, the error codes are separated by ':'.
5097 Accepts an optional separator argument.
5098
5099 %ssl::>negotiated_version The negotiated TLS version of the
5100 client connection.
5101
5102 %ssl::<negotiated_version The negotiated TLS version of the
5103 last server or peer connection.
5104
5105 %ssl::>received_hello_version The TLS version of the Hello
5106 message received from TLS client.
5107
5108 %ssl::<received_hello_version The TLS version of the Hello
5109 message received from TLS server.
5110
5111 %ssl::>received_supported_version The maximum TLS version
5112 supported by the TLS client.
5113
5114 %ssl::<received_supported_version The maximum TLS version
5115 supported by the TLS server.
5116
5117 %ssl::>negotiated_cipher The negotiated cipher of the
5118 client connection.
5119
5120 %ssl::<negotiated_cipher The negotiated cipher of the
5121 last server or peer connection.
5122
5123 If ICAP is enabled, the following code becomes available (as
5124 well as ICAP log codes documented with the icap_log option):
5125
5126 icap::tt Total ICAP "blocking" time for the HTTP transaction. The
5127 timer ticks while Squid checks adaptation_access and while
5128 ICAP transaction(s) expect ICAP response headers, including
5129 the embedded adapted HTTP message headers (where applicable).
5130 This measurement is meant to estimate ICAP impact on HTTP
5131 transaction response times, but it does not currently account
5132 for slow ICAP response body delivery blocking HTTP progress.
5133
5134 Once Squid receives the final ICAP response headers (e.g.,
5135 ICAP 200 or 204) and the associated adapted HTTP message
5136 headers (if any) from the ICAP service, the corresponding ICAP
5137 transaction stops affecting this measurement, even though the
5138 transaction itself may continue for a long time (e.g., to
5139 finish sending the ICAP request and/or to finish receiving the
5140 ICAP response body).
5141
5142 When "blocking" sections of multiple concurrent ICAP
5143 transactions overlap in time, the overlapping segment is
5144 counted only once.
5145
5146 To see complete ICAP transaction response times (rather than
5147 the cumulative effect of their blocking sections) use the
5148 %adapt::all_trs logformat code or the icap_log directive.
5149
5150 If adaptation is enabled the following codes become available:
5151
5152 adapt::<last_h The header of the last ICAP response or
5153 meta-information from the last eCAP
5154 transaction related to the HTTP transaction.
5155 Like <h, accepts an optional header name
5156 argument.
5157
5158 adapt::sum_trs Summed adaptation transaction response
5159 times recorded as a comma-separated list in
5160 the order of transaction start time. Each time
5161 value is recorded as an integer number,
5162 representing response time of one or more
5163 adaptation (ICAP or eCAP) transaction in
5164 milliseconds. When a failed transaction is
5165 being retried or repeated, its time is not
5166 logged individually but added to the
5167 replacement (next) transaction. Lifetimes of individually
5168 listed adaptation transactions may overlap.
5169 See also: %icap::tt and %adapt::all_trs.
5170
5171 adapt::all_trs All adaptation transaction response times.
5172 Same as %adapt::sum_trs but response times of
5173 individual transactions are never added
5174 together. Instead, all transaction response
5175 times are recorded individually.
5176
5177 You can prefix adapt::*_trs format codes with adaptation
5178 service name in curly braces to record response time(s) specific
5179 to that service. For example: %{my_service}adapt::sum_trs
5180
5181 Format codes related to the PROXY protocol:
5182
5183 proxy_protocol::>h PROXY protocol header, including optional TLVs.
5184
5185 Supports the same field and element reporting/extraction logic
5186 as %http::>h. For configuration and reporting purposes, Squid
5187 maps each PROXY TLV to an HTTP header field: the TLV type
5188 (configured as a decimal integer) is the field name, and the
5189 TLV value is the field value. All TLVs of "LOCAL" connections
5190 (in PROXY protocol terminology) are currently skipped/ignored.
5191
5192 Squid also maps the following standard PROXY protocol header
5193 blocks to pseudo HTTP headers (their names use PROXY
5194 terminology and start with a colon, following HTTP tradition
5195 for pseudo headers): :command, :version, :src_addr, :dst_addr,
5196 :src_port, and :dst_port.
5197
5198 Without optional parameters, this logformat code logs
5199 pseudo headers and TLVs.
5200
5201 This format code uses pass-through URL encoding by default.
5202
5203 Example:
5204 # relay custom PROXY TLV #224 to adaptation services
5205 adaptation_meta Client-Foo "%proxy_protocol::>h{224}"
5206
5207 See also: %http::>h
5208
5209 The default formats available (which do not need re-defining) are:
5210
5211logformat squid %ts.%03tu %6tr %>a %Ss/%03>Hs %<st %rm %ru %[un %Sh/%<a %mt
5212logformat common %>a - %[un [%tl] "%rm %ru HTTP/%rv" %>Hs %<st %Ss:%Sh
5213logformat combined %>a - %[un [%tl] "%rm %ru HTTP/%rv" %>Hs %<st "%{Referer}>h" "%{User-Agent}>h" %Ss:%Sh
5214logformat referrer %ts.%03tu %>a %{Referer}>h %ru
5215logformat useragent %>a [%tl] "%{User-Agent}>h"
5216
5217 NOTE: When the log_mime_hdrs directive is set to ON.
5218 The squid, common and combined formats have a safely encoded copy
5219 of the mime headers appended to each line within a pair of brackets.
5220
5221 NOTE: The common and combined formats are not quite true to the Apache definition.
5222 The logs from Squid contain an extra status and hierarchy code appended.
5223
5224DOC_END
5225
5226NAME: access_log cache_access_log
5227TYPE: access_log
5228LOC: Config.Log.accesslogs
5229DEFAULT_IF_NONE: daemon:@DEFAULT_ACCESS_LOG@ squid
5230DOC_START
5231 Configures whether and how Squid logs HTTP and ICP transactions.
5232 If access logging is enabled, a single line is logged for every
5233 matching HTTP or ICP request. The recommended directive formats are:
5234
5235 access_log <module>:<place> [option ...] [acl acl ...]
5236 access_log none [acl acl ...]
5237
5238 The following directive format is accepted but may be deprecated:
5239 access_log <module>:<place> [<logformat name> [acl acl ...]]
5240
5241 In most cases, the first ACL name must not contain the '=' character
5242 and should not be equal to an existing logformat name. You can always
5243 start with an 'all' ACL to work around those restrictions.
5244
5245 Will log to the specified module:place using the specified format (which
5246 must be defined in a logformat directive) those entries which match
5247 ALL the acl's specified (which must be defined in acl clauses).
5248 If no acl is specified, all requests will be logged to this destination.
5249
5250 ===== Available options for the recommended directive format =====
5251
5252 logformat=name Names log line format (either built-in or
5253 defined by a logformat directive). Defaults
5254 to 'squid'.
5255
5256 buffer-size=64KB Defines approximate buffering limit for log
5257 records (see buffered_logs). Squid should not
5258 keep more than the specified size and, hence,
5259 should flush records before the buffer becomes
5260 full to avoid overflows under normal
5261 conditions (the exact flushing algorithm is
5262 module-dependent though). The on-error option
5263 controls overflow handling.
5264
5265 on-error=die|drop Defines action on unrecoverable errors. The
5266 'drop' action ignores (i.e., does not log)
5267 affected log records. The default 'die' action
5268 kills the affected worker. The drop action
5269 support has not been tested for modules other
5270 than tcp.
5271
5272 rotate=N Specifies the number of log file rotations to
5273 make when you run 'squid -k rotate'. The default
5274 is to obey the logfile_rotate directive. Setting
5275 rotate=0 will disable the file name rotation,
5276 but the log files are still closed and re-opened.
5277 This will enable you to rename the logfiles
5278 yourself just before sending the rotate signal.
5279 Only supported by the stdio module.
5280
5281 ===== Modules Currently available =====
5282
5283 none Do not log any requests matching these ACL.
5284 Do not specify Place or logformat name.
5285
5286 stdio Write each log line to disk immediately at the completion of
5287 each request.
5288 Place: the filename and path to be written.
5289
5290 daemon Very similar to stdio. But instead of writing to disk the log
5291 line is passed to a daemon helper for asynchronous handling instead.
5292 Place: varies depending on the daemon.
5293
5294 log_file_daemon Place: the file name and path to be written.
5295
5296 syslog To log each request via syslog facility.
5297 Place: The syslog facility and priority level for these entries.
5298 Place Format: facility.priority
5299
5300 where facility could be any of:
5301 authpriv, daemon, local0 ... local7 or user.
5302
5303 And priority could be any of:
5304 err, warning, notice, info, debug.
5305
5306 udp To send each log line as text data to a UDP receiver.
5307 Place: The destination host name or IP and port.
5308 Place Format: //host:port
5309
5310 tcp To send each log line as text data to a TCP receiver.
5311 Lines may be accumulated before sending (see buffered_logs).
5312 Place: The destination host name or IP and port.
5313 Place Format: //host:port
5314
5315 Default:
5316 access_log daemon:@DEFAULT_ACCESS_LOG@ squid
5317DOC_END
5318
5319NAME: icap_log
5320TYPE: access_log
5321IFDEF: ICAP_CLIENT
5322LOC: Config.Log.icaplogs
5323DEFAULT: none
5324DOC_START
5325 ICAP log files record ICAP transaction summaries, one line per
5326 transaction.
5327
5328 The icap_log option format is:
5329 icap_log <filepath> [<logformat name> [acl acl ...]]
5330 icap_log none [acl acl ...]]
5331
5332 Please see access_log option documentation for details. The two
5333 kinds of logs share the overall configuration approach and many
5334 features.
5335
5336 ICAP processing of a single HTTP message or transaction may
5337 require multiple ICAP transactions. In such cases, multiple
5338 ICAP transaction log lines will correspond to a single access
5339 log line.
5340
5341 ICAP log supports many access.log logformat %codes. In ICAP context,
5342 HTTP message-related %codes are applied to the HTTP message embedded
5343 in an ICAP message. Logformat "%http::>..." codes are used for HTTP
5344 messages embedded in ICAP requests while "%http::<..." codes are used
5345 for HTTP messages embedded in ICAP responses. For example:
5346
5347 http::>h To-be-adapted HTTP message headers sent by Squid to
5348 the ICAP service. For REQMOD transactions, these are
5349 HTTP request headers. For RESPMOD, these are HTTP
5350 response headers, but Squid currently cannot log them
5351 (i.e., %http::>h will expand to "-" for RESPMOD).
5352
5353 http::<h Adapted HTTP message headers sent by the ICAP
5354 service to Squid (i.e., HTTP request headers in regular
5355 REQMOD; HTTP response headers in RESPMOD and during
5356 request satisfaction in REQMOD).
5357
5358 ICAP OPTIONS transactions do not embed HTTP messages.
5359
5360 Several logformat codes below deal with ICAP message bodies. An ICAP
5361 message body, if any, typically includes a complete HTTP message
5362 (required HTTP headers plus optional HTTP message body). When
5363 computing HTTP message body size for these logformat codes, Squid
5364 either includes or excludes chunked encoding overheads; see
5365 code-specific documentation for details.
5366
5367 For Secure ICAP services, all size-related information is currently
5368 computed before/after TLS encryption/decryption, as if TLS was not
5369 in use at all.
5370
5371 The following format codes are also available for ICAP logs:
5372
5373 icap::<A ICAP server IP address. Similar to <A.
5374
5375 icap::<service_name ICAP service name from the icap_service
5376 option in Squid configuration file.
5377
5378 icap::ru ICAP Request-URI. Similar to ru.
5379
5380 icap::rm ICAP request method (REQMOD, RESPMOD, or
5381 OPTIONS). Similar to existing rm.
5382
5383 icap::>st The total size of the ICAP request sent to the ICAP
5384 server (ICAP headers + ICAP body), including chunking
5385 metadata (if any).
5386
5387 icap::<st The total size of the ICAP response received from the
5388 ICAP server (ICAP headers + ICAP body), including
5389 chunking metadata (if any).
5390
5391 icap::<bs The size of the ICAP response body received from the
5392 ICAP server, excluding chunking metadata (if any).
5393
5394 icap::tr Transaction response time (in
5395 milliseconds). The timer starts when
5396 the ICAP transaction is created and
5397 stops when the transaction is completed.
5398 Similar to tr.
5399
5400 icap::tio Transaction I/O time (in milliseconds). The
5401 timer starts when the first ICAP request
5402 byte is scheduled for sending. The timers
5403 stops when the last byte of the ICAP response
5404 is received.
5405
5406 icap::to Transaction outcome: ICAP_ERR* for all
5407 transaction errors, ICAP_OPT for OPTION
5408 transactions, ICAP_ECHO for 204
5409 responses, ICAP_MOD for message
5410 modification, and ICAP_SAT for request
5411 satisfaction. Similar to Ss.
5412
5413 icap::Hs ICAP response status code. Similar to Hs.
5414
5415 icap::>h ICAP request header(s). Similar to >h.
5416
5417 icap::<h ICAP response header(s). Similar to <h.
5418
5419 The default ICAP log format, which can be used without an explicit
5420 definition, is called icap_squid:
5421
5422logformat icap_squid %ts.%03tu %6icap::tr %>A %icap::to/%03icap::Hs %icap::<st %icap::rm %icap::ru %un -/%icap::<A -
5423
5424 See also: logformat and %adapt::<last_h
5425DOC_END
5426
5427NAME: logfile_daemon
5428TYPE: string
5429DEFAULT: @DEFAULT_LOGFILED@
5430LOC: Log::TheConfig.logfile_daemon
5431DOC_START
5432 Specify the path to the logfile-writing daemon. This daemon is
5433 used to write the access and store logs, if configured.
5434
5435 Squid sends a number of commands to the log daemon:
5436 L<data>\n - logfile data
5437 R\n - rotate file
5438 T\n - truncate file
5439 O\n - reopen file
5440 F\n - flush file
5441 r<n>\n - set rotate count to <n>
5442 b<n>\n - 1 = buffer output, 0 = don't buffer output
5443
5444 No responses is expected.
5445DOC_END
5446
5447NAME: stats_collection
5448TYPE: acl_access
5449LOC: Config.accessList.stats_collection
5450DEFAULT: none
5451DEFAULT_DOC: Allow logging for all transactions.
5452COMMENT: allow|deny acl acl...
5453DOC_START
5454 This options allows you to control which requests gets accounted
5455 in performance counters.
5456
5457 This clause only supports fast acl types.
5458 See https://wiki.squid-cache.org/SquidFaq/SquidAcl for details.
5459DOC_END
5460
5461NAME: cache_store_log
5462TYPE: string
5463DEFAULT: none
5464LOC: Config.Log.store
5465DOC_START
5466 Logs the activities of the storage manager. Shows which
5467 objects are ejected from the cache, and which objects are
5468 saved and for how long.
5469 There are not really utilities to analyze this data, so you can safely
5470 disable it (the default).
5471
5472 Store log uses modular logging outputs. See access_log for the list
5473 of modules supported.
5474
5475 Example:
5476 cache_store_log stdio:@DEFAULT_STORE_LOG@
5477 cache_store_log daemon:@DEFAULT_STORE_LOG@
5478DOC_END
5479
5480NAME: cache_swap_state cache_swap_log
5481TYPE: string
5482LOC: Config.Log.swap
5483DEFAULT: none
5484DEFAULT_DOC: Store the journal inside its cache_dir
5485DOC_START
5486 Location for the cache "swap.state" file. This index file holds
5487 the metadata of objects saved on disk. It is used to rebuild
5488 the cache during startup. Normally this file resides in each
5489 'cache_dir' directory, but you may specify an alternate
5490 pathname here. Note you must give a full filename, not just
5491 a directory. Since this is the index for the whole object
5492 list you CANNOT periodically rotate it!
5493
5494 If %s can be used in the file name it will be replaced with a
5495 a representation of the cache_dir name where each / is replaced
5496 with '.'. This is needed to allow adding/removing cache_dir
5497 lines when cache_swap_log is being used.
5498
5499 If have more than one 'cache_dir', and %s is not used in the name
5500 these swap logs will have names such as:
5501
5502 cache_swap_log.00
5503 cache_swap_log.01
5504 cache_swap_log.02
5505
5506 The numbered extension (which is added automatically)
5507 corresponds to the order of the 'cache_dir' lines in this
5508 configuration file. If you change the order of the 'cache_dir'
5509 lines in this file, these index files will NOT correspond to
5510 the correct 'cache_dir' entry (unless you manually rename
5511 them). We recommend you do NOT use this option. It is
5512 better to keep these index files in each 'cache_dir' directory.
5513DOC_END
5514
5515NAME: logfile_rotate
5516TYPE: int
5517DEFAULT: 10
5518LOC: Config.Log.rotateNumber
5519DOC_START
5520 Specifies the default number of logfile rotations to make when you
5521 type 'squid -k rotate'. The default is 10, which will rotate
5522 with extensions 0 through 9. Setting logfile_rotate to 0 will
5523 disable the file name rotation, but the logfiles are still closed
5524 and re-opened. This will enable you to rename the logfiles
5525 yourself just before sending the rotate signal.
5526
5527 Note, from Squid-3.1 this option is only a default for cache.log,
5528 that log can be rotated separately by using debug_options.
5529
5530 Note, from Squid-4 this option is only a default for access.log
5531 recorded by stdio: module. Those logs can be rotated separately by
5532 using the rotate=N option on their access_log directive.
5533
5534 Note, the 'squid -k rotate' command normally sends a USR1
5535 signal to the running squid process. In certain situations
5536 (e.g. on Linux with Async I/O), USR1 is used for other
5537 purposes, so -k rotate uses another signal. It is best to get
5538 in the habit of using 'squid -k rotate' instead of 'kill -USR1
5539 <pid>'.
5540
5541DOC_END
5542
5543NAME: mime_table
5544TYPE: string
5545DEFAULT: @DEFAULT_MIME_TABLE@
5546LOC: Config.mimeTablePathname
5547DOC_START
5548 Path to Squid's icon configuration file.
5549
5550 You shouldn't need to change this, but the default file contains
5551 examples and formatting information if you do.
5552DOC_END
5553
5554NAME: log_mime_hdrs
5555COMMENT: on|off
5556TYPE: onoff
5557LOC: Config.onoff.log_mime_hdrs
5558DEFAULT: off
5559DOC_START
5560 The Cache can record both the request and the response MIME
5561 headers for each HTTP transaction. The headers are encoded
5562 safely and will appear as two bracketed fields at the end of
5563 the access log (for either the native or httpd-emulated log
5564 formats). To enable this logging set log_mime_hdrs to 'on'.
5565DOC_END
5566
5567NAME: pid_filename
5568TYPE: string
5569DEFAULT: @DEFAULT_PID_FILE@
5570LOC: Config.pidFilename
5571DOC_START
5572 A filename to write the process-id to. To disable, enter "none".
5573DOC_END
5574
5575NAME: client_netmask
5576TYPE: address
5577LOC: Config.Addrs.client_netmask
5578DEFAULT: no_addr
5579DEFAULT_DOC: Log full client IP address
5580DOC_START
5581 A netmask for client addresses in logfiles and cachemgr output.
5582 Change this to protect the privacy of your cache clients.
5583 A netmask of 255.255.255.0 will log all IP's in that range with
5584 the last digit set to '0'.
5585DOC_END
5586
5587NAME: strip_query_terms
5588TYPE: onoff
5589LOC: Config.onoff.strip_query_terms
5590DEFAULT: on
5591DOC_START
5592 By default, Squid strips query terms from requested URLs before
5593 logging. This protects your user's privacy and reduces log size.
5594
5595 When investigating HIT/MISS or other caching behaviour you
5596 will need to disable this to see the full URL used by Squid.
5597DOC_END
5598
5599NAME: buffered_logs
5600COMMENT: on|off
5601TYPE: onoff
5602DEFAULT: off
5603LOC: Config.onoff.buffered_logs
5604DOC_START
5605 Whether to write/send access_log records ASAP or accumulate them and
5606 then write/send them in larger chunks. Buffering may improve
5607 performance because it decreases the number of I/Os. However,
5608 buffering increases the delay before log records become available to
5609 the final recipient (e.g., a disk file or logging daemon) and,
5610 hence, increases the risk of log records loss.
5611
5612 Note that even when buffered_logs are off, Squid may have to buffer
5613 records if it cannot write/send them immediately due to pending I/Os
5614 (e.g., the I/O writing the previous log record) or connectivity loss.
5615
5616 Currently honored by 'daemon', 'tcp' and 'udp' access_log modules only.
5617DOC_END
5618
5619NAME: netdb_filename
5620TYPE: string
5621DEFAULT: stdio:@DEFAULT_NETDB_FILE@
5622LOC: Config.netdbFilename
5623IFDEF: USE_ICMP
5624DOC_START
5625 Where Squid stores it's netdb journal.
5626 When enabled this journal preserves netdb state between restarts.
5627
5628 To disable, enter "none".
5629DOC_END
5630
5631NAME: tls_key_log
5632TYPE: Security::KeyLog*
5633DEFAULT: none
5634LOC: Config.Log.tlsKeys
5635IFDEF: USE_OPENSSL
5636DOC_START
5637 Configures whether and where Squid records pre-master secret and
5638 related encryption details for TLS connections accepted or established
5639 by Squid. These connections include connections accepted at
5640 https_port, TLS connections opened to origin servers/cache_peers/ICAP
5641 services, and TLS tunnels bumped by Squid using the SslBump feature.
5642 This log (a.k.a. SSLKEYLOGFILE) is meant for triage with traffic
5643 inspection tools like Wireshark.
5644
5645 tls_key_log <destination> [options] [if [!]<acl>...]
5646
5647 WARNING: This log allows anybody to decrypt the corresponding
5648 encrypted TLS connections, both in-flight and postmortem.
5649
5650 At most one log file is supported at this time. Repeated tls_key_log
5651 directives are treated as fatal configuration errors. By default, no
5652 log is created or updated.
5653
5654 If the log file does not exist, Squid creates it. Otherwise, Squid
5655 appends an existing log file.
5656
5657 The directive is consulted whenever a TLS connection is accepted or
5658 established by Squid. TLS connections that fail the handshake may be
5659 logged if Squid got enough information to form a log record. A record
5660 is logged only if all of the configured ACLs match.
5661
5662 While transport-related ACLs like src and dst should work, Squid may
5663 not have access to higher-level information. For example, when logging
5664 accepted https_port connections, Squid does not yet have access to the
5665 expected HTTPS request. Similarly, an HTTPS response is not available
5666 when logging most TLS connections established by Squid.
5667
5668 The log record format is meant to be compatible with TLS deciphering
5669 features of Wireshark which relies on fields like CLIENT_RANDOM and
5670 RSA Master-Key. A single log record usually spans multiple lines.
5671 Technical documentation for that format is maintained inside the
5672 Wireshark code (e.g., see tls_keylog_process_lines() comments as of
5673 Wireshark commit e3d44136f0f0026c5e893fa249f458073f3b7328). TLS key
5674 log does not support custom record formats.
5675
5676 This clause only supports fast acl types.
5677 See https://wiki.squid-cache.org/SquidFaq/SquidAcl for details.
5678
5679 See access_log's <module>:<place> parameter for a list of supported
5680 logging destinations.
5681
5682 TLS key log supports all access_log key=value options with the
5683 exception of logformat=name.
5684
5685 Requires Squid built with OpenSSL support.
5686DOC_END
5687
5688
5689COMMENT_START
5690 OPTIONS FOR TROUBLESHOOTING
5691 -----------------------------------------------------------------------------
5692COMMENT_END
5693
5694NAME: cache_log
5695TYPE: string
5696DEFAULT_IF_NONE: @DEFAULT_CACHE_LOG@
5697LOC: Debug::cache_log
5698DOC_START
5699 Squid administrative logging file.
5700
5701 This is where general information about Squid behavior goes. You can
5702 increase the amount of data logged to this file and how often it is
5703 rotated with "debug_options"
5704DOC_END
5705
5706NAME: cache_log_message
5707TYPE: cache_log_message
5708DEFAULT: none
5709DEFAULT_DOC: Use debug_options.
5710LOC: DebugMessagesConfig
5711DOC_START
5712 Configures logging of individual cache.log messages.
5713
5714 cache_log_message id=<number> option...
5715 cache_log_message ids=<number>-<number> option...
5716
5717 Most messages have _not_ been instrumented to support this directive
5718 yet. For the list of instrumented messages and their IDs, please see
5719 the doc/debug-messages.dox file.
5720
5721 Message ID corresponds to the message semantics rather than message
5722 text or source code location. The ID is stable across Squid
5723 instances and versions. Substantial changes in message semantics
5724 result in a new ID assignment. To reduce the danger of suppressing
5725 an important log message, the old IDs of removed (or substantially
5726 changed) messages are never reused.
5727
5728 If more than one cache_log_message directive refers to the same
5729 message ID, the last directive wins.
5730
5731 Use ids=min-max syntax to apply the same message configuration to an
5732 inclusive range of message IDs. An ID range with N values has
5733 exactly the same effect as typing N cache_log_message lines.
5734
5735 At least one option is required. Supported options are:
5736
5737 level=<number>: The logging level to use for the message. Squid
5738 command line options (-s and -d) as well as the debug_options
5739 directive control which levels go to syslog, stderr, and/or
5740 cache.log. In most environments, using level=2 or higher stops
5741 Squid from logging the message anywhere. By default, the
5742 hard-coded message-specific level is used.
5743
5744 limit=<number>: After logging the specified number of messages at
5745 the configured (or default) debugging level DL, start using
5746 level 3 (for DL 0 and 1) or 8 (for higher DL values). Usually,
5747 level-3+ messages are not logged anywhere so this option can
5748 often be used to effectively suppress the message. Each SMP
5749 Squid process gets the same limit.
5750DOC_END
5751
5752NAME: debug_options
5753TYPE: eol
5754DEFAULT: ALL,1
5755DEFAULT_DOC: Log all critical and important messages.
5756LOC: Debug::debugOptions
5757DOC_START
5758 Logging options are set as section,level where each source file
5759 is assigned a unique section. Lower levels result in less
5760 output, Full debugging (level 9) can result in a very large
5761 log file, so be careful.
5762
5763 The magic word "ALL" sets debugging levels for all sections.
5764 The default is to run with "ALL,1" to record important warnings.
5765
5766 The rotate=N option can be used to keep more or less of these logs
5767 than would otherwise be kept by logfile_rotate.
5768 For most uses a single log should be enough to monitor current
5769 events affecting Squid.
5770DOC_END
5771
5772NAME: coredump_dir
5773TYPE: string
5774LOC: Config.coredump_dir
5775DEFAULT_IF_NONE: none
5776DEFAULT_DOC: Use the directory from where Squid was started.
5777DOC_START
5778 By default Squid leaves core files in the directory from where
5779 it was started. If you set 'coredump_dir' to a directory
5780 that exists, Squid will chdir() to that directory at startup
5781 and coredump files will be left there.
5782
5783 In addition to changing the directory, the process permissions are updated
5784 to enable process tracing and/or coredump file generation. The details are
5785 OS-specific, but look for prctl(2) PR_SET_DUMPABLE and procctl(2)
5786 PROC_TRACE_CTL documentation as guiding examples.
5787
5788CONFIG_START
5789
5790# Leave coredumps in the first cache dir
5791coredump_dir @DEFAULT_SWAP_DIR@
5792CONFIG_END
5793DOC_END
5794
5795
5796COMMENT_START
5797 OPTIONS FOR FTP GATEWAYING
5798 -----------------------------------------------------------------------------
5799COMMENT_END
5800
5801NAME: ftp_user
5802TYPE: string
5803DEFAULT: Squid@
5804LOC: Config.Ftp.anon_user
5805DOC_START
5806 If you want the anonymous login password to be more informative
5807 (and enable the use of picky FTP servers), set this to something
5808 reasonable for your domain, like wwwuser@somewhere.net
5809
5810 The reason why this is domainless by default is the
5811 request can be made on the behalf of a user in any domain,
5812 depending on how the cache is used.
5813 Some FTP server also validate the email address is valid
5814 (for example perl.com).
5815DOC_END
5816
5817NAME: ftp_passive
5818TYPE: onoff
5819DEFAULT: on
5820LOC: Config.Ftp.passive
5821DOC_START
5822 If your firewall does not allow Squid to use passive
5823 connections, turn off this option.
5824
5825 Use of ftp_epsv_all option requires this to be ON.
5826DOC_END
5827
5828NAME: ftp_epsv_all
5829TYPE: onoff
5830DEFAULT: off
5831LOC: Config.Ftp.epsv_all
5832DOC_START
5833 FTP Protocol extensions permit the use of a special "EPSV ALL" command.
5834
5835 NATs may be able to put the connection on a "fast path" through the
5836 translator, as the EPRT command will never be used and therefore,
5837 translation of the data portion of the segments will never be needed.
5838
5839 When a client only expects to do two-way FTP transfers this may be
5840 useful.
5841 If squid finds that it must do a three-way FTP transfer after issuing
5842 an EPSV ALL command, the FTP session will fail.
5843
5844 If you have any doubts about this option do not use it.
5845 Squid will nicely attempt all other connection methods.
5846
5847 Requires ftp_passive to be ON (default) for any effect.
5848DOC_END
5849
5850NAME: ftp_epsv
5851TYPE: ftp_epsv
5852DEFAULT: none
5853LOC: Config.accessList.ftp_epsv
5854DOC_START
5855 FTP Protocol extensions permit the use of a special "EPSV" command.
5856
5857 NATs may be able to put the connection on a "fast path" through the
5858 translator using EPSV, as the EPRT command will never be used
5859 and therefore, translation of the data portion of the segments
5860 will never be needed.
5861
5862 EPSV is often required to interoperate with FTP servers on IPv6
5863 networks. On the other hand, it may break some IPv4 servers.
5864
5865 By default, EPSV may try EPSV with any FTP server. To fine tune
5866 that decision, you may restrict EPSV to certain clients or servers
5867 using ACLs:
5868
5869 ftp_epsv allow|deny al1 acl2 ...
5870
5871 WARNING: Disabling EPSV may cause problems with external NAT and IPv6.
5872
5873 Only fast ACLs are supported.
5874 Requires ftp_passive to be ON (default) for any effect.
5875DOC_END
5876
5877NAME: ftp_eprt
5878TYPE: onoff
5879DEFAULT: on
5880LOC: Config.Ftp.eprt
5881DOC_START
5882 FTP Protocol extensions permit the use of a special "EPRT" command.
5883
5884 This extension provides a protocol neutral alternative to the
5885 IPv4-only PORT command. When supported it enables active FTP data
5886 channels over IPv6 and efficient NAT handling.
5887
5888 Turning this OFF will prevent EPRT being attempted and will skip
5889 straight to using PORT for IPv4 servers.
5890
5891 Some devices are known to not handle this extension correctly and
5892 may result in crashes. Devices which support EPRT enough to fail
5893 cleanly will result in Squid attempting PORT anyway. This directive
5894 should only be disabled when EPRT results in device failures.
5895
5896 WARNING: Doing so will convert Squid back to the old behavior with all
5897 the related problems with external NAT devices/layers and IPv4-only FTP.
5898DOC_END
5899
5900NAME: ftp_sanitycheck
5901TYPE: onoff
5902DEFAULT: on
5903LOC: Config.Ftp.sanitycheck
5904DOC_START
5905 For security and data integrity reasons Squid by default performs
5906 sanity checks of the addresses of FTP data connections ensure the
5907 data connection is to the requested server. If you need to allow
5908 FTP connections to servers using another IP address for the data
5909 connection turn this off.
5910DOC_END
5911
5912NAME: ftp_telnet_protocol
5913TYPE: onoff
5914DEFAULT: on
5915LOC: Config.Ftp.telnet
5916DOC_START
5917 The FTP protocol is officially defined to use the telnet protocol
5918 as transport channel for the control connection. However, many
5919 implementations are broken and does not respect this aspect of
5920 the FTP protocol.
5921
5922 If you have trouble accessing files with ASCII code 255 in the
5923 path or similar problems involving this ASCII code you can
5924 try setting this directive to off. If that helps, report to the
5925 operator of the FTP server in question that their FTP server
5926 is broken and does not follow the FTP standard.
5927DOC_END
5928
5929COMMENT_START
5930 OPTIONS FOR EXTERNAL SUPPORT PROGRAMS
5931 -----------------------------------------------------------------------------
5932COMMENT_END
5933
5934NAME: diskd_program
5935TYPE: string
5936DEFAULT: @DEFAULT_DISKD@
5937LOC: Config.Program.diskd
5938DOC_START
5939 Specify the location of the diskd executable.
5940 Note this is only useful if you have compiled in
5941 diskd as one of the store io modules.
5942DOC_END
5943
5944NAME: unlinkd_program
5945IFDEF: USE_UNLINKD
5946TYPE: string
5947DEFAULT: @DEFAULT_UNLINKD@
5948LOC: Config.Program.unlinkd
5949DOC_START
5950 Specify the location of the executable for file deletion process.
5951DOC_END
5952
5953NAME: pinger_program
5954IFDEF: USE_ICMP
5955TYPE: icmp
5956DEFAULT: @DEFAULT_PINGER@
5957LOC: IcmpCfg
5958DOC_START
5959 Specify the location of the executable for the pinger process.
5960DOC_END
5961
5962NAME: pinger_enable
5963TYPE: onoff
5964DEFAULT: on
5965LOC: IcmpCfg.enable
5966IFDEF: USE_ICMP
5967DOC_START
5968 Control whether the pinger is active at run-time.
5969 Enables turning ICMP pinger on and off with a simple
5970 squid -k reconfigure.
5971DOC_END
5972
5973
5974COMMENT_START
5975 OPTIONS FOR URL REWRITING
5976 -----------------------------------------------------------------------------
5977COMMENT_END
5978
5979NAME: url_rewrite_program redirect_program
5980TYPE: wordlist
5981LOC: Config.Program.redirect
5982DEFAULT: none
5983DOC_START
5984 The name and command line parameters of an admin-provided executable
5985 for redirecting clients or adjusting/replacing client request URLs.
5986
5987 This helper is consulted after the received request is cleared by
5988 http_access and adapted using eICAP/ICAP services (if any). If the
5989 helper does not redirect the client, Squid checks adapted_http_access
5990 and may consult the cache or forward the request to the next hop.
5991
5992
5993 For each request, the helper gets one line in the following format:
5994
5995 [channel-ID <SP>] request-URL [<SP> extras] <NL>
5996
5997 Use url_rewrite_extras to configure what Squid sends as 'extras'.
5998
5999
6000 The helper must reply to each query using a single line:
6001
6002 [channel-ID <SP>] result [<SP> kv-pairs] <NL>
6003
6004 The result section must match exactly one of the following outcomes:
6005
6006 OK [status=30N] url="..."
6007
6008 Redirect the client to a URL supplied in the 'url' parameter.
6009 Optional 'status' specifies the status code to send to the
6010 client in Squid's HTTP redirect response. It must be one of
6011 the standard HTTP redirect status codes: 301, 302, 303, 307,
6012 or 308. When no specific status is requested, Squid uses 302.
6013
6014 OK rewrite-url="..."
6015
6016 Replace the current request URL with the one supplied in the
6017 'rewrite-url' parameter. Squid fetches the resource specified
6018 by the new URL and forwards the received response (or its
6019 cached copy) to the client.
6020
6021 WARNING: Avoid rewriting URLs! When possible, redirect the
6022 client using an "OK url=..." helper response instead.
6023 Rewriting URLs may create inconsistent requests and/or break
6024 synchronization between internal client and origin server
6025 states, especially when URLs or other message parts contain
6026 snippets of that state. For example, Squid does not adjust
6027 Location headers and embedded URLs after the helper rewrites
6028 the request URL.
6029
6030 If Squid cannot parse the URL value returned by the helper, it logs a
6031 critical cache.log ERROR message and uses the original request URL.
6032 Supported URL format depends on the request method. For example,
6033 CONNECT request URLs must use `host:port` form, while GET URLs start
6034 with a `scheme:` prefix (e.g., `https://example.com/`).
6035
6036 OK
6037 Keep the client request intact.
6038
6039 ERR
6040 Keep the client request intact.
6041
6042 BH [message="..."]
6043 A helper problem that should be reported to the Squid admin
6044 via a level-1 cache.log message. The 'message' parameter is
6045 reserved for specifying the log message.
6046
6047 In addition to the kv-pairs mentioned above, Squid also understands
6048 the following optional kv-pairs in URL rewriter responses:
6049
6050 clt_conn_tag=TAG
6051 Associates a TAG with the client TCP connection.
6052
6053 The clt_conn_tag=TAG pair is treated as a regular transaction
6054 annotation for the current request and also annotates future
6055 requests on the same client connection. A helper may update
6056 the TAG during subsequent requests by returning a new kv-pair.
6057
6058
6059 Helper messages contain the channel-ID part if and only if the
6060 url_rewrite_children directive specifies positive concurrency. As a
6061 channel-ID value, Squid sends a number between 0 and concurrency-1.
6062 The helper must echo back the received channel-ID in its response.
6063
6064 By default, Squid does not use a URL rewriter.
6065DOC_END
6066
6067NAME: url_rewrite_children redirect_children
6068TYPE: HelperChildConfig
6069DEFAULT: 20 startup=0 idle=1 concurrency=0
6070LOC: Config.redirectChildren
6071DOC_START
6072 Specifies the maximum number of redirector processes that Squid may
6073 spawn (numberofchildren) and several related options. Using too few of
6074 these helper processes (a.k.a. "helpers") creates request queues.
6075 Using too many helpers wastes your system resources.
6076
6077 Usage: numberofchildren [option]...
6078
6079 The startup= and idle= options allow some measure of skew in your
6080 tuning.
6081
6082 startup=
6083
6084 Sets a minimum of how many processes are to be spawned when Squid
6085 starts or reconfigures. When set to zero the first request will
6086 cause spawning of the first child process to handle it.
6087
6088 Starting too few will cause an initial slowdown in traffic as Squid
6089 attempts to simultaneously spawn enough processes to cope.
6090
6091 idle=
6092
6093 Sets a minimum of how many processes Squid is to try and keep available
6094 at all times. When traffic begins to rise above what the existing
6095 processes can handle this many more will be spawned up to the maximum
6096 configured. A minimum setting of 1 is required.
6097
6098 concurrency=
6099
6100 The number of requests each redirector helper can handle in
6101 parallel. Defaults to 0 which indicates the redirector
6102 is a old-style single threaded redirector.
6103
6104 When this directive is set to a value >= 1 then the protocol
6105 used to communicate with the helper is modified to include
6106 an ID in front of the request/response. The ID from the request
6107 must be echoed back with the response to that request.
6108
6109 queue-size=N
6110
6111 Sets the maximum number of queued requests. A request is queued when
6112 no existing child can accept it due to concurrency limit and no new
6113 child can be started due to numberofchildren limit. The default
6114 maximum is zero if url_rewrite_bypass is enabled and
6115 2*numberofchildren otherwise. If the queued requests exceed queue size
6116 and redirector_bypass configuration option is set, then redirector is
6117 bypassed. Otherwise, Squid is allowed to temporarily exceed the
6118 configured maximum, marking the affected helper as "overloaded". If
6119 the helper overload lasts more than 3 minutes, the action prescribed
6120 by the on-persistent-overload option applies.
6121
6122 on-persistent-overload=action
6123
6124 Specifies Squid reaction to a new helper request arriving when the helper
6125 has been overloaded for more that 3 minutes already. The number of queued
6126 requests determines whether the helper is overloaded (see the queue-size
6127 option).
6128
6129 Two actions are supported:
6130
6131 die Squid worker quits. This is the default behavior.
6132
6133 ERR Squid treats the helper request as if it was
6134 immediately submitted, and the helper immediately
6135 replied with an ERR response. This action has no effect
6136 on the already queued and in-progress helper requests.
6137DOC_END
6138
6139NAME: url_rewrite_host_header redirect_rewrites_host_header
6140TYPE: onoff
6141DEFAULT: on
6142LOC: Config.onoff.redir_rewrites_host
6143DOC_START
6144 To preserve same-origin security policies in browsers and
6145 prevent Host: header forgery by redirectors Squid rewrites
6146 any Host: header in redirected requests.
6147
6148 If you are running an accelerator this may not be a wanted
6149 effect of a redirector. This directive enables you disable
6150 Host: alteration in reverse-proxy traffic.
6151
6152 WARNING: Entries are cached on the result of the URL rewriting
6153 process, so be careful if you have domain-virtual hosts.
6154
6155 WARNING: Squid and other software verifies the URL and Host
6156 are matching, so be careful not to relay through other proxies
6157 or inspecting firewalls with this disabled.
6158DOC_END
6159
6160NAME: url_rewrite_access redirector_access
6161TYPE: acl_access
6162DEFAULT: none
6163DEFAULT_DOC: Allow, unless rules exist in squid.conf.
6164LOC: Config.accessList.redirector
6165DOC_START
6166 If defined, this access list specifies which requests are
6167 sent to the redirector processes.
6168
6169 This clause supports both fast and slow acl types.
6170 See https://wiki.squid-cache.org/SquidFaq/SquidAcl for details.
6171DOC_END
6172
6173NAME: url_rewrite_bypass redirector_bypass
6174TYPE: onoff
6175LOC: Config.onoff.redirector_bypass
6176DEFAULT: off
6177DOC_START
6178 When this is 'on', a request will not go through the
6179 redirector if all the helpers are busy. If this is 'off' and the
6180 redirector queue grows too large, the action is prescribed by the
6181 on-persistent-overload option. You should only enable this if the
6182 redirectors are not critical to your caching system. If you use
6183 redirectors for access control, and you enable this option,
6184 users may have access to pages they should not
6185 be allowed to request.
6186
6187 Enabling this option sets the default url_rewrite_children queue-size
6188 option value to 0.
6189DOC_END
6190
6191NAME: url_rewrite_extras
6192TYPE: TokenOrQuotedString
6193LOC: Config.redirector_extras
6194DEFAULT: "%>a/%>A %un %>rm myip=%la myport=%lp"
6195DOC_START
6196 Specifies a string to be append to request line format for the
6197 rewriter helper. "Quoted" format values may contain spaces and
6198 logformat %macros. In theory, any logformat %macro can be used.
6199 In practice, a %macro expands as a dash (-) if the helper request is
6200 sent before the required macro information is available to Squid.
6201DOC_END
6202
6203NAME: url_rewrite_timeout
6204TYPE: UrlHelperTimeout
6205LOC: Config.onUrlRewriteTimeout
6206DEFAULT: none
6207DEFAULT_DOC: Squid waits for the helper response forever
6208DOC_START
6209 Squid times active requests to redirector. The timeout value and Squid
6210 reaction to a timed out request are configurable using the following
6211 format:
6212
6213 url_rewrite_timeout timeout time-units on_timeout=<action> [response=<quoted-response>]
6214
6215 supported timeout actions:
6216 fail Squid return a ERR_GATEWAY_FAILURE error page
6217
6218 bypass Do not re-write the URL
6219
6220 retry Send the lookup to the helper again
6221
6222 use_configured_response
6223 Use the <quoted-response> as helper response
6224DOC_END
6225
6226COMMENT_START
6227 OPTIONS FOR STORE ID
6228 -----------------------------------------------------------------------------
6229COMMENT_END
6230
6231NAME: store_id_program storeurl_rewrite_program
6232TYPE: wordlist
6233LOC: Config.Program.store_id
6234DEFAULT: none
6235DOC_START
6236 Specify the location of the executable StoreID helper to use.
6237 Since they can perform almost any function there isn't one included.
6238
6239 For each requested URL, the helper will receive one line with the format
6240
6241 [channel-ID <SP>] URL [<SP> extras]<NL>
6242
6243
6244 After processing the request the helper must reply using the following format:
6245
6246 [channel-ID <SP>] result [<SP> kv-pairs]
6247
6248 The result code can be:
6249
6250 OK store-id="..."
6251 Use the StoreID supplied in 'store-id='.
6252
6253 ERR
6254 The default is to use HTTP request URL as the store ID.
6255
6256 BH
6257 An internal error occurred in the helper, preventing
6258 a result being identified.
6259
6260 In addition to the above kv-pairs Squid also understands the following
6261 optional kv-pairs received from URL rewriters:
6262 clt_conn_tag=TAG
6263 Associates a TAG with the client TCP connection.
6264 Please see url_rewrite_program related documentation for this
6265 kv-pair
6266
6267 Helper programs should be prepared to receive and possibly ignore
6268 additional whitespace-separated tokens on each input line.
6269
6270 When using the concurrency= option the protocol is changed by
6271 introducing a query channel tag in front of the request/response.
6272 The query channel tag is a number between 0 and concurrency-1.
6273 This value must be echoed back unchanged to Squid as the first part
6274 of the response relating to its request.
6275
6276 NOTE: when using StoreID refresh_pattern will apply to the StoreID
6277 returned from the helper and not the URL.
6278
6279 WARNING: Wrong StoreID value returned by a careless helper may result
6280 in the wrong cached response returned to the user.
6281
6282 By default, a StoreID helper is not used.
6283DOC_END
6284
6285NAME: store_id_extras
6286TYPE: TokenOrQuotedString
6287LOC: Config.storeId_extras
6288DEFAULT: "%>a/%>A %un %>rm myip=%la myport=%lp"
6289DOC_START
6290 Specifies a string to be append to request line format for the
6291 StoreId helper. "Quoted" format values may contain spaces and
6292 logformat %macros. In theory, any logformat %macro can be used.
6293 In practice, a %macro expands as a dash (-) if the helper request is
6294 sent before the required macro information is available to Squid.
6295DOC_END
6296
6297NAME: store_id_children storeurl_rewrite_children
6298TYPE: HelperChildConfig
6299DEFAULT: 20 startup=0 idle=1 concurrency=0
6300LOC: Config.storeIdChildren
6301DOC_START
6302 Specifies the maximum number of StoreID helper processes that Squid
6303 may spawn (numberofchildren) and several related options. Using
6304 too few of these helper processes (a.k.a. "helpers") creates request
6305 queues. Using too many helpers wastes your system resources.
6306
6307 Usage: numberofchildren [option]...
6308
6309 The startup= and idle= options allow some measure of skew in your
6310 tuning.
6311
6312 startup=
6313
6314 Sets a minimum of how many processes are to be spawned when Squid
6315 starts or reconfigures. When set to zero the first request will
6316 cause spawning of the first child process to handle it.
6317
6318 Starting too few will cause an initial slowdown in traffic as Squid
6319 attempts to simultaneously spawn enough processes to cope.
6320
6321 idle=
6322
6323 Sets a minimum of how many processes Squid is to try and keep available
6324 at all times. When traffic begins to rise above what the existing
6325 processes can handle this many more will be spawned up to the maximum
6326 configured. A minimum setting of 1 is required.
6327
6328 concurrency=
6329
6330 The number of requests each storeID helper can handle in
6331 parallel. Defaults to 0 which indicates the helper
6332 is a old-style single threaded program.
6333
6334 When this directive is set to a value >= 1 then the protocol
6335 used to communicate with the helper is modified to include
6336 an ID in front of the request/response. The ID from the request
6337 must be echoed back with the response to that request.
6338
6339 queue-size=N
6340
6341 Sets the maximum number of queued requests to N. A request is queued
6342 when no existing child can accept it due to concurrency limit and no
6343 new child can be started due to numberofchildren limit. The default
6344 maximum is 2*numberofchildren. If the queued requests exceed queue
6345 size and redirector_bypass configuration option is set, then
6346 redirector is bypassed. Otherwise, Squid is allowed to temporarily
6347 exceed the configured maximum, marking the affected helper as
6348 "overloaded". If the helper overload lasts more than 3 minutes, the
6349 action prescribed by the on-persistent-overload option applies.
6350
6351 on-persistent-overload=action
6352
6353 Specifies Squid reaction to a new helper request arriving when the helper
6354 has been overloaded for more that 3 minutes already. The number of queued
6355 requests determines whether the helper is overloaded (see the queue-size
6356 option).
6357
6358 Two actions are supported:
6359
6360 die Squid worker quits. This is the default behavior.
6361
6362 ERR Squid treats the helper request as if it was
6363 immediately submitted, and the helper immediately
6364 replied with an ERR response. This action has no effect
6365 on the already queued and in-progress helper requests.
6366DOC_END
6367
6368NAME: store_id_access storeurl_rewrite_access
6369TYPE: acl_access
6370DEFAULT: none
6371DEFAULT_DOC: Allow, unless rules exist in squid.conf.
6372LOC: Config.accessList.store_id
6373DOC_START
6374 If defined, this access list specifies which requests are
6375 sent to the StoreID processes. By default all requests
6376 are sent.
6377
6378 This clause supports both fast and slow acl types.
6379 See https://wiki.squid-cache.org/SquidFaq/SquidAcl for details.
6380DOC_END
6381
6382NAME: store_id_bypass storeurl_rewrite_bypass
6383TYPE: onoff
6384LOC: Config.onoff.store_id_bypass
6385DEFAULT: on
6386DOC_START
6387 When this is 'on', a request will not go through the
6388 helper if all helpers are busy. If this is 'off' and the helper
6389 queue grows too large, the action is prescribed by the
6390 on-persistent-overload option. You should only enable this if the
6391 helpers are not critical to your caching system. If you use
6392 helpers for critical caching components, and you enable this
6393 option, users may not get objects from cache.
6394 This options sets default queue-size option of the store_id_children
6395 to 0.
6396DOC_END
6397
6398COMMENT_START
6399 OPTIONS FOR TUNING THE CACHE
6400 -----------------------------------------------------------------------------
6401COMMENT_END
6402
6403NAME: cache no_cache
6404TYPE: acl_access
6405DEFAULT: none
6406DEFAULT_DOC: By default, this directive is unused and has no effect.
6407LOC: Config.accessList.noCache
6408DOC_START
6409 Requests denied by this directive will not be served from the cache
6410 and their responses will not be stored in the cache. This directive
6411 has no effect on other transactions and on already cached responses.
6412
6413 This clause supports both fast and slow acl types.
6414 See https://wiki.squid-cache.org/SquidFaq/SquidAcl for details.
6415
6416 This and the two other similar caching directives listed below are
6417 checked at different transaction processing stages, have different
6418 access to response information, affect different cache operations,
6419 and differ in slow ACLs support:
6420
6421 * cache: Checked before Squid makes a hit/miss determination.
6422 No access to reply information!
6423 Denies both serving a hit and storing a miss.
6424 Supports both fast and slow ACLs.
6425 * send_hit: Checked after a hit was detected.
6426 Has access to reply (hit) information.
6427 Denies serving a hit only.
6428 Supports fast ACLs only.
6429 * store_miss: Checked before storing a cachable miss.
6430 Has access to reply (miss) information.
6431 Denies storing a miss only.
6432 Supports fast ACLs only.
6433
6434 If you are not sure which of the three directives to use, apply the
6435 following decision logic:
6436
6437 * If your ACL(s) are of slow type _and_ need response info, redesign.
6438 Squid does not support that particular combination at this time.
6439 Otherwise:
6440 * If your directive ACL(s) are of slow type, use "cache"; and/or
6441 * if your directive ACL(s) need no response info, use "cache".
6442 Otherwise:
6443 * If you do not want the response cached, use store_miss; and/or
6444 * if you do not want a hit on a cached response, use send_hit.
6445DOC_END
6446
6447NAME: send_hit
6448TYPE: acl_access
6449DEFAULT: none
6450DEFAULT_DOC: By default, this directive is unused and has no effect.
6451LOC: Config.accessList.sendHit
6452DOC_START
6453 Responses denied by this directive will not be served from the cache
6454 (but may still be cached, see store_miss). This directive has no
6455 effect on the responses it allows and on the cached objects. This
6456 directive is applied to both regular from-cache responses and responses
6457 reused by collapsed requests (see collapsed_forwarding).
6458
6459 Please see the "cache" directive for a summary of differences among
6460 store_miss, send_hit, and cache directives.
6461
6462 Unlike the "cache" directive, send_hit only supports fast acl
6463 types. See https://wiki.squid-cache.org/SquidFaq/SquidAcl for details.
6464
6465 For example:
6466
6467 # apply custom Store ID mapping to some URLs
6468 acl MapMe dstdomain .c.example.com
6469 store_id_program ...
6470 store_id_access allow MapMe
6471
6472 # but prevent caching of special responses
6473 # such as 302 redirects that cause StoreID loops
6474 acl Ordinary http_status 200-299
6475 store_miss deny MapMe !Ordinary
6476
6477 # and do not serve any previously stored special responses
6478 # from the cache (in case they were already cached before
6479 # the above store_miss rule was in effect).
6480 send_hit deny MapMe !Ordinary
6481DOC_END
6482
6483NAME: store_miss
6484TYPE: acl_access
6485DEFAULT: none
6486DEFAULT_DOC: By default, this directive is unused and has no effect.
6487LOC: Config.accessList.storeMiss
6488DOC_START
6489 Responses denied by this directive will not be cached (but may still
6490 be served from the cache, see send_hit). This directive has no
6491 effect on the responses it allows and on the already cached responses.
6492
6493 Please see the "cache" directive for a summary of differences among
6494 store_miss, send_hit, and cache directives. See the
6495 send_hit directive for a usage example.
6496
6497 Unlike the "cache" directive, store_miss only supports fast acl
6498 types. See https://wiki.squid-cache.org/SquidFaq/SquidAcl for details.
6499DOC_END
6500
6501NAME: max_stale
6502COMMENT: time-units
6503TYPE: time_t
6504LOC: Config.maxStale
6505DEFAULT: 1 week
6506DOC_START
6507 This option puts an upper limit on how stale content Squid
6508 will serve from the cache if cache validation fails.
6509 Can be overridden by the refresh_pattern max-stale option.
6510DOC_END
6511
6512NAME: refresh_pattern
6513TYPE: refreshpattern
6514LOC: Config.Refresh
6515DEFAULT: none
6516DOC_START
6517 usage: refresh_pattern [-i] regex min percent max [options]
6518
6519 By default, regular expressions are CASE-SENSITIVE. To make
6520 them case-insensitive, use the -i option.
6521
6522 'Min' is the time (in minutes) an object without an explicit
6523 expiry time should be considered fresh. The recommended
6524 value is 0, any higher values may cause dynamic applications
6525 to be erroneously cached unless the application designer
6526 has taken the appropriate actions.
6527
6528 'Percent' is used to compute the max-age value for responses
6529 with a Last-Modified header and no Cache-Control:max-age nor Expires.
6530 Cache-Control:max-age = ( Date - Last-Modified ) * percent
6531
6532 'Max' is an upper limit on how long objects without an explicit
6533 expiry time will be considered fresh. The value is also used
6534 to form Cache-Control: max-age header for a request sent from
6535 Squid to origin/parent.
6536
6537 options: override-expire
6538 override-lastmod
6539 reload-into-ims
6540 ignore-reload
6541 ignore-no-store
6542 ignore-private
6543 max-stale=NN
6544 refresh-ims
6545 store-stale
6546
6547 override-expire enforces min age even if the server
6548 sent an explicit expiry time (e.g., with the
6549 Expires: header or Cache-Control: max-age). Doing this
6550 VIOLATES the HTTP standard. Enabling this feature
6551 could make you liable for problems which it causes.
6552
6553 Note: override-expire does not enforce staleness - it only extends
6554 freshness / min. If the server returns a Expires time which
6555 is longer than your max time, Squid will still consider
6556 the object fresh for that period of time.
6557
6558 override-lastmod enforces min age even on objects
6559 that were modified recently.
6560
6561 reload-into-ims changes a client no-cache or ``reload''
6562 request for a cached entry into a conditional request using
6563 If-Modified-Since and/or If-None-Match headers, provided the
6564 cached entry has a Last-Modified and/or a strong ETag header.
6565 Doing this VIOLATES the HTTP standard. Enabling this feature
6566 could make you liable for problems which it causes.
6567
6568 ignore-reload ignores a client no-cache or ``reload''
6569 header. Doing this VIOLATES the HTTP standard. Enabling
6570 this feature could make you liable for problems which
6571 it causes.
6572
6573 ignore-no-store ignores any ``Cache-control: no-store''
6574 headers received from a server. Doing this VIOLATES
6575 the HTTP standard. Enabling this feature could make you
6576 liable for problems which it causes.
6577
6578 ignore-private ignores any ``Cache-control: private''
6579 headers received from a server. Doing this VIOLATES
6580 the HTTP standard. Enabling this feature could make you
6581 liable for problems which it causes.
6582
6583 refresh-ims causes squid to contact the origin server
6584 when a client issues an If-Modified-Since request. This
6585 ensures that the client will receive an updated version
6586 if one is available.
6587
6588 store-stale stores responses even if they don't have explicit
6589 freshness or a validator (i.e., Last-Modified or an ETag)
6590 present, or if they're already stale. By default, Squid will
6591 not cache such responses because they usually can't be
6592 reused. Note that such responses will be stale by default.
6593
6594 max-stale=NN provide a maximum staleness factor. Squid won't
6595 serve objects more stale than this even if it failed to
6596 validate the object. Default: use the max_stale global limit.
6597
6598 Basically a cached object is:
6599
6600 FRESH if expire > now, else STALE
6601 STALE if age > max
6602 FRESH if lm-factor < percent, else STALE
6603 FRESH if age < min
6604 else STALE
6605
6606 The refresh_pattern lines are checked in the order listed here.
6607 The first entry which matches is used. If none of the entries
6608 match the default will be used.
6609
6610 Note, you must uncomment all the default lines if you want
6611 to change one. The default setting is only active if none is
6612 used.
6613
6614CONFIG_START
6615
6616#
6617# Add any of your own refresh_pattern entries above these.
6618#
6619refresh_pattern ^ftp: 1440 20% 10080
6620refresh_pattern -i (/cgi-bin/|\?) 0 0% 0
6621refresh_pattern . 0 20% 4320
6622CONFIG_END
6623DOC_END
6624
6625NAME: quick_abort_min
6626COMMENT: (KB)
6627TYPE: kb_int64_t
6628DEFAULT: 16 KB
6629LOC: Config.quickAbort.min
6630DOC_NONE
6631
6632NAME: quick_abort_max
6633COMMENT: (KB)
6634TYPE: kb_int64_t
6635DEFAULT: 16 KB
6636LOC: Config.quickAbort.max
6637DOC_NONE
6638
6639NAME: quick_abort_pct
6640COMMENT: (percent)
6641TYPE: int
6642DEFAULT: 95
6643LOC: Config.quickAbort.pct
6644DOC_START
6645 Continuing to download a cachable response after its request is aborted is
6646 going to waste resources if the received response is not requested again.
6647 On the other hand, aborting an in-progress download may effectively waste
6648 (already spent) resources if the received cachable response is requested
6649 again. Such waste is especially noticeable when, for example, impatient
6650 users repeatedly request and then abort slow downloads. To balance these
6651 trade-offs when a request is aborted during response download, Squid may
6652 check quick_abort_* directives to decide whether to finish the retrieval:
6653
6654 If the transfer has less than 'quick_abort_min' KB remaining,
6655 it will finish the retrieval.
6656
6657 If the transfer has more than 'quick_abort_max' KB remaining,
6658 it will abort the retrieval.
6659
6660 If more than 'quick_abort_pct' of the transfer has completed,
6661 it will finish the retrieval.
6662
6663 If you do not want any retrieval to continue after the client
6664 has aborted, set both 'quick_abort_min' and 'quick_abort_max'
6665 to '0 KB'.
6666
6667 If you want retrievals to always continue if they are being
6668 cached set 'quick_abort_min' to '-1 KB'.
6669
6670 Many other conditions affect Squid decision to abort or continue download.
6671 For example, Squid continues to download responses that feed other
6672 requests but aborts responses with unknown body length.
6673DOC_END
6674
6675NAME: read_ahead_gap
6676COMMENT: buffer-size
6677TYPE: b_int64_t
6678LOC: Config.readAheadGap
6679DEFAULT: 16 KB
6680DOC_START
6681 The amount of data the cache will buffer ahead of what has been
6682 sent to the client when retrieving an object from another server.
6683DOC_END
6684
6685NAME: negative_ttl
6686IFDEF: USE_HTTP_VIOLATIONS
6687COMMENT: time-units
6688TYPE: time_t
6689LOC: Config.negativeTtl
6690DEFAULT: 0 seconds
6691DOC_START
6692 Set the Default Time-to-Live (TTL) for failed requests.
6693 Certain types of failures (such as "connection refused" and
6694 "404 Not Found") are able to be negatively-cached for a short time.
6695 Modern web servers should provide Expires: header, however if they
6696 do not this can provide a minimum TTL.
6697 The default is not to cache errors with unknown expiry details.
6698
6699 Note that this is different from negative caching of DNS lookups.
6700
6701 WARNING: Doing this VIOLATES the HTTP standard. Enabling
6702 this feature could make you liable for problems which it
6703 causes.
6704DOC_END
6705
6706NAME: positive_dns_ttl
6707COMMENT: time-units
6708TYPE: time_t
6709LOC: Config.positiveDnsTtl
6710DEFAULT: 6 hours
6711DOC_START
6712 Upper limit on how long Squid will cache positive DNS responses.
6713 Default is 6 hours (360 minutes). This directive must be set
6714 larger than negative_dns_ttl.
6715DOC_END
6716
6717NAME: negative_dns_ttl
6718COMMENT: time-units
6719TYPE: time_t
6720LOC: Config.negativeDnsTtl
6721DEFAULT: 1 minutes
6722DOC_START
6723 Time-to-Live (TTL) for negative caching of failed DNS lookups.
6724 This also sets the lower cache limit on positive lookups.
6725 Minimum value is 1 second, and it is not recommendable to go
6726 much below 10 seconds.
6727DOC_END
6728
6729NAME: range_offset_limit
6730COMMENT: size [acl acl...]
6731TYPE: acl_b_size_t
6732LOC: Config.rangeOffsetLimit
6733DEFAULT: none
6734DOC_START
6735 usage: (size) [units] [[!]aclname]
6736
6737 Sets an upper limit on how far (number of bytes) into the file
6738 a Range request may be to cause Squid to prefetch the whole file.
6739 If beyond this limit, Squid forwards the Range request as it is and
6740 the result is NOT cached.
6741
6742 This is to stop a far ahead range request (lets say start at 17MB)
6743 from making Squid fetch the whole object up to that point before
6744 sending anything to the client.
6745
6746 Multiple range_offset_limit lines may be specified, and they will
6747 be searched from top to bottom on each request until a match is found.
6748 The first match found will be used. If no line matches a request, the
6749 default limit of 0 bytes will be used.
6750
6751 'size' is the limit specified as a number of units.
6752
6753 'units' specifies whether to use bytes, KB, MB, etc.
6754 If no units are specified bytes are assumed.
6755
6756 A size of 0 causes Squid to never fetch more than the
6757 client requested. (default)
6758
6759 A size of 'none' causes Squid to always fetch the object from the
6760 beginning so it may cache the result. (2.0 style)
6761
6762 'aclname' is the name of a defined ACL.
6763
6764 NP: Using 'none' as the byte value here will override any quick_abort settings
6765 that may otherwise apply to the range request. The range request will
6766 be fully fetched from start to finish regardless of the client
6767 actions. This affects bandwidth usage.
6768DOC_END
6769
6770NAME: minimum_expiry_time
6771COMMENT: (seconds)
6772TYPE: time_t
6773LOC: Config.minimum_expiry_time
6774DEFAULT: 60 seconds
6775DOC_START
6776 The minimum caching time according to (Expires - Date)
6777 headers Squid honors if the object can't be revalidated.
6778 The default is 60 seconds.
6779
6780 In reverse proxy environments it might be desirable to honor
6781 shorter object lifetimes. It is most likely better to make
6782 your server return a meaningful Last-Modified header however.
6783DOC_END
6784
6785NAME: store_avg_object_size
6786COMMENT: (bytes)
6787TYPE: b_int64_t
6788DEFAULT: 13 KB
6789LOC: Config.Store.avgObjectSize
6790DOC_START
6791 Average object size, used to estimate number of objects your
6792 cache can hold. The default is 13 KB.
6793
6794 This is used to pre-seed the cache index memory allocation to
6795 reduce expensive reallocate operations while handling clients
6796 traffic. Too-large values may result in memory allocation during
6797 peak traffic, too-small values will result in wasted memory.
6798
6799 Check the cache manager 'info' report metrics for the real
6800 object sizes seen by your Squid before tuning this.
6801DOC_END
6802
6803NAME: store_objects_per_bucket
6804TYPE: int
6805DEFAULT: 20
6806LOC: Config.Store.objectsPerBucket
6807DOC_START
6808 Target number of objects per bucket in the store hash table.
6809 Lowering this value increases the total number of buckets and
6810 also the storage maintenance rate. The default is 20.
6811DOC_END
6812
6813COMMENT_START
6814 HTTP OPTIONS
6815 -----------------------------------------------------------------------------
6816COMMENT_END
6817
6818NAME: request_header_max_size
6819COMMENT: (KB)
6820TYPE: b_size_t
6821DEFAULT: 64 KB
6822LOC: Config.maxRequestHeaderSize
6823DOC_START
6824 This directives limits the header size of a received HTTP request
6825 (including request-line). Increasing this limit beyond its 64 KB default
6826 exposes certain old Squid code to various denial-of-service attacks. This
6827 limit also applies to received FTP commands.
6828
6829 This limit has no direct affect on Squid memory consumption.
6830
6831 Squid does not check this limit when sending requests.
6832DOC_END
6833
6834NAME: reply_header_max_size
6835COMMENT: (KB)
6836TYPE: b_size_t
6837DEFAULT: 64 KB
6838LOC: Config.maxReplyHeaderSize
6839DOC_START
6840 This directives limits the header size of a received HTTP response
6841 (including status-line). Increasing this limit beyond its 64 KB default
6842 exposes certain old Squid code to various denial-of-service attacks. This
6843 limit also applies to FTP command responses.
6844
6845 Squid also checks this limit when loading hit responses from disk cache.
6846
6847 Squid does not check this limit when sending responses.
6848DOC_END
6849
6850NAME: request_body_max_size
6851COMMENT: (bytes)
6852TYPE: b_int64_t
6853DEFAULT: 0 KB
6854DEFAULT_DOC: No limit.
6855LOC: Config.maxRequestBodySize
6856DOC_START
6857 This specifies the maximum size for an HTTP request body.
6858 In other words, the maximum size of a PUT/POST request.
6859 A user who attempts to send a request with a body larger
6860 than this limit receives an "Invalid Request" error message.
6861 If you set this parameter to a zero (the default), there will
6862 be no limit imposed.
6863
6864 See also client_request_buffer_max_size for an alternative
6865 limitation on client uploads which can be configured.
6866DOC_END
6867
6868NAME: client_request_buffer_max_size
6869COMMENT: (bytes)
6870TYPE: b_size_t
6871DEFAULT: 512 KB
6872LOC: Config.maxRequestBufferSize
6873DOC_START
6874 This specifies the maximum buffer size of a client request.
6875 It prevents squid eating too much memory when somebody uploads
6876 a large file.
6877DOC_END
6878
6879NAME: broken_posts
6880IFDEF: USE_HTTP_VIOLATIONS
6881TYPE: acl_access
6882DEFAULT: none
6883DEFAULT_DOC: Obey RFC 2616.
6884LOC: Config.accessList.brokenPosts
6885DOC_START
6886 A list of ACL elements which, if matched, causes Squid to send
6887 an extra CRLF pair after the body of a PUT/POST request.
6888
6889 Some HTTP servers has broken implementations of PUT/POST,
6890 and rely on an extra CRLF pair sent by some WWW clients.
6891
6892 Quote from RFC2616 section 4.1 on this matter:
6893
6894 Note: certain buggy HTTP/1.0 client implementations generate an
6895 extra CRLF's after a POST request. To restate what is explicitly
6896 forbidden by the BNF, an HTTP/1.1 client must not preface or follow
6897 a request with an extra CRLF.
6898
6899 This clause only supports fast acl types.
6900 See https://wiki.squid-cache.org/SquidFaq/SquidAcl for details.
6901
6902Example:
6903 acl buggy_server url_regex ^http://....
6904 broken_posts allow buggy_server
6905DOC_END
6906
6907NAME: adaptation_uses_indirect_client icap_uses_indirect_client
6908COMMENT: on|off
6909TYPE: onoff
6910IFDEF: FOLLOW_X_FORWARDED_FOR&&USE_ADAPTATION
6911DEFAULT: on
6912LOC: Adaptation::Config::use_indirect_client
6913DOC_START
6914 Controls whether the indirect client IP address (instead of the direct
6915 client IP address) is passed to adaptation services.
6916
6917 See also: follow_x_forwarded_for adaptation_send_client_ip
6918DOC_END
6919
6920NAME: via
6921IFDEF: USE_HTTP_VIOLATIONS
6922COMMENT: on|off
6923TYPE: onoff
6924DEFAULT: on
6925LOC: Config.onoff.via
6926DOC_START
6927 If set (default), Squid will include a Via header in requests and
6928 replies as required by RFC2616.
6929DOC_END
6930
6931NAME: vary_ignore_expire
6932COMMENT: on|off
6933TYPE: onoff
6934LOC: Config.onoff.vary_ignore_expire
6935DEFAULT: off
6936DOC_START
6937 Many HTTP servers supporting Vary gives such objects
6938 immediate expiry time with no cache-control header
6939 when requested by a HTTP/1.0 client. This option
6940 enables Squid to ignore such expiry times until
6941 HTTP/1.1 is fully implemented.
6942
6943 WARNING: If turned on this may eventually cause some
6944 varying objects not intended for caching to get cached.
6945DOC_END
6946
6947NAME: request_header_access
6948IFDEF: USE_HTTP_VIOLATIONS
6949TYPE: http_header_access
6950LOC: Config.request_header_access
6951DEFAULT: none
6952DEFAULT_DOC: No limits.
6953DOC_START
6954 Usage: request_header_access header_name allow|deny [!]aclname ...
6955
6956 WARNING: Doing this VIOLATES the HTTP standard. Enabling
6957 this feature could make you liable for problems which it
6958 causes.
6959
6960 This option replaces the old 'anonymize_headers' and the
6961 older 'http_anonymizer' option with something that is much
6962 more configurable. A list of ACLs for each header name allows
6963 removal of specific header fields under specific conditions.
6964
6965 This option only applies to outgoing HTTP request headers (i.e.,
6966 headers sent by Squid to the next HTTP hop such as a cache peer
6967 or an origin server). The option has no effect during cache hit
6968 detection. The equivalent adaptation vectoring point in ICAP
6969 terminology is post-cache REQMOD.
6970
6971 The option is applied to individual outgoing request header
6972 fields. For each request header field F, Squid uses the first
6973 qualifying sets of request_header_access rules:
6974
6975 1. Rules with header_name equal to F's name.
6976 2. Rules with header_name 'Other', provided F's name is not
6977 on the hard-coded list of commonly used HTTP header names.
6978 3. Rules with header_name 'All'.
6979
6980 Within that qualifying rule set, rule ACLs are checked as usual.
6981 If ACLs of an "allow" rule match, the header field is allowed to
6982 go through as is. If ACLs of a "deny" rule match, the header is
6983 removed and request_header_replace is then checked to identify
6984 if the removed header has a replacement. If no rules within the
6985 set have matching ACLs, the header field is left as is.
6986
6987 For example, to achieve the same behavior as the old
6988 'http_anonymizer standard' option, you should use:
6989
6990 request_header_access From deny all
6991 request_header_access Referer deny all
6992 request_header_access User-Agent deny all
6993
6994 Or, to reproduce the old 'http_anonymizer paranoid' feature
6995 you should use:
6996
6997 request_header_access Authorization allow all
6998 request_header_access Proxy-Authorization allow all
6999 request_header_access Cache-Control allow all
7000 request_header_access Content-Length allow all
7001 request_header_access Content-Type allow all
7002 request_header_access Date allow all
7003 request_header_access Host allow all
7004 request_header_access If-Modified-Since allow all
7005 request_header_access Pragma allow all
7006 request_header_access Accept allow all
7007 request_header_access Accept-Charset allow all
7008 request_header_access Accept-Encoding allow all
7009 request_header_access Accept-Language allow all
7010 request_header_access Connection allow all
7011 request_header_access All deny all
7012
7013 HTTP reply headers are controlled with the reply_header_access directive.
7014
7015 By default, all headers are allowed (no anonymizing is performed).
7016DOC_END
7017
7018NAME: reply_header_access
7019IFDEF: USE_HTTP_VIOLATIONS
7020TYPE: http_header_access
7021LOC: Config.reply_header_access
7022DEFAULT: none
7023DEFAULT_DOC: No limits.
7024DOC_START
7025 Usage: reply_header_access header_name allow|deny [!]aclname ...
7026
7027 WARNING: Doing this VIOLATES the HTTP standard. Enabling
7028 this feature could make you liable for problems which it
7029 causes.
7030
7031 This option only applies to reply headers, i.e., from the
7032 server to the client.
7033
7034 This is the same as request_header_access, but in the other
7035 direction. Please see request_header_access for detailed
7036 documentation.
7037
7038 For example, to achieve the same behavior as the old
7039 'http_anonymizer standard' option, you should use:
7040
7041 reply_header_access Server deny all
7042 reply_header_access WWW-Authenticate deny all
7043 reply_header_access Link deny all
7044
7045 Or, to reproduce the old 'http_anonymizer paranoid' feature
7046 you should use:
7047
7048 reply_header_access Allow allow all
7049 reply_header_access WWW-Authenticate allow all
7050 reply_header_access Proxy-Authenticate allow all
7051 reply_header_access Cache-Control allow all
7052 reply_header_access Content-Encoding allow all
7053 reply_header_access Content-Length allow all
7054 reply_header_access Content-Type allow all
7055 reply_header_access Date allow all
7056 reply_header_access Expires allow all
7057 reply_header_access Last-Modified allow all
7058 reply_header_access Location allow all
7059 reply_header_access Pragma allow all
7060 reply_header_access Content-Language allow all
7061 reply_header_access Retry-After allow all
7062 reply_header_access Title allow all
7063 reply_header_access Content-Disposition allow all
7064 reply_header_access Connection allow all
7065 reply_header_access All deny all
7066
7067 HTTP request headers are controlled with the request_header_access directive.
7068
7069 By default, all headers are allowed (no anonymizing is
7070 performed).
7071DOC_END
7072
7073NAME: request_header_replace header_replace
7074IFDEF: USE_HTTP_VIOLATIONS
7075TYPE: http_header_replace
7076LOC: Config.request_header_access
7077DEFAULT: none
7078DOC_START
7079 Usage: request_header_replace header_name message
7080 Example: request_header_replace User-Agent Nutscrape/1.0 (CP/M; 8-bit)
7081
7082 This option allows you to change the contents of headers
7083 denied with request_header_access above, by replacing them
7084 with some fixed string.
7085
7086 This only applies to request headers, not reply headers.
7087
7088 By default, headers are removed if denied.
7089DOC_END
7090
7091NAME: reply_header_replace
7092IFDEF: USE_HTTP_VIOLATIONS
7093TYPE: http_header_replace
7094LOC: Config.reply_header_access
7095DEFAULT: none
7096DOC_START
7097 Usage: reply_header_replace header_name message
7098 Example: reply_header_replace Server Foo/1.0
7099
7100 This option allows you to change the contents of headers
7101 denied with reply_header_access above, by replacing them
7102 with some fixed string.
7103
7104 This only applies to reply headers, not request headers.
7105
7106 By default, headers are removed if denied.
7107DOC_END
7108
7109NAME: request_header_add
7110TYPE: HeaderWithAclList
7111LOC: Config.request_header_add
7112DEFAULT: none
7113DOC_START
7114 Usage: request_header_add field-name field-value [ acl ... ]
7115 Example: request_header_add X-Client-CA "CA=%ssl::>cert_issuer" all
7116
7117 This option adds header fields to outgoing HTTP requests (i.e.,
7118 request headers sent by Squid to the next HTTP hop such as a
7119 cache peer or an origin server). The option has no effect during
7120 cache hit detection. The equivalent adaptation vectoring point
7121 in ICAP terminology is post-cache REQMOD.
7122
7123 Field-name is a token specifying an HTTP header name. If a
7124 standard HTTP header name is used, Squid does not check whether
7125 the new header conflicts with any existing headers or violates
7126 HTTP rules. If the request to be modified already contains a
7127 field with the same name, the old field is preserved but the
7128 header field values are not merged.
7129
7130 Field-value is either a token or a quoted string. If quoted
7131 string format is used, then the surrounding quotes are removed
7132 while escape sequences and %macros are processed.
7133
7134 One or more Squid ACLs may be specified to restrict header
7135 injection to matching requests. As always in squid.conf, all
7136 ACLs in the ACL list must be satisfied for the insertion to
7137 happen. The request_header_add supports fast ACLs only.
7138
7139 See also: reply_header_add.
7140DOC_END
7141
7142NAME: reply_header_add
7143TYPE: HeaderWithAclList
7144LOC: Config.reply_header_add
7145DEFAULT: none
7146DOC_START
7147 Usage: reply_header_add field-name field-value [ acl ... ]
7148 Example: reply_header_add X-Client-CA "CA=%ssl::>cert_issuer" all
7149
7150 This option adds header fields to outgoing HTTP responses (i.e., response
7151 headers delivered by Squid to the client). This option has no effect on
7152 cache hit detection. The equivalent adaptation vectoring point in
7153 ICAP terminology is post-cache RESPMOD. This option does not apply to
7154 successful CONNECT replies.
7155
7156 Field-name is a token specifying an HTTP header name. If a
7157 standard HTTP header name is used, Squid does not check whether
7158 the new header conflicts with any existing headers or violates
7159 HTTP rules. If the response to be modified already contains a
7160 field with the same name, the old field is preserved but the
7161 header field values are not merged.
7162
7163 Field-value is either a token or a quoted string. If quoted
7164 string format is used, then the surrounding quotes are removed
7165 while escape sequences and %macros are processed.
7166
7167 One or more Squid ACLs may be specified to restrict header
7168 injection to matching responses. As always in squid.conf, all
7169 ACLs in the ACL list must be satisfied for the insertion to
7170 happen. The reply_header_add option supports fast ACLs only.
7171
7172 See also: request_header_add.
7173DOC_END
7174
7175NAME: note
7176TYPE: note
7177LOC: Config.notes
7178DEFAULT: none
7179DOC_START
7180 This option used to log custom information about the master
7181 transaction. For example, an admin may configure Squid to log
7182 which "user group" the transaction belongs to, where "user group"
7183 will be determined based on a set of ACLs and not [just]
7184 authentication information.
7185 Values of key/value pairs can be logged using %{key}note macros:
7186
7187 note key value acl ...
7188 logformat myFormat ... %{key}note ...
7189
7190 This clause only supports fast acl types.
7191 See https://wiki.squid-cache.org/SquidFaq/SquidAcl for details.
7192DOC_END
7193
7194NAME: relaxed_header_parser
7195COMMENT: on|off|warn
7196TYPE: tristate
7197LOC: Config.onoff.relaxed_header_parser
7198DEFAULT: on
7199DOC_START
7200 In the default "on" setting Squid accepts certain forms
7201 of non-compliant HTTP messages where it is unambiguous
7202 what the sending application intended even if the message
7203 is not correctly formatted. The messages is then normalized
7204 to the correct form when forwarded by Squid.
7205
7206 If set to "warn" then a warning will be emitted in cache.log
7207 each time such HTTP error is encountered.
7208
7209 If set to "off" then such HTTP errors will cause the request
7210 or response to be rejected.
7211DOC_END
7212
7213NAME: collapsed_forwarding
7214COMMENT: (on|off)
7215TYPE: onoff
7216LOC: Config.onoff.collapsed_forwarding
7217DEFAULT: off
7218DOC_START
7219 This option controls whether Squid is allowed to merge multiple
7220 potentially cachable requests for the same URI before Squid knows
7221 whether the response is going to be cachable.
7222
7223 When enabled, instead of forwarding each concurrent request for
7224 the same URL, Squid just sends the first of them. The other, so
7225 called "collapsed" requests, wait for the response to the first
7226 request and, if it happens to be cachable, use that response.
7227 Here, "concurrent requests" means "received after the first
7228 request headers were parsed and before the corresponding response
7229 headers were parsed".
7230
7231 This feature is disabled by default: enabling collapsed
7232 forwarding needlessly delays forwarding requests that look
7233 cachable (when they are collapsed) but then need to be forwarded
7234 individually anyway because they end up being for uncachable
7235 content. However, in some cases, such as acceleration of highly
7236 cachable content with periodic or grouped expiration times, the
7237 gains from collapsing [large volumes of simultaneous refresh
7238 requests] outweigh losses from such delays.
7239
7240 Squid collapses two kinds of requests: regular client requests
7241 received on one of the listening ports and internal "cache
7242 revalidation" requests which are triggered by those regular
7243 requests hitting a stale cached object. Revalidation collapsing
7244 is currently disabled for Squid instances containing SMP-aware
7245 disk or memory caches and for Vary-controlled cached objects.
7246
7247 A response reused by the collapsed request is deemed fresh in that
7248 request processing context -- Squid does not apply refresh_pattern and
7249 internal freshness validation checks to collapsed transactions. Squid
7250 does apply send_hit rules.
7251DOC_END
7252
7253NAME: collapsed_forwarding_access
7254TYPE: acl_access
7255DEFAULT: none
7256DEFAULT_DOC: Requests may be collapsed if collapsed_forwarding is on.
7257LOC: Config.accessList.collapsedForwardingAccess
7258DOC_START
7259 Use this directive to restrict collapsed forwarding to a subset of
7260 eligible requests. The directive is checked for regular HTTP
7261 requests, internal revalidation requests, and HTCP/ICP requests.
7262
7263 collapsed_forwarding_access allow|deny [!]aclname ...
7264
7265 This directive cannot force collapsing. It has no effect on
7266 collapsing unless collapsed_forwarding is 'on', and all other
7267 collapsing preconditions are satisfied.
7268
7269 * A denied request will not collapse, and future transactions will
7270 not collapse on it (even if they are allowed to collapse).
7271
7272 * An allowed request may collapse, or future transactions may
7273 collapse on it (provided they are allowed to collapse).
7274
7275 This directive is evaluated before receiving HTTP response headers
7276 and without access to Squid-to-peer connection (if any).
7277
7278 Only fast ACLs are supported.
7279
7280 See also: collapsed_forwarding.
7281DOC_END
7282
7283NAME: shared_transient_entries_limit collapsed_forwarding_shared_entries_limit
7284COMMENT: (number of entries)
7285TYPE: int64_t
7286LOC: Config.shared_transient_entries_limit
7287DEFAULT: 16384
7288DOC_START
7289 This directive limits the size of a table used for sharing current
7290 transaction information among SMP workers. A table entry stores meta
7291 information about a single cache entry being delivered to Squid
7292 client(s) by one or more SMP workers. A single table entry consumes
7293 less than 128 shared memory bytes.
7294
7295 The limit should be significantly larger than the number of
7296 concurrent non-collapsed cachable responses leaving Squid. For a
7297 cache that handles less than 5000 concurrent requests, the default
7298 setting of 16384 should be plenty.
7299
7300 Using excessively large values wastes shared memory. Limiting the
7301 table size too much results in hash collisions, leading to lower hit
7302 ratio and missed SMP request collapsing opportunities: Transactions
7303 left without a table entry cannot cache their responses and are
7304 invisible to other concurrent requests for the same resource.
7305
7306 A zero limit is allowed but unsupported. A positive small limit
7307 lowers hit ratio, but zero limit disables a lot of essential
7308 synchronization among SMP workers, leading to HTTP violations (e.g.,
7309 stale hit responses). It also disables shared collapsed forwarding:
7310 A worker becomes unable to collapse its requests on transactions in
7311 other workers, resulting in more trips to the origin server and more
7312 cache thrashing.
7313DOC_END
7314
7315COMMENT_START
7316 TIMEOUTS
7317 -----------------------------------------------------------------------------
7318COMMENT_END
7319
7320NAME: forward_timeout
7321COMMENT: time-units
7322TYPE: time_t
7323LOC: Config.Timeout.forward
7324DEFAULT: 4 minutes
7325DOC_START
7326 This parameter specifies how long Squid should at most attempt in
7327 finding a forwarding path for the request before giving up.
7328DOC_END
7329
7330NAME: connect_timeout
7331COMMENT: time-units
7332TYPE: time_t
7333LOC: Config.Timeout.connect
7334DEFAULT: 1 minute
7335DOC_START
7336 This parameter specifies how long to wait for the TCP connect to
7337 the requested server or peer to complete before Squid should
7338 attempt to find another path where to forward the request.
7339DOC_END
7340
7341NAME: peer_connect_timeout
7342COMMENT: time-units
7343TYPE: time_t
7344LOC: Config.Timeout.peer_connect
7345DEFAULT: 30 seconds
7346DOC_START
7347 This parameter specifies how long to wait for a pending TCP
7348 connection to a peer cache. The default is 30 seconds. You
7349 may also set different timeout values for individual neighbors
7350 with the 'connect-timeout' option on a 'cache_peer' line.
7351DOC_END
7352
7353NAME: read_timeout
7354COMMENT: time-units
7355TYPE: time_t
7356LOC: Config.Timeout.read
7357DEFAULT: 15 minutes
7358DOC_START
7359 Applied on peer server connections.
7360
7361 After each successful read(), the timeout will be extended by this
7362 amount. If no data is read again after this amount of time,
7363 the request is aborted and logged with ERR_READ_TIMEOUT.
7364
7365 The default is 15 minutes.
7366DOC_END
7367
7368NAME: write_timeout
7369COMMENT: time-units
7370TYPE: time_t
7371LOC: Config.Timeout.write
7372DEFAULT: 15 minutes
7373DOC_START
7374 This timeout is tracked for all connections that have data
7375 available for writing and are waiting for the socket to become
7376 ready. After each successful write, the timeout is extended by
7377 the configured amount. If Squid has data to write but the
7378 connection is not ready for the configured duration, the
7379 transaction associated with the connection is terminated. The
7380 default is 15 minutes.
7381DOC_END
7382
7383NAME: request_timeout
7384TYPE: time_t
7385LOC: Config.Timeout.request
7386DEFAULT: 5 minutes
7387DOC_START
7388 How long to wait for complete HTTP request headers after initial
7389 connection establishment.
7390DOC_END
7391
7392NAME: request_start_timeout
7393TYPE: time_t
7394LOC: Config.Timeout.request_start_timeout
7395DEFAULT: 5 minutes
7396DOC_START
7397 How long to wait for the first request byte after initial
7398 connection establishment.
7399DOC_END
7400
7401NAME: client_idle_pconn_timeout persistent_request_timeout
7402TYPE: time_t
7403LOC: Config.Timeout.clientIdlePconn
7404DEFAULT: 2 minutes
7405DOC_START
7406 How long to wait for the next HTTP request on a persistent
7407 client connection after the previous request completes.
7408DOC_END
7409
7410NAME: ftp_client_idle_timeout
7411TYPE: time_t
7412LOC: Config.Timeout.ftpClientIdle
7413DEFAULT: 30 minutes
7414DOC_START
7415 How long to wait for an FTP request on a connection to Squid ftp_port.
7416 Many FTP clients do not deal with idle connection closures well,
7417 necessitating a longer default timeout than client_idle_pconn_timeout
7418 used for incoming HTTP requests.
7419DOC_END
7420
7421NAME: client_lifetime
7422COMMENT: time-units
7423TYPE: time_t
7424LOC: Config.Timeout.lifetime
7425DEFAULT: 1 day
7426DOC_START
7427 The maximum amount of time a client (browser) is allowed to
7428 remain connected to the cache process. This protects the Cache
7429 from having a lot of sockets (and hence file descriptors) tied up
7430 in a CLOSE_WAIT state from remote clients that go away without
7431 properly shutting down (either because of a network failure or
7432 because of a poor client implementation). The default is one
7433 day, 1440 minutes.
7434
7435 NOTE: The default value is intended to be much larger than any
7436 client would ever need to be connected to your cache. You
7437 should probably change client_lifetime only as a last resort.
7438 If you seem to have many client connections tying up
7439 filedescriptors, we recommend first tuning the read_timeout,
7440 request_timeout, persistent_request_timeout and quick_abort values.
7441DOC_END
7442
7443NAME: pconn_lifetime
7444COMMENT: time-units
7445TYPE: time_t
7446LOC: Config.Timeout.pconnLifetime
7447DEFAULT: 0 seconds
7448DOC_START
7449 Desired maximum lifetime of a persistent connection.
7450 When set, Squid will close a now-idle persistent connection that
7451 exceeded configured lifetime instead of moving the connection into
7452 the idle connection pool (or equivalent). No effect on ongoing/active
7453 transactions. Connection lifetime is the time period from the
7454 connection acceptance or opening time until "now".
7455
7456 This limit is useful in environments with long-lived connections
7457 where Squid configuration or environmental factors change during a
7458 single connection lifetime. If unrestricted, some connections may
7459 last for hours and even days, ignoring those changes that should
7460 have affected their behavior or their existence.
7461
7462 Currently, a new lifetime value supplied via Squid reconfiguration
7463 has no effect on already idle connections unless they become busy.
7464
7465 When set to '0' this limit is not used.
7466DOC_END
7467
7468NAME: half_closed_clients
7469TYPE: onoff
7470LOC: Config.onoff.half_closed_clients
7471DEFAULT: off
7472DOC_START
7473 Some clients may shutdown the sending side of their TCP
7474 connections, while leaving their receiving sides open. Sometimes,
7475 Squid can not tell the difference between a half-closed and a
7476 fully-closed TCP connection.
7477
7478 By default, Squid will immediately close client connections when
7479 read(2) returns "no more data to read."
7480
7481 Change this option to 'on' and Squid will keep open connections
7482 until a read(2) or write(2) on the socket returns an error.
7483 This may show some benefits for reverse proxies. But if not
7484 it is recommended to leave OFF.
7485DOC_END
7486
7487NAME: server_idle_pconn_timeout pconn_timeout
7488TYPE: time_t
7489LOC: Config.Timeout.serverIdlePconn
7490DEFAULT: 1 minute
7491DOC_START
7492 Timeout for idle persistent connections to servers and other
7493 proxies.
7494DOC_END
7495
7496NAME: shutdown_lifetime
7497COMMENT: time-units
7498TYPE: time_t
7499LOC: Config.shutdownLifetime
7500DEFAULT: 30 seconds
7501DOC_START
7502 When SIGTERM or SIGHUP is received, the cache is put into
7503 "shutdown pending" mode until all active sockets are closed.
7504 This value is the lifetime to set for all open descriptors
7505 during shutdown mode. Any active clients after this many
7506 seconds will receive a 'timeout' message.
7507DOC_END
7508
7509COMMENT_START
7510 ADMINISTRATIVE PARAMETERS
7511 -----------------------------------------------------------------------------
7512COMMENT_END
7513
7514NAME: cache_mgr
7515TYPE: string
7516DEFAULT: webmaster
7517LOC: Config.adminEmail
7518DOC_START
7519 Email-address of local cache manager who will receive
7520 mail if the cache dies. The default is "webmaster".
7521DOC_END
7522
7523NAME: mail_from
7524TYPE: string
7525DEFAULT: none
7526LOC: Config.EmailFrom
7527DOC_START
7528 From: email-address for mail sent when the cache dies.
7529 The default is to use 'squid@unique_hostname'.
7530
7531 See also: unique_hostname directive.
7532DOC_END
7533
7534NAME: mail_program
7535TYPE: eol
7536DEFAULT: mail
7537LOC: Config.EmailProgram
7538DOC_START
7539 Email program used to send mail if the cache dies.
7540 The default is "mail". The specified program must comply
7541 with the standard Unix mail syntax:
7542 mail-program recipient < mailfile
7543
7544 Optional command line options can be specified.
7545DOC_END
7546
7547NAME: cache_effective_user
7548TYPE: string
7549DEFAULT: @DEFAULT_CACHE_EFFECTIVE_USER@
7550LOC: Config.effectiveUser
7551DOC_START
7552 If you start Squid as root, it will change its effective/real
7553 UID/GID to the user specified below. The default is to change
7554 to UID of @DEFAULT_CACHE_EFFECTIVE_USER@.
7555 see also; cache_effective_group
7556DOC_END
7557
7558NAME: cache_effective_group
7559TYPE: string
7560DEFAULT: none
7561DEFAULT_DOC: Use system group memberships of the cache_effective_user account
7562LOC: Config.effectiveGroup
7563DOC_START
7564 Squid sets the GID to the effective user's default group ID
7565 (taken from the password file) and supplementary group list
7566 from the groups membership.
7567
7568 If you want Squid to run with a specific GID regardless of
7569 the group memberships of the effective user then set this
7570 to the group (or GID) you want Squid to run as. When set
7571 all other group privileges of the effective user are ignored
7572 and only this GID is effective. If Squid is not started as
7573 root the user starting Squid MUST be member of the specified
7574 group.
7575
7576 This option is not recommended by the Squid Team.
7577 Our preference is for administrators to configure a secure
7578 user account for squid with UID/GID matching system policies.
7579DOC_END
7580
7581NAME: httpd_suppress_version_string
7582COMMENT: on|off
7583TYPE: onoff
7584DEFAULT: off
7585LOC: Config.onoff.httpd_suppress_version_string
7586DOC_START
7587 Do not send Squid version string in HTTP metadata and generated content
7588 such as HTML error pages. Squid version string is still present in certain
7589 SNMP responses, HTTP(S) Server response header field,
7590 various console output, and cache.log.
7591DOC_END
7592
7593NAME: visible_hostname
7594TYPE: string
7595LOC: Config.visibleHostname
7596DEFAULT: none
7597DEFAULT_DOC: Automatically detect the system host name
7598DOC_START
7599 If you want to present a special hostname in error messages, etc,
7600 define this. Otherwise, the return value of gethostname()
7601 will be used. If you have multiple caches in a cluster and
7602 get errors about IP-forwarding you must set them to have individual
7603 names with this setting.
7604DOC_END
7605
7606NAME: unique_hostname
7607TYPE: string
7608LOC: Config.uniqueHostname
7609DEFAULT: none
7610DEFAULT_DOC: Copy the value from visible_hostname
7611DOC_START
7612 If you want to have multiple machines with the same
7613 'visible_hostname' you must give each machine a different
7614 'unique_hostname' so forwarding loops can be detected.
7615DOC_END
7616
7617NAME: hostname_aliases
7618TYPE: SBufList
7619LOC: Config.hostnameAliases
7620DEFAULT: none
7621DOC_START
7622 A list of other DNS names your cache has.
7623DOC_END
7624
7625NAME: umask
7626TYPE: int
7627LOC: Config.umask
7628DEFAULT: 027
7629DOC_START
7630 Minimum umask which should be enforced while the proxy
7631 is running, in addition to the umask set at startup.
7632
7633 For a traditional octal representation of umasks, start
7634 your value with 0.
7635DOC_END
7636
7637COMMENT_START
7638 HTTPD-ACCELERATOR OPTIONS
7639 -----------------------------------------------------------------------------
7640COMMENT_END
7641
7642NAME: httpd_accel_surrogate_id
7643TYPE: string
7644DEFAULT: none
7645DEFAULT_DOC: visible_hostname is used if no specific ID is set.
7646LOC: Config.Accel.surrogate_id
7647DOC_START
7648 Surrogates (http://www.esi.org/architecture_spec_1.0.html)
7649 need an identification token to allow control targeting. Because
7650 a farm of surrogates may all perform the same tasks, they may share
7651 an identification token.
7652
7653 When the surrogate is a reverse-proxy, this ID is also
7654 used as cdn-id for CDN-Loop detection (RFC 8586).
7655DOC_END
7656
7657NAME: http_accel_surrogate_remote
7658COMMENT: on|off
7659TYPE: onoff
7660DEFAULT: off
7661LOC: Config.onoff.surrogate_is_remote
7662DOC_START
7663 Remote surrogates (such as those in a CDN) honour the header
7664 "Surrogate-Control: no-store-remote".
7665
7666 Set this to on to have squid behave as a remote surrogate.
7667DOC_END
7668
7669COMMENT_START
7670 DELAY POOL PARAMETERS
7671 -----------------------------------------------------------------------------
7672COMMENT_END
7673
7674NAME: delay_pools
7675TYPE: delay_pool_count
7676DEFAULT: 0
7677IFDEF: USE_DELAY_POOLS
7678LOC: Config.Delay
7679DOC_START
7680 This represents the number of delay pools to be used. For example,
7681 if you have one class 2 delay pool and one class 3 delays pool, you
7682 have a total of 2 delay pools.
7683
7684 See also delay_parameters, delay_class, delay_access for pool
7685 configuration details.
7686DOC_END
7687
7688NAME: delay_class
7689TYPE: delay_pool_class
7690DEFAULT: none
7691IFDEF: USE_DELAY_POOLS
7692LOC: Config.Delay
7693DOC_START
7694 This defines the class of each delay pool. There must be exactly one
7695 delay_class line for each delay pool. For example, to define two
7696 delay pools, one of class 2 and one of class 3, the settings above
7697 and here would be:
7698
7699 Example:
7700 delay_pools 4 # 4 delay pools
7701 delay_class 1 2 # pool 1 is a class 2 pool
7702 delay_class 2 3 # pool 2 is a class 3 pool
7703 delay_class 3 4 # pool 3 is a class 4 pool
7704 delay_class 4 5 # pool 4 is a class 5 pool
7705
7706 The delay pool classes are:
7707
7708 class 1 Everything is limited by a single aggregate
7709 bucket.
7710
7711 class 2 Everything is limited by a single aggregate
7712 bucket as well as an "individual" bucket chosen
7713 from bits 25 through 32 of the IPv4 address.
7714
7715 class 3 Everything is limited by a single aggregate
7716 bucket as well as a "network" bucket chosen
7717 from bits 17 through 24 of the IP address and a
7718 "individual" bucket chosen from bits 17 through
7719 32 of the IPv4 address.
7720
7721 class 4 Everything in a class 3 delay pool, with an
7722 additional limit on a per user basis. This
7723 only takes effect if the username is established
7724 in advance - by forcing authentication in your
7725 http_access rules.
7726
7727 class 5 Requests are grouped according their tag (see
7728 external_acl's tag= reply).
7729
7730
7731 Each pool also requires a delay_parameters directive to configure the pool size
7732 and speed limits used whenever the pool is applied to a request. Along with
7733 a set of delay_access directives to determine when it is used.
7734
7735 NOTE: If an IP address is a.b.c.d
7736 -> bits 25 through 32 are "d"
7737 -> bits 17 through 24 are "c"
7738 -> bits 17 through 32 are "c * 256 + d"
7739
7740 NOTE-2: Due to the use of bitmasks in class 2,3,4 pools they only apply to
7741 IPv4 traffic. Class 1 and 5 pools may be used with IPv6 traffic.
7742
7743 This clause only supports fast acl types.
7744 See https://wiki.squid-cache.org/SquidFaq/SquidAcl for details.
7745
7746 See also delay_parameters and delay_access.
7747DOC_END
7748
7749NAME: delay_access
7750TYPE: delay_pool_access
7751DEFAULT: none
7752DEFAULT_DOC: Deny using the pool, unless allow rules exist in squid.conf for the pool.
7753IFDEF: USE_DELAY_POOLS
7754LOC: Config.Delay
7755DOC_START
7756 This is used to determine which delay pool a request falls into.
7757
7758 delay_access is sorted per pool and the matching starts with pool 1,
7759 then pool 2, ..., and finally pool N. The first delay pool where the
7760 request is allowed is selected for the request. If it does not allow
7761 the request to any pool then the request is not delayed (default).
7762
7763 For example, if you want some_big_clients in delay
7764 pool 1 and lotsa_little_clients in delay pool 2:
7765
7766 delay_access 1 allow some_big_clients
7767 delay_access 1 deny all
7768 delay_access 2 allow lotsa_little_clients
7769 delay_access 2 deny all
7770 delay_access 3 allow authenticated_clients
7771
7772 See also delay_parameters and delay_class.
7773
7774DOC_END
7775
7776NAME: delay_parameters
7777TYPE: delay_pool_rates
7778DEFAULT: none
7779IFDEF: USE_DELAY_POOLS
7780LOC: Config.Delay
7781DOC_START
7782 This defines the parameters for a delay pool. Each delay pool has
7783 a number of "buckets" associated with it, as explained in the
7784 description of delay_class.
7785
7786 For a class 1 delay pool, the syntax is:
7787 delay_class pool 1
7788 delay_parameters pool aggregate
7789
7790 For a class 2 delay pool:
7791 delay_class pool 2
7792 delay_parameters pool aggregate individual
7793
7794 For a class 3 delay pool:
7795 delay_class pool 3
7796 delay_parameters pool aggregate network individual
7797
7798 For a class 4 delay pool:
7799 delay_class pool 4
7800 delay_parameters pool aggregate network individual user
7801
7802 For a class 5 delay pool:
7803 delay_class pool 5
7804 delay_parameters pool tagrate
7805
7806 The option variables are:
7807
7808 pool a pool number - ie, a number between 1 and the
7809 number specified in delay_pools as used in
7810 delay_class lines.
7811
7812 aggregate the speed limit parameters for the aggregate bucket
7813 (class 1, 2, 3).
7814
7815 individual the speed limit parameters for the individual
7816 buckets (class 2, 3).
7817
7818 network the speed limit parameters for the network buckets
7819 (class 3).
7820
7821 user the speed limit parameters for the user buckets
7822 (class 4).
7823
7824 tagrate the speed limit parameters for the tag buckets
7825 (class 5).
7826
7827 A pair of delay parameters is written restore/maximum, where restore is
7828 the number of bytes (not bits - modem and network speeds are usually
7829 quoted in bits) per second placed into the bucket, and maximum is the
7830 maximum number of bytes which can be in the bucket at any time.
7831
7832 There must be one delay_parameters line for each delay pool.
7833
7834
7835 For example, if delay pool number 1 is a class 2 delay pool as in the
7836 above example, and is being used to strictly limit each host to 64Kbit/sec
7837 (plus overheads), with no overall limit, the line is:
7838
7839 delay_parameters 1 none 8000/8000
7840
7841 Note that 8 x 8K Byte/sec -> 64K bit/sec.
7842
7843 Note that the word 'none' is used to represent no limit.
7844
7845
7846 And, if delay pool number 2 is a class 3 delay pool as in the above
7847 example, and you want to limit it to a total of 256Kbit/sec (strict limit)
7848 with each 8-bit network permitted 64Kbit/sec (strict limit) and each
7849 individual host permitted 4800bit/sec with a bucket maximum size of 64Kbits
7850 to permit a decent web page to be downloaded at a decent speed
7851 (if the network is not being limited due to overuse) but slow down
7852 large downloads more significantly:
7853
7854 delay_parameters 2 32000/32000 8000/8000 600/8000
7855
7856 Note that 8 x 32K Byte/sec -> 256K bit/sec.
7857 8 x 8K Byte/sec -> 64K bit/sec.
7858 8 x 600 Byte/sec -> 4800 bit/sec.
7859
7860
7861 Finally, for a class 4 delay pool as in the example - each user will
7862 be limited to 128Kbits/sec no matter how many workstations they are logged into.:
7863
7864 delay_parameters 4 32000/32000 8000/8000 600/64000 16000/16000
7865
7866
7867 See also delay_class and delay_access.
7868
7869DOC_END
7870
7871NAME: delay_initial_bucket_level
7872COMMENT: (percent, 0-100)
7873TYPE: u_short
7874DEFAULT: 50
7875IFDEF: USE_DELAY_POOLS
7876LOC: Config.Delay.initial
7877DOC_START
7878 The initial bucket percentage is used to determine how much is put
7879 in each bucket when squid starts, is reconfigured, or first notices
7880 a host accessing it (in class 2 and class 3, individual hosts and
7881 networks only have buckets associated with them once they have been
7882 "seen" by squid).
7883DOC_END
7884
7885COMMENT_START
7886 CLIENT DELAY POOL PARAMETERS
7887 -----------------------------------------------------------------------------
7888COMMENT_END
7889
7890NAME: client_delay_pools
7891TYPE: client_delay_pool_count
7892DEFAULT: 0
7893IFDEF: USE_DELAY_POOLS
7894LOC: Config.ClientDelay
7895DOC_START
7896 This option specifies the number of client delay pools used. It must
7897 preceed other client_delay_* options.
7898
7899 Example:
7900 client_delay_pools 2
7901
7902 See also client_delay_parameters and client_delay_access.
7903DOC_END
7904
7905NAME: client_delay_initial_bucket_level
7906COMMENT: (percent, 0-no_limit)
7907TYPE: u_short
7908DEFAULT: 50
7909IFDEF: USE_DELAY_POOLS
7910LOC: Config.ClientDelay.initial
7911DOC_START
7912 This option determines the initial bucket size as a percentage of
7913 max_bucket_size from client_delay_parameters. Buckets are created
7914 at the time of the "first" connection from the matching IP. Idle
7915 buckets are periodically deleted up.
7916
7917 You can specify more than 100 percent but note that such "oversized"
7918 buckets are not refilled until their size goes down to max_bucket_size
7919 from client_delay_parameters.
7920
7921 Example:
7922 client_delay_initial_bucket_level 50
7923DOC_END
7924
7925NAME: client_delay_parameters
7926TYPE: client_delay_pool_rates
7927DEFAULT: none
7928IFDEF: USE_DELAY_POOLS
7929LOC: Config.ClientDelay
7930DOC_START
7931
7932 This option configures client-side bandwidth limits using the
7933 following format:
7934
7935 client_delay_parameters pool speed_limit max_bucket_size
7936
7937 pool is an integer ID used for client_delay_access matching.
7938
7939 speed_limit is bytes added to the bucket per second.
7940
7941 max_bucket_size is the maximum size of a bucket, enforced after any
7942 speed_limit additions.
7943
7944 Please see the delay_parameters option for more information and
7945 examples.
7946
7947 Example:
7948 client_delay_parameters 1 1024 2048
7949 client_delay_parameters 2 51200 16384
7950
7951 See also client_delay_access.
7952
7953DOC_END
7954
7955NAME: client_delay_access
7956TYPE: client_delay_pool_access
7957DEFAULT: none
7958DEFAULT_DOC: Deny use of the pool, unless allow rules exist in squid.conf for the pool.
7959IFDEF: USE_DELAY_POOLS
7960LOC: Config.ClientDelay
7961DOC_START
7962 This option determines the client-side delay pool for the
7963 request:
7964
7965 client_delay_access pool_ID allow|deny acl_name
7966
7967 All client_delay_access options are checked in their pool ID
7968 order, starting with pool 1. The first checked pool with allowed
7969 request is selected for the request. If no ACL matches or there
7970 are no client_delay_access options, the request bandwidth is not
7971 limited.
7972
7973 The ACL-selected pool is then used to find the
7974 client_delay_parameters for the request. Client-side pools are
7975 not used to aggregate clients. Clients are always aggregated
7976 based on their source IP addresses (one bucket per source IP).
7977
7978 This clause only supports fast acl types.
7979 See https://wiki.squid-cache.org/SquidFaq/SquidAcl for details.
7980 Additionally, only the client TCP connection details are available.
7981 ACLs testing HTTP properties will not work.
7982
7983 Please see delay_access for more examples.
7984
7985 Example:
7986 client_delay_access 1 allow low_rate_network
7987 client_delay_access 2 allow vips_network
7988
7989
7990 See also client_delay_parameters and client_delay_pools.
7991DOC_END
7992
7993NAME: response_delay_pool
7994TYPE: response_delay_pool_parameters
7995DEFAULT: none
7996IFDEF: USE_DELAY_POOLS
7997LOC: Config.MessageDelay
7998DOC_START
7999 This option configures client response bandwidth limits using the
8000 following format:
8001
8002 response_delay_pool name [option=value] ...
8003
8004 name the response delay pool name
8005
8006 available options:
8007
8008 individual-restore The speed limit of an individual
8009 bucket(bytes/s). To be used in conjunction
8010 with 'individual-maximum'.
8011
8012 individual-maximum The maximum number of bytes which can
8013 be placed into the individual bucket. To be used
8014 in conjunction with 'individual-restore'.
8015
8016 aggregate-restore The speed limit for the aggregate
8017 bucket(bytes/s). To be used in conjunction with
8018 'aggregate-maximum'.
8019
8020 aggregate-maximum The maximum number of bytes which can
8021 be placed into the aggregate bucket. To be used
8022 in conjunction with 'aggregate-restore'.
8023
8024 initial-bucket-level The initial bucket size as a percentage
8025 of individual-maximum.
8026
8027 Individual and(or) aggregate bucket options may not be specified,
8028 meaning no individual and(or) aggregate speed limitation.
8029 See also response_delay_pool_access and delay_parameters for
8030 terminology details.
8031DOC_END
8032
8033NAME: response_delay_pool_access
8034TYPE: response_delay_pool_access
8035DEFAULT: none
8036DEFAULT_DOC: Deny use of the pool, unless allow rules exist in squid.conf for the pool.
8037IFDEF: USE_DELAY_POOLS
8038LOC: Config.MessageDelay
8039DOC_START
8040 Determines whether a specific named response delay pool is used
8041 for the transaction. The syntax for this directive is:
8042
8043 response_delay_pool_access pool_name allow|deny acl_name
8044
8045 All response_delay_pool_access options are checked in the order
8046 they appear in this configuration file. The first rule with a
8047 matching ACL wins. If (and only if) an "allow" rule won, Squid
8048 assigns the response to the corresponding named delay pool.
8049DOC_END
8050
8051COMMENT_START
8052 WCCPv1 AND WCCPv2 CONFIGURATION OPTIONS
8053 -----------------------------------------------------------------------------
8054COMMENT_END
8055
8056NAME: wccp_router
8057TYPE: address
8058LOC: Config.Wccp.router
8059DEFAULT: any_addr
8060DEFAULT_DOC: WCCP disabled.
8061IFDEF: USE_WCCP
8062DOC_START
8063 Use this option to define your WCCP ``home'' router for
8064 Squid.
8065
8066 wccp_router supports a single WCCP(v1) router
8067
8068 wccp2_router supports multiple WCCPv2 routers
8069
8070 only one of the two may be used at the same time and defines
8071 which version of WCCP to use.
8072DOC_END
8073
8074NAME: wccp2_router
8075TYPE: IpAddress_list
8076LOC: Config.Wccp2.router
8077DEFAULT: none
8078DEFAULT_DOC: WCCPv2 disabled.
8079IFDEF: USE_WCCPv2
8080DOC_START
8081 Use this option to define your WCCP ``home'' router for
8082 Squid.
8083
8084 wccp_router supports a single WCCP(v1) router
8085
8086 wccp2_router supports multiple WCCPv2 routers
8087
8088 only one of the two may be used at the same time and defines
8089 which version of WCCP to use.
8090DOC_END
8091
8092NAME: wccp_version
8093TYPE: int
8094LOC: Config.Wccp.version
8095DEFAULT: 4
8096IFDEF: USE_WCCP
8097DOC_START
8098 This directive is only relevant if you need to set up WCCP(v1)
8099 to some very old and end-of-life Cisco routers. In all other
8100 setups it must be left unset or at the default setting.
8101 It defines an internal version in the WCCP(v1) protocol,
8102 with version 4 being the officially documented protocol.
8103
8104 According to some users, Cisco IOS 11.2 and earlier only
8105 support WCCP version 3. If you're using that or an earlier
8106 version of IOS, you may need to change this value to 3, otherwise
8107 do not specify this parameter.
8108DOC_END
8109
8110NAME: wccp2_rebuild_wait
8111TYPE: onoff
8112LOC: Config.Wccp2.rebuildwait
8113DEFAULT: on
8114IFDEF: USE_WCCPv2
8115DOC_START
8116 If this is enabled Squid will wait for the cache dir rebuild to finish
8117 before sending the first wccp2 HereIAm packet
8118DOC_END
8119
8120NAME: wccp2_forwarding_method
8121TYPE: wccp2_method
8122LOC: Config.Wccp2.forwarding_method
8123DEFAULT: gre
8124IFDEF: USE_WCCPv2
8125DOC_START
8126 WCCP2 allows the setting of forwarding methods between the
8127 router/switch and the cache. Valid values are as follows:
8128
8129 gre - GRE encapsulation (forward the packet in a GRE/WCCP tunnel)
8130 l2 - L2 redirect (forward the packet using Layer 2/MAC rewriting)
8131
8132 Currently (as of IOS 12.4) cisco routers only support GRE.
8133 Cisco switches only support the L2 redirect assignment method.
8134DOC_END
8135
8136NAME: wccp2_return_method
8137TYPE: wccp2_method
8138LOC: Config.Wccp2.return_method
8139DEFAULT: gre
8140IFDEF: USE_WCCPv2
8141DOC_START
8142 WCCP2 allows the setting of return methods between the
8143 router/switch and the cache for packets that the cache
8144 decides not to handle. Valid values are as follows:
8145
8146 gre - GRE encapsulation (forward the packet in a GRE/WCCP tunnel)
8147 l2 - L2 redirect (forward the packet using Layer 2/MAC rewriting)
8148
8149 Currently (as of IOS 12.4) cisco routers only support GRE.
8150 Cisco switches only support the L2 redirect assignment.
8151
8152 If the "ip wccp redirect exclude in" command has been
8153 enabled on the cache interface, then it is still safe for
8154 the proxy server to use a l2 redirect method even if this
8155 option is set to GRE.
8156DOC_END
8157
8158NAME: wccp2_assignment_method
8159TYPE: wccp2_amethod
8160LOC: Config.Wccp2.assignment_method
8161DEFAULT: hash
8162IFDEF: USE_WCCPv2
8163DOC_START
8164 WCCP2 allows the setting of methods to assign the WCCP hash
8165 Valid values are as follows:
8166
8167 hash - Hash assignment
8168 mask - Mask assignment
8169
8170 As a general rule, cisco routers support the hash assignment method
8171 and cisco switches support the mask assignment method.
8172DOC_END
8173
8174NAME: wccp2_service
8175TYPE: wccp2_service
8176LOC: Config.Wccp2.info
8177DEFAULT_IF_NONE: standard 0
8178DEFAULT_DOC: Use the 'web-cache' standard service.
8179IFDEF: USE_WCCPv2
8180DOC_START
8181 WCCP2 allows for multiple traffic services. There are two
8182 types: "standard" and "dynamic". The standard type defines
8183 one service id - http (id 0). The dynamic service ids can be from
8184 51 to 255 inclusive. In order to use a dynamic service id
8185 one must define the type of traffic to be redirected; this is done
8186 using the wccp2_service_info option.
8187
8188 The "standard" type does not require a wccp2_service_info option,
8189 just specifying the service id will suffice.
8190
8191 MD5 service authentication can be enabled by adding
8192 "password=<password>" to the end of this service declaration.
8193
8194 Examples:
8195
8196 wccp2_service standard 0 # for the 'web-cache' standard service
8197 wccp2_service dynamic 80 # a dynamic service type which will be
8198 # fleshed out with subsequent options.
8199 wccp2_service standard 0 password=foo
8200DOC_END
8201
8202NAME: wccp2_service_info
8203TYPE: wccp2_service_info
8204LOC: Config.Wccp2.info
8205DEFAULT: none
8206IFDEF: USE_WCCPv2
8207DOC_START
8208 Dynamic WCCPv2 services require further information to define the
8209 traffic you wish to have diverted.
8210
8211 The format is:
8212
8213 wccp2_service_info <id> protocol=<protocol> flags=<flag>,<flag>..
8214 priority=<priority> ports=<port>,<port>..
8215
8216 The relevant WCCPv2 flags:
8217 + src_ip_hash, dst_ip_hash
8218 + source_port_hash, dst_port_hash
8219 + src_ip_alt_hash, dst_ip_alt_hash
8220 + src_port_alt_hash, dst_port_alt_hash
8221 + ports_source
8222
8223 The port list can be one to eight entries.
8224
8225 Example:
8226
8227 wccp2_service_info 80 protocol=tcp flags=src_ip_hash,ports_source
8228 priority=240 ports=80
8229
8230 Note: the service id must have been defined by a previous
8231 'wccp2_service dynamic <id>' entry.
8232DOC_END
8233
8234NAME: wccp2_weight
8235TYPE: int
8236LOC: Config.Wccp2.weight
8237DEFAULT: 10000
8238IFDEF: USE_WCCPv2
8239DOC_START
8240 Each cache server gets assigned a set of the destination
8241 hash proportional to their weight.
8242DOC_END
8243
8244NAME: wccp_address
8245TYPE: address
8246LOC: Config.Wccp.address
8247DEFAULT: 0.0.0.0
8248DEFAULT_DOC: Address selected by the operating system.
8249IFDEF: USE_WCCP
8250DOC_START
8251 Use this option if you require WCCP(v1) to use a specific
8252 interface address.
8253
8254 The default behavior is to not bind to any specific address.
8255DOC_END
8256
8257NAME: wccp2_address
8258TYPE: address
8259LOC: Config.Wccp2.address
8260DEFAULT: 0.0.0.0
8261DEFAULT_DOC: Address selected by the operating system.
8262IFDEF: USE_WCCPv2
8263DOC_START
8264 Use this option if you require WCCPv2 to use a specific
8265 interface address.
8266
8267 The default behavior is to not bind to any specific address.
8268DOC_END
8269
8270COMMENT_START
8271 PERSISTENT CONNECTION HANDLING
8272 -----------------------------------------------------------------------------
8273
8274 Also see "pconn_timeout" in the TIMEOUTS section
8275COMMENT_END
8276
8277NAME: client_persistent_connections
8278TYPE: onoff
8279LOC: Config.onoff.client_pconns
8280DEFAULT: on
8281DOC_START
8282 Persistent connection support for clients.
8283 Squid uses persistent connections (when allowed). You can use
8284 this option to disable persistent connections with clients.
8285DOC_END
8286
8287NAME: server_persistent_connections
8288TYPE: onoff
8289LOC: Config.onoff.server_pconns
8290DEFAULT: on
8291DOC_START
8292 Persistent connection support for servers.
8293 Squid uses persistent connections (when allowed). You can use
8294 this option to disable persistent connections with servers.
8295DOC_END
8296
8297NAME: persistent_connection_after_error
8298TYPE: onoff
8299LOC: Config.onoff.error_pconns
8300DEFAULT: on
8301DOC_START
8302 With this directive the use of persistent connections after
8303 HTTP errors can be disabled. Useful if you have clients
8304 who fail to handle errors on persistent connections proper.
8305DOC_END
8306
8307NAME: detect_broken_pconn
8308TYPE: onoff
8309LOC: Config.onoff.detect_broken_server_pconns
8310DEFAULT: off
8311DOC_START
8312 Some servers have been found to incorrectly signal the use
8313 of HTTP/1.0 persistent connections even on replies not
8314 compatible, causing significant delays. This server problem
8315 has mostly been seen on redirects.
8316
8317 By enabling this directive Squid attempts to detect such
8318 broken replies and automatically assume the reply is finished
8319 after 10 seconds timeout.
8320DOC_END
8321
8322COMMENT_START
8323 CACHE DIGEST OPTIONS
8324 -----------------------------------------------------------------------------
8325COMMENT_END
8326
8327NAME: digest_generation
8328IFDEF: USE_CACHE_DIGESTS
8329TYPE: onoff
8330LOC: Config.onoff.digest_generation
8331DEFAULT: on
8332DOC_START
8333 This controls whether the server will generate a Cache Digest
8334 of its contents. By default, Cache Digest generation is
8335 enabled if Squid is compiled with --enable-cache-digests defined.
8336DOC_END
8337
8338NAME: digest_bits_per_entry
8339IFDEF: USE_CACHE_DIGESTS
8340TYPE: int
8341LOC: Config.digest.bits_per_entry
8342DEFAULT: 5
8343DOC_START
8344 This is the number of bits of the server's Cache Digest which
8345 will be associated with the Digest entry for a given HTTP
8346 Method and URL (public key) combination. The default is 5.
8347DOC_END
8348
8349NAME: digest_rebuild_period
8350IFDEF: USE_CACHE_DIGESTS
8351COMMENT: (seconds)
8352TYPE: time_t
8353LOC: Config.digest.rebuild_period
8354DEFAULT: 1 hour
8355DOC_START
8356 This is the wait time between Cache Digest rebuilds.
8357DOC_END
8358
8359NAME: digest_rewrite_period
8360COMMENT: (seconds)
8361IFDEF: USE_CACHE_DIGESTS
8362TYPE: time_t
8363LOC: Config.digest.rewrite_period
8364DEFAULT: 1 hour
8365DOC_START
8366 This is the wait time between Cache Digest writes to
8367 disk.
8368DOC_END
8369
8370NAME: digest_swapout_chunk_size
8371COMMENT: (bytes)
8372TYPE: b_size_t
8373IFDEF: USE_CACHE_DIGESTS
8374LOC: Config.digest.swapout_chunk_size
8375DEFAULT: 4096 bytes
8376DOC_START
8377 This is the number of bytes of the Cache Digest to write to
8378 disk at a time. It defaults to 4096 bytes (4KB), the Squid
8379 default swap page.
8380DOC_END
8381
8382NAME: digest_rebuild_chunk_percentage
8383COMMENT: (percent, 0-100)
8384IFDEF: USE_CACHE_DIGESTS
8385TYPE: int
8386LOC: Config.digest.rebuild_chunk_percentage
8387DEFAULT: 10
8388DOC_START
8389 This is the percentage of the Cache Digest to be scanned at a
8390 time. By default it is set to 10% of the Cache Digest.
8391DOC_END
8392
8393COMMENT_START
8394 SNMP OPTIONS
8395 -----------------------------------------------------------------------------
8396COMMENT_END
8397
8398NAME: snmp_port
8399TYPE: u_short
8400LOC: Config.Port.snmp
8401DEFAULT: 0
8402DEFAULT_DOC: SNMP disabled.
8403IFDEF: SQUID_SNMP
8404DOC_START
8405 The port number where Squid listens for SNMP requests. To enable
8406 SNMP support set this to a suitable port number. Port number
8407 3401 is often used for the Squid SNMP agent. By default it's
8408 set to "0" (disabled)
8409
8410 Example:
8411 snmp_port 3401
8412DOC_END
8413
8414NAME: snmp_access
8415TYPE: acl_access
8416LOC: Config.accessList.snmp
8417DEFAULT: none
8418DEFAULT_DOC: Deny, unless rules exist in squid.conf.
8419IFDEF: SQUID_SNMP
8420DOC_START
8421 Allowing or denying access to the SNMP port.
8422
8423 All access to the agent is denied by default.
8424 usage:
8425
8426 snmp_access allow|deny [!]aclname ...
8427
8428 This clause only supports fast acl types.
8429 See https://wiki.squid-cache.org/SquidFaq/SquidAcl for details.
8430
8431Example:
8432 snmp_access allow snmppublic localhost
8433 snmp_access deny all
8434DOC_END
8435
8436NAME: snmp_incoming_address
8437TYPE: address
8438LOC: Config.Addrs.snmp_incoming
8439DEFAULT: any_addr
8440DEFAULT_DOC: Accept SNMP packets from all machine interfaces.
8441IFDEF: SQUID_SNMP
8442DOC_START
8443 Just like 'udp_incoming_address', but for the SNMP port.
8444
8445 snmp_incoming_address is used for the SNMP socket receiving
8446 messages from SNMP agents.
8447
8448 The default snmp_incoming_address is to listen on all
8449 available network interfaces.
8450DOC_END
8451
8452NAME: snmp_outgoing_address
8453TYPE: address
8454LOC: Config.Addrs.snmp_outgoing
8455DEFAULT: no_addr
8456DEFAULT_DOC: Use snmp_incoming_address or an address selected by the operating system.
8457IFDEF: SQUID_SNMP
8458DOC_START
8459 Just like 'udp_outgoing_address', but for the SNMP port.
8460
8461 snmp_outgoing_address is used for SNMP packets returned to SNMP
8462 agents.
8463
8464 If snmp_outgoing_address is not set it will use the same socket
8465 as snmp_incoming_address. Only change this if you want to have
8466 SNMP replies sent using another address than where this Squid
8467 listens for SNMP queries.
8468
8469 NOTE, snmp_incoming_address and snmp_outgoing_address can not have
8470 the same value since they both use the same port.
8471DOC_END
8472
8473COMMENT_START
8474 ICP OPTIONS
8475 -----------------------------------------------------------------------------
8476COMMENT_END
8477
8478NAME: icp_port udp_port
8479TYPE: u_short
8480DEFAULT: 0
8481DEFAULT_DOC: ICP disabled.
8482LOC: Config.Port.icp
8483DOC_START
8484 The port number where Squid sends and receives ICP queries to
8485 and from neighbor caches. The standard UDP port for ICP is 3130.
8486
8487 Example:
8488 icp_port 3130
8489DOC_END
8490
8491NAME: htcp_port
8492IFDEF: USE_HTCP
8493TYPE: u_short
8494DEFAULT: 0
8495DEFAULT_DOC: HTCP disabled.
8496LOC: Config.Port.htcp
8497DOC_START
8498 The port number where Squid sends and receives HTCP queries to
8499 and from neighbor caches. To turn it on you want to set it to
8500 4827.
8501
8502 Example:
8503 htcp_port 4827
8504DOC_END
8505
8506NAME: log_icp_queries
8507COMMENT: on|off
8508TYPE: onoff
8509DEFAULT: on
8510LOC: Config.onoff.log_udp
8511DOC_START
8512 If set, ICP queries are logged to access.log. You may wish
8513 do disable this if your ICP load is VERY high to speed things
8514 up or to simplify log analysis.
8515DOC_END
8516
8517NAME: udp_incoming_address
8518TYPE: address
8519LOC:Config.Addrs.udp_incoming
8520DEFAULT: any_addr
8521DEFAULT_DOC: Accept packets from all machine interfaces.
8522DOC_START
8523 udp_incoming_address is used for UDP packets received from other
8524 caches.
8525
8526 The default behavior is to not bind to any specific address.
8527
8528 Only change this if you want to have all UDP queries received on
8529 a specific interface/address.
8530
8531 NOTE: udp_incoming_address is used by the ICP, HTCP, and DNS
8532 modules. Altering it will affect all of them in the same manner.
8533
8534 see also; udp_outgoing_address
8535
8536 NOTE, udp_incoming_address and udp_outgoing_address can not
8537 have the same value since they both use the same port.
8538DOC_END
8539
8540NAME: udp_outgoing_address
8541TYPE: address
8542LOC: Config.Addrs.udp_outgoing
8543DEFAULT: no_addr
8544DEFAULT_DOC: Use udp_incoming_address or an address selected by the operating system.
8545DOC_START
8546 udp_outgoing_address is used for UDP packets sent out to other
8547 caches.
8548
8549 The default behavior is to not bind to any specific address.
8550
8551 Instead it will use the same socket as udp_incoming_address.
8552 Only change this if you want to have UDP queries sent using another
8553 address than where this Squid listens for UDP queries from other
8554 caches.
8555
8556 NOTE: udp_outgoing_address is used by the ICP, HTCP, and DNS
8557 modules. Altering it will affect all of them in the same manner.
8558
8559 see also; udp_incoming_address
8560
8561 NOTE, udp_incoming_address and udp_outgoing_address can not
8562 have the same value since they both use the same port.
8563DOC_END
8564
8565NAME: icp_hit_stale
8566COMMENT: on|off
8567TYPE: onoff
8568DEFAULT: off
8569LOC: Config.onoff.icp_hit_stale
8570DOC_START
8571 If you want to return ICP_HIT for stale cache objects, set this
8572 option to 'on'. If you have sibling relationships with caches
8573 in other administrative domains, this should be 'off'. If you only
8574 have sibling relationships with caches under your control,
8575 it is probably okay to set this to 'on'.
8576 If set to 'on', your siblings should use the option "allow-miss"
8577 on their cache_peer lines for connecting to you.
8578DOC_END
8579
8580NAME: minimum_direct_hops
8581TYPE: int
8582DEFAULT: 4
8583LOC: Config.minDirectHops
8584DOC_START
8585 If using the ICMP pinging stuff, do direct fetches for sites
8586 which are no more than this many hops away.
8587DOC_END
8588
8589NAME: minimum_direct_rtt
8590COMMENT: (msec)
8591TYPE: int
8592DEFAULT: 400
8593LOC: Config.minDirectRtt
8594DOC_START
8595 If using the ICMP pinging stuff, do direct fetches for sites
8596 which are no more than this many rtt milliseconds away.
8597DOC_END
8598
8599NAME: netdb_low
8600TYPE: int
8601DEFAULT: 900
8602LOC: Config.Netdb.low
8603DOC_START
8604 The low water mark for the ICMP measurement database.
8605
8606 Note: high watermark controlled by netdb_high directive.
8607
8608 These watermarks are counts, not percents. The defaults are
8609 (low) 900 and (high) 1000. When the high water mark is
8610 reached, database entries will be deleted until the low
8611 mark is reached.
8612DOC_END
8613
8614NAME: netdb_high
8615TYPE: int
8616DEFAULT: 1000
8617LOC: Config.Netdb.high
8618DOC_START
8619 The high water mark for the ICMP measurement database.
8620
8621 Note: low watermark controlled by netdb_low directive.
8622
8623 These watermarks are counts, not percents. The defaults are
8624 (low) 900 and (high) 1000. When the high water mark is
8625 reached, database entries will be deleted until the low
8626 mark is reached.
8627DOC_END
8628
8629NAME: netdb_ping_period
8630TYPE: time_t
8631LOC: Config.Netdb.period
8632DEFAULT: 5 minutes
8633DOC_START
8634 The minimum period for measuring a site. There will be at
8635 least this much delay between successive pings to the same
8636 network. The default is five minutes.
8637DOC_END
8638
8639NAME: query_icmp
8640COMMENT: on|off
8641TYPE: onoff
8642DEFAULT: off
8643LOC: Config.onoff.query_icmp
8644DOC_START
8645 If you want to ask your peers to include ICMP data in their ICP
8646 replies, enable this option.
8647
8648 If your peer has configured Squid (during compilation) with
8649 '--enable-icmp' that peer will send ICMP pings to origin server
8650 sites of the URLs it receives. If you enable this option the
8651 ICP replies from that peer will include the ICMP data (if available).
8652 Then, when choosing a parent cache, Squid will choose the parent with
8653 the minimal RTT to the origin server. When this happens, the
8654 hierarchy field of the access.log will be
8655 "CLOSEST_PARENT_MISS". This option is off by default.
8656DOC_END
8657
8658NAME: test_reachability
8659COMMENT: on|off
8660TYPE: onoff
8661DEFAULT: off
8662LOC: Config.onoff.test_reachability
8663DOC_START
8664 When this is 'on', ICP MISS replies will be ICP_MISS_NOFETCH
8665 instead of ICP_MISS if the target host is NOT in the ICMP
8666 database, or has a zero RTT.
8667DOC_END
8668
8669NAME: icp_query_timeout
8670COMMENT: (msec)
8671DEFAULT: 0
8672DEFAULT_DOC: Dynamic detection.
8673TYPE: int
8674LOC: Config.Timeout.icp_query
8675DOC_START
8676 Normally Squid will automatically determine an optimal ICP
8677 query timeout value based on the round-trip-time of recent ICP
8678 queries. If you want to override the value determined by
8679 Squid, set this 'icp_query_timeout' to a non-zero value. This
8680 value is specified in MILLISECONDS, so, to use a 2-second
8681 timeout (the old default), you would write:
8682
8683 icp_query_timeout 2000
8684DOC_END
8685
8686NAME: maximum_icp_query_timeout
8687COMMENT: (msec)
8688DEFAULT: 2000
8689TYPE: int
8690LOC: Config.Timeout.icp_query_max
8691DOC_START
8692 Normally the ICP query timeout is determined dynamically. But
8693 sometimes it can lead to very large values (say 5 seconds).
8694 Use this option to put an upper limit on the dynamic timeout
8695 value. Do NOT use this option to always use a fixed (instead
8696 of a dynamic) timeout value. To set a fixed timeout see the
8697 'icp_query_timeout' directive.
8698DOC_END
8699
8700NAME: minimum_icp_query_timeout
8701COMMENT: (msec)
8702DEFAULT: 5
8703TYPE: int
8704LOC: Config.Timeout.icp_query_min
8705DOC_START
8706 Normally the ICP query timeout is determined dynamically. But
8707 sometimes it can lead to very small timeouts, even lower than
8708 the normal latency variance on your link due to traffic.
8709 Use this option to put an lower limit on the dynamic timeout
8710 value. Do NOT use this option to always use a fixed (instead
8711 of a dynamic) timeout value. To set a fixed timeout see the
8712 'icp_query_timeout' directive.
8713DOC_END
8714
8715NAME: background_ping_rate
8716COMMENT: time-units
8717TYPE: time_t
8718DEFAULT: 10 seconds
8719LOC: Config.backgroundPingRate
8720DOC_START
8721 Controls how often the ICP pings are sent to siblings that
8722 have background-ping set.
8723DOC_END
8724
8725COMMENT_START
8726 MULTICAST ICP OPTIONS
8727 -----------------------------------------------------------------------------
8728COMMENT_END
8729
8730NAME: mcast_groups
8731TYPE: wordlist
8732LOC: Config.mcast_group_list
8733DEFAULT: none
8734DOC_START
8735 This tag specifies a list of multicast groups which your server
8736 should join to receive multicasted ICP queries.
8737
8738 NOTE! Be very careful what you put here! Be sure you
8739 understand the difference between an ICP _query_ and an ICP
8740 _reply_. This option is to be set only if you want to RECEIVE
8741 multicast queries. Do NOT set this option to SEND multicast
8742 ICP (use cache_peer for that). ICP replies are always sent via
8743 unicast, so this option does not affect whether or not you will
8744 receive replies from multicast group members.
8745
8746 You must be very careful to NOT use a multicast address which
8747 is already in use by another group of caches.
8748
8749 If you are unsure about multicast, please read the Multicast
8750 chapter in the Squid FAQ (http://www.squid-cache.org/FAQ/).
8751
8752 Usage: mcast_groups 239.128.16.128 224.0.1.20
8753
8754 By default, Squid doesn't listen on any multicast groups.
8755DOC_END
8756
8757NAME: mcast_icp_query_timeout
8758COMMENT: (msec)
8759DEFAULT: 2000
8760TYPE: int
8761LOC: Config.Timeout.mcast_icp_query
8762DOC_START
8763 For multicast peers, Squid regularly sends out ICP "probes" to
8764 count how many other peers are listening on the given multicast
8765 address. This value specifies how long Squid should wait to
8766 count all the replies. The default is 2000 msec, or 2
8767 seconds.
8768DOC_END
8769
8770COMMENT_START
8771 INTERNAL ICON OPTIONS
8772 -----------------------------------------------------------------------------
8773COMMENT_END
8774
8775NAME: icon_directory
8776TYPE: string
8777LOC: Config.icons.directory
8778DEFAULT: @DEFAULT_ICON_DIR@
8779DOC_START
8780 Where the icons are stored. These are normally kept in
8781 @DEFAULT_ICON_DIR@
8782DOC_END
8783
8784NAME: global_internal_static
8785TYPE: onoff
8786LOC: Config.onoff.global_internal_static
8787DEFAULT: on
8788DOC_START
8789 This directive controls is Squid should intercept all requests for
8790 /squid-internal-static/ no matter which host the URL is requesting
8791 (default on setting), or if nothing special should be done for
8792 such URLs (off setting). The purpose of this directive is to make
8793 icons etc work better in complex cache hierarchies where it may
8794 not always be possible for all corners in the cache mesh to reach
8795 the server generating a directory listing.
8796DOC_END
8797
8798NAME: short_icon_urls
8799TYPE: onoff
8800LOC: Config.icons.use_short_names
8801DEFAULT: on
8802DOC_START
8803 If this is enabled Squid will use short URLs for icons.
8804 If disabled it will revert to the old behavior of including
8805 it's own name and port in the URL.
8806
8807 If you run a complex cache hierarchy with a mix of Squid and
8808 other proxies you may need to disable this directive.
8809DOC_END
8810
8811COMMENT_START
8812 ERROR PAGE OPTIONS
8813 -----------------------------------------------------------------------------
8814COMMENT_END
8815
8816NAME: error_directory
8817TYPE: string
8818LOC: Config.errorDirectory
8819DEFAULT: none
8820DEFAULT_DOC: Send error pages in the clients preferred language
8821DOC_START
8822 If you wish to create your own versions of the default
8823 error files to customize them to suit your company copy
8824 the error/template files to another directory and point
8825 this tag at them.
8826
8827 WARNING: This option will disable multi-language support
8828 on error pages if used.
8829
8830 The squid developers are interested in making squid available in
8831 a wide variety of languages. If you are making translations for a
8832 language that Squid does not currently provide please consider
8833 contributing your translation back to the project.
8834 https://wiki.squid-cache.org/Translations
8835
8836 The squid developers working on translations are happy to supply drop-in
8837 translated error files in exchange for any new language contributions.
8838DOC_END
8839
8840NAME: error_default_language
8841IFDEF: USE_ERR_LOCALES
8842TYPE: string
8843LOC: Config.errorDefaultLanguage
8844DEFAULT: none
8845DEFAULT_DOC: Generate English language pages.
8846DOC_START
8847 Set the default language which squid will send error pages in
8848 if no existing translation matches the clients language
8849 preferences.
8850
8851 If unset (default) generic English will be used.
8852
8853 The squid developers are interested in making squid available in
8854 a wide variety of languages. If you are interested in making
8855 translations for any language see the squid wiki for details.
8856 https://wiki.squid-cache.org/Translations
8857DOC_END
8858
8859NAME: error_log_languages
8860IFDEF: USE_ERR_LOCALES
8861TYPE: onoff
8862LOC: Config.errorLogMissingLanguages
8863DEFAULT: on
8864DOC_START
8865 Log to cache.log what languages users are attempting to
8866 auto-negotiate for translations.
8867
8868 Successful negotiations are not logged. Only failures
8869 have meaning to indicate that Squid may need an upgrade
8870 of its error page translations.
8871DOC_END
8872
8873NAME: err_page_stylesheet
8874TYPE: string
8875LOC: Config.errorStylesheet
8876DEFAULT: @DEFAULT_CONFIG_DIR@/errorpage.css
8877DOC_START
8878 CSS Stylesheet to pattern the display of Squid default error pages.
8879
8880 For information on CSS see http://www.w3.org/Style/CSS/
8881DOC_END
8882
8883NAME: err_html_text
8884TYPE: eol
8885LOC: Config.errHtmlText
8886DEFAULT: none
8887DOC_START
8888 HTML text to include in error messages. Make this a "mailto"
8889 URL to your admin address, or maybe just a link to your
8890 organizations Web page.
8891
8892 To include this in your error messages, you must rewrite
8893 the error template files (found in the "errors" directory).
8894 Wherever you want the 'err_html_text' line to appear,
8895 insert a %L tag in the error template file.
8896DOC_END
8897
8898NAME: email_err_data
8899COMMENT: on|off
8900TYPE: onoff
8901LOC: Config.onoff.emailErrData
8902DEFAULT: on
8903DOC_START
8904 If enabled, information about the occurred error will be
8905 included in the mailto links of the ERR pages (if %W is set)
8906 so that the email body contains the data.
8907 Syntax is <A HREF="mailto:%w%W">%w</A>
8908DOC_END
8909
8910NAME: deny_info
8911TYPE: denyinfo
8912LOC: Config.denyInfoList
8913DEFAULT: none
8914DOC_START
8915 Usage: deny_info err_page_name acl
8916 or deny_info http://... acl
8917 or deny_info TCP_RESET acl
8918
8919 This can be used to return a ERR_ page for requests which
8920 do not pass the 'http_access' rules. Squid remembers the last
8921 acl it evaluated in http_access, and if a 'deny_info' line exists
8922 for that ACL Squid returns a corresponding error page.
8923
8924 The acl is typically the last acl on the http_access deny line which
8925 denied access. The exceptions to this rule are:
8926 - When Squid needs to request authentication credentials. It's then
8927 the first authentication related acl encountered
8928 - When none of the http_access lines matches. It's then the last
8929 acl processed on the last http_access line.
8930 - When the decision to deny access was made by an adaptation service,
8931 the acl name is the corresponding eCAP or ICAP service_name.
8932
8933 NP: If providing your own custom error pages with error_directory
8934 you may also specify them by your custom file name:
8935 Example: deny_info ERR_CUSTOM_ACCESS_DENIED bad_guys
8936
8937 By default Squid will send "403 Forbidden". A different 4xx or 5xx
8938 may be specified by prefixing the file name with the code and a colon.
8939 e.g. 404:ERR_CUSTOM_ACCESS_DENIED
8940
8941 Alternatively you can tell Squid to reset the TCP connection
8942 by specifying TCP_RESET.
8943
8944 Or you can specify an error URL or URL pattern. The browsers will
8945 get redirected to the specified URL after formatting tags have
8946 been replaced. Redirect will be done with 302 or 307 according to
8947 HTTP/1.1 specs. A different 3xx code may be specified by prefixing
8948 the URL. e.g. 303:http://example.com/
8949
8950 URL FORMAT TAGS:
8951 %a - username (if available. Password NOT included)
8952 %A - Local listening IP address the client connection was connected to
8953 %B - FTP path URL
8954 %e - Error number
8955 %E - Error description
8956 %h - Squid hostname
8957 %H - Request domain name
8958 %i - Client IP Address
8959 %M - Request Method
8960 %O - Unescaped message result from external ACL helper
8961 %o - Message result from external ACL helper
8962 %p - Request Port number
8963 %P - Request Protocol name
8964 %R - Request URL path
8965 %T - Timestamp in RFC 1123 format
8966 %U - Full canonical URL from client
8967 (HTTPS URLs terminate with *)
8968 %u - Full canonical URL from client
8969 %w - Admin email from squid.conf
8970 %x - Error name
8971 %% - Literal percent (%) code
8972
8973DOC_END
8974
8975COMMENT_START
8976 OPTIONS INFLUENCING REQUEST FORWARDING
8977 -----------------------------------------------------------------------------
8978COMMENT_END
8979
8980NAME: nonhierarchical_direct
8981TYPE: onoff
8982LOC: Config.onoff.nonhierarchical_direct
8983DEFAULT: on
8984DOC_START
8985 By default, Squid will send any non-hierarchical requests
8986 (not cacheable request type) direct to origin servers.
8987
8988 When this is set to "off", Squid will prefer to send these
8989 requests to parents.
8990
8991 Note that in most configurations, by turning this off you will only
8992 add latency to these request without any improvement in global hit
8993 ratio.
8994
8995 This option only sets a preference. If the parent is unavailable a
8996 direct connection to the origin server may still be attempted. To
8997 completely prevent direct connections use never_direct.
8998DOC_END
8999
9000NAME: prefer_direct
9001TYPE: onoff
9002LOC: Config.onoff.prefer_direct
9003DEFAULT: off
9004DOC_START
9005 Normally Squid tries to use parents for most requests. If you for some
9006 reason like it to first try going direct and only use a parent if
9007 going direct fails set this to on.
9008
9009 By combining nonhierarchical_direct off and prefer_direct on you
9010 can set up Squid to use a parent as a backup path if going direct
9011 fails.
9012
9013 Note: If you want Squid to use parents for all requests see
9014 the never_direct directive. prefer_direct only modifies how Squid
9015 acts on cacheable requests.
9016DOC_END
9017
9018NAME: cache_miss_revalidate
9019COMMENT: on|off
9020TYPE: onoff
9021DEFAULT: on
9022LOC: Config.onoff.cache_miss_revalidate
9023DOC_START
9024 RFC 7232 defines a conditional request mechanism to prevent
9025 response objects being unnecessarily transferred over the network.
9026 If that mechanism is used by the client and a cache MISS occurs
9027 it can prevent new cache entries being created.
9028
9029 This option determines whether Squid on cache MISS will pass the
9030 client revalidation request to the server or tries to fetch new
9031 content for caching. It can be useful while the cache is mostly
9032 empty to more quickly have the cache populated by generating
9033 non-conditional GETs.
9034
9035 When set to 'on' (default), Squid will pass all client If-* headers
9036 to the server. This permits server responses without a cacheable
9037 payload to be delivered and on MISS no new cache entry is created.
9038
9039 When set to 'off' and if the request is cacheable, Squid will
9040 remove the clients If-Modified-Since and If-None-Match headers from
9041 the request sent to the server. This requests a 200 status response
9042 from the server to create a new cache entry with.
9043DOC_END
9044
9045NAME: always_direct
9046TYPE: acl_access
9047LOC: Config.accessList.AlwaysDirect
9048DEFAULT: none
9049DEFAULT_DOC: Prevent any cache_peer being used for this request.
9050DOC_START
9051 Usage: always_direct allow|deny [!]aclname ...
9052
9053 Here you can use ACL elements to specify requests which should
9054 ALWAYS be forwarded by Squid to the origin servers without using
9055 any peers. For example, to always directly forward requests for
9056 local servers ignoring any parents or siblings you may have use
9057 something like:
9058
9059 acl local-servers dstdomain my.domain.net
9060 always_direct allow local-servers
9061
9062 To always forward FTP requests directly, use
9063
9064 acl FTP proto FTP
9065 always_direct allow FTP
9066
9067 NOTE: There is a similar, but opposite option named
9068 'never_direct'. You need to be aware that "always_direct deny
9069 foo" is NOT the same thing as "never_direct allow foo". You
9070 may need to use a deny rule to exclude a more-specific case of
9071 some other rule. Example:
9072
9073 acl local-external dstdomain external.foo.net
9074 acl local-servers dstdomain .foo.net
9075 always_direct deny local-external
9076 always_direct allow local-servers
9077
9078 NOTE: If your goal is to make the client forward the request
9079 directly to the origin server bypassing Squid then this needs
9080 to be done in the client configuration. Squid configuration
9081 can only tell Squid how Squid should fetch the object.
9082
9083 NOTE: This directive is not related to caching. The replies
9084 is cached as usual even if you use always_direct. To not cache
9085 the replies see the 'cache' directive.
9086
9087 This clause supports both fast and slow acl types.
9088 See https://wiki.squid-cache.org/SquidFaq/SquidAcl for details.
9089DOC_END
9090
9091NAME: never_direct
9092TYPE: acl_access
9093LOC: Config.accessList.NeverDirect
9094DEFAULT: none
9095DEFAULT_DOC: Allow DNS results to be used for this request.
9096DOC_START
9097 Usage: never_direct allow|deny [!]aclname ...
9098
9099 never_direct is the opposite of always_direct. Please read
9100 the description for always_direct if you have not already.
9101
9102 With 'never_direct' you can use ACL elements to specify
9103 requests which should NEVER be forwarded directly to origin
9104 servers. For example, to force the use of a proxy for all
9105 requests, except those in your local domain use something like:
9106
9107 acl local-servers dstdomain .foo.net
9108 never_direct deny local-servers
9109 never_direct allow all
9110
9111 or if Squid is inside a firewall and there are local intranet
9112 servers inside the firewall use something like:
9113
9114 acl local-intranet dstdomain .foo.net
9115 acl local-external dstdomain external.foo.net
9116 always_direct deny local-external
9117 always_direct allow local-intranet
9118 never_direct allow all
9119
9120 This clause supports both fast and slow acl types.
9121 See https://wiki.squid-cache.org/SquidFaq/SquidAcl for details.
9122DOC_END
9123
9124COMMENT_START
9125 ADVANCED NETWORKING OPTIONS
9126 -----------------------------------------------------------------------------
9127COMMENT_END
9128
9129NAME: incoming_udp_average incoming_icp_average
9130TYPE: int
9131DEFAULT: 6
9132LOC: Config.comm_incoming.udp.average
9133DOC_START
9134 Heavy voodoo here. I can't even believe you are reading this.
9135 Are you crazy? Don't even think about adjusting these unless
9136 you understand the algorithms in comm_select.c first!
9137DOC_END
9138
9139NAME: incoming_tcp_average incoming_http_average
9140TYPE: int
9141DEFAULT: 4
9142LOC: Config.comm_incoming.tcp.average
9143DOC_START
9144 Heavy voodoo here. I can't even believe you are reading this.
9145 Are you crazy? Don't even think about adjusting these unless
9146 you understand the algorithms in comm_select.c first!
9147DOC_END
9148
9149NAME: incoming_dns_average
9150TYPE: int
9151DEFAULT: 4
9152LOC: Config.comm_incoming.dns.average
9153DOC_START
9154 Heavy voodoo here. I can't even believe you are reading this.
9155 Are you crazy? Don't even think about adjusting these unless
9156 you understand the algorithms in comm_select.c first!
9157DOC_END
9158
9159NAME: min_udp_poll_cnt min_icp_poll_cnt
9160TYPE: int
9161DEFAULT: 8
9162LOC: Config.comm_incoming.udp.min_poll
9163DOC_START
9164 Heavy voodoo here. I can't even believe you are reading this.
9165 Are you crazy? Don't even think about adjusting these unless
9166 you understand the algorithms in comm_select.c first!
9167DOC_END
9168
9169NAME: min_dns_poll_cnt
9170TYPE: int
9171DEFAULT: 8
9172LOC: Config.comm_incoming.dns.min_poll
9173DOC_START
9174 Heavy voodoo here. I can't even believe you are reading this.
9175 Are you crazy? Don't even think about adjusting these unless
9176 you understand the algorithms in comm_select.c first!
9177DOC_END
9178
9179NAME: min_tcp_poll_cnt min_http_poll_cnt
9180TYPE: int
9181DEFAULT: 8
9182LOC: Config.comm_incoming.tcp.min_poll
9183DOC_START
9184 Heavy voodoo here. I can't even believe you are reading this.
9185 Are you crazy? Don't even think about adjusting these unless
9186 you understand the algorithms in comm_select.c first!
9187DOC_END
9188
9189NAME: accept_filter
9190TYPE: string
9191DEFAULT: none
9192LOC: Config.accept_filter
9193DOC_START
9194 FreeBSD:
9195
9196 The name of an accept(2) filter to install on Squid's
9197 listen socket(s). This feature is perhaps specific to
9198 FreeBSD and requires support in the kernel.
9199
9200 The 'httpready' filter delays delivering new connections
9201 to Squid until a full HTTP request has been received.
9202 See the accf_http(9) man page for details.
9203
9204 The 'dataready' filter delays delivering new connections
9205 to Squid until there is some data to process.
9206 See the accf_dataready(9) man page for details.
9207
9208 Linux:
9209
9210 The 'data' filter delays delivering of new connections
9211 to Squid until there is some data to process by TCP_ACCEPT_DEFER.
9212 You may optionally specify a number of seconds to wait by
9213 'data=N' where N is the number of seconds. Defaults to 30
9214 if not specified. See the tcp(7) man page for details.
9215EXAMPLE:
9216# FreeBSD
9217accept_filter httpready
9218# Linux
9219accept_filter data
9220DOC_END
9221
9222NAME: client_ip_max_connections
9223TYPE: int
9224LOC: Config.client_ip_max_connections
9225DEFAULT: -1
9226DEFAULT_DOC: No limit.
9227DOC_START
9228 Set an absolute limit on the number of connections a single
9229 client IP can use. Any more than this and Squid will begin to drop
9230 new connections from the client until it closes some links.
9231
9232 Note that this is a global limit. It affects all HTTP, HTCP, and FTP
9233 connections from the client. For finer control use the ACL access controls.
9234
9235 Requires client_db to be enabled (the default).
9236
9237 WARNING: This may noticeably slow down traffic received via external proxies
9238 or NAT devices and cause them to rebound error messages back to their clients.
9239DOC_END
9240
9241NAME: tcp_recv_bufsize
9242COMMENT: (bytes)
9243TYPE: b_size_t
9244DEFAULT: 0 bytes
9245DEFAULT_DOC: Use operating system TCP defaults.
9246LOC: Config.tcpRcvBufsz
9247DOC_START
9248 Size of receive buffer to set for TCP sockets. Probably just
9249 as easy to change your kernel's default.
9250 Omit from squid.conf to use the default buffer size.
9251DOC_END
9252
9253COMMENT_START
9254 ICAP OPTIONS
9255 -----------------------------------------------------------------------------
9256COMMENT_END
9257
9258NAME: icap_enable
9259TYPE: onoff
9260IFDEF: ICAP_CLIENT
9261COMMENT: on|off
9262LOC: Adaptation::Icap::TheConfig.onoff
9263DEFAULT: off
9264DOC_START
9265 If you want to enable the ICAP module support, set this to on.
9266DOC_END
9267
9268NAME: icap_connect_timeout
9269TYPE: time_t
9270DEFAULT: none
9271LOC: Adaptation::Icap::TheConfig.connect_timeout_raw
9272IFDEF: ICAP_CLIENT
9273DOC_START
9274 This parameter specifies how long to wait for the TCP connect to
9275 the requested ICAP server to complete before giving up and either
9276 terminating the HTTP transaction or bypassing the failure.
9277
9278 The default for optional services is peer_connect_timeout.
9279 The default for essential services is connect_timeout.
9280 If this option is explicitly set, its value applies to all services.
9281DOC_END
9282
9283NAME: icap_io_timeout
9284COMMENT: time-units
9285TYPE: time_t
9286DEFAULT: none
9287DEFAULT_DOC: Use read_timeout.
9288LOC: Adaptation::Icap::TheConfig.io_timeout_raw
9289IFDEF: ICAP_CLIENT
9290DOC_START
9291 This parameter specifies how long to wait for an I/O activity on
9292 an established, active ICAP connection before giving up and
9293 either terminating the HTTP transaction or bypassing the
9294 failure.
9295DOC_END
9296
9297NAME: icap_service_failure_limit
9298COMMENT: limit [in memory-depth time-units]
9299TYPE: icap_service_failure_limit
9300IFDEF: ICAP_CLIENT
9301LOC: Adaptation::Icap::TheConfig
9302DEFAULT: 10
9303DOC_START
9304 The limit specifies the number of failures that Squid tolerates
9305 when establishing a new TCP connection with an ICAP service. If
9306 the number of failures exceeds the limit, the ICAP service is
9307 not used for new ICAP requests until it is time to refresh its
9308 OPTIONS.
9309
9310 A negative value disables the limit. Without the limit, an ICAP
9311 service will not be considered down due to connectivity failures
9312 between ICAP OPTIONS requests.
9313
9314 Squid forgets ICAP service failures older than the specified
9315 value of memory-depth. The memory fading algorithm
9316 is approximate because Squid does not remember individual
9317 errors but groups them instead, splitting the option
9318 value into ten time slots of equal length.
9319
9320 When memory-depth is 0 and by default this option has no
9321 effect on service failure expiration.
9322
9323 Squid always forgets failures when updating service settings
9324 using an ICAP OPTIONS transaction, regardless of this option
9325 setting.
9326
9327 For example,
9328 # suspend service usage after 10 failures in 5 seconds:
9329 icap_service_failure_limit 10 in 5 seconds
9330DOC_END
9331
9332NAME: icap_service_revival_delay
9333TYPE: int
9334IFDEF: ICAP_CLIENT
9335LOC: Adaptation::Icap::TheConfig.service_revival_delay
9336DEFAULT: 180
9337DOC_START
9338 The delay specifies the number of seconds to wait after an ICAP
9339 OPTIONS request failure before requesting the options again. The
9340 failed ICAP service is considered "down" until fresh OPTIONS are
9341 fetched.
9342
9343 The actual delay cannot be smaller than the hardcoded minimum
9344 delay of 30 seconds.
9345DOC_END
9346
9347NAME: icap_preview_enable
9348TYPE: onoff
9349IFDEF: ICAP_CLIENT
9350COMMENT: on|off
9351LOC: Adaptation::Icap::TheConfig.preview_enable
9352DEFAULT: on
9353DOC_START
9354 The ICAP Preview feature allows the ICAP server to handle the
9355 HTTP message by looking only at the beginning of the message body
9356 or even without receiving the body at all. In some environments,
9357 previews greatly speedup ICAP processing.
9358
9359 During an ICAP OPTIONS transaction, the server may tell Squid what
9360 HTTP messages should be previewed and how big the preview should be.
9361 Squid will not use Preview if the server did not request one.
9362
9363 To disable ICAP Preview for all ICAP services, regardless of
9364 individual ICAP server OPTIONS responses, set this option to "off".
9365Example:
9366icap_preview_enable off
9367DOC_END
9368
9369NAME: icap_preview_size
9370TYPE: int
9371IFDEF: ICAP_CLIENT
9372LOC: Adaptation::Icap::TheConfig.preview_size
9373DEFAULT: -1
9374DEFAULT_DOC: No preview sent.
9375DOC_START
9376 The default size of preview data to be sent to the ICAP server.
9377 This value might be overwritten on a per server basis by OPTIONS requests.
9378DOC_END
9379
9380NAME: icap_206_enable
9381TYPE: onoff
9382IFDEF: ICAP_CLIENT
9383COMMENT: on|off
9384LOC: Adaptation::Icap::TheConfig.allow206_enable
9385DEFAULT: on
9386DOC_START
9387 206 (Partial Content) responses is an ICAP extension that allows the
9388 ICAP agents to optionally combine adapted and original HTTP message
9389 content. The decision to combine is postponed until the end of the
9390 ICAP response. Squid supports Partial Content extension by default.
9391
9392 Activation of the Partial Content extension is negotiated with each
9393 ICAP service during OPTIONS exchange. Most ICAP servers should handle
9394 negotiation correctly even if they do not support the extension, but
9395 some might fail. To disable Partial Content support for all ICAP
9396 services and to avoid any negotiation, set this option to "off".
9397
9398 Example:
9399 icap_206_enable off
9400DOC_END
9401
9402NAME: icap_default_options_ttl
9403TYPE: int
9404IFDEF: ICAP_CLIENT
9405LOC: Adaptation::Icap::TheConfig.default_options_ttl
9406DEFAULT: 60
9407DOC_START
9408 The default TTL value for ICAP OPTIONS responses that don't have
9409 an Options-TTL header.
9410DOC_END
9411
9412NAME: icap_persistent_connections
9413TYPE: onoff
9414IFDEF: ICAP_CLIENT
9415COMMENT: on|off
9416LOC: Adaptation::Icap::TheConfig.reuse_connections
9417DEFAULT: on
9418DOC_START
9419 Whether or not Squid should use persistent connections to
9420 an ICAP server.
9421DOC_END
9422
9423NAME: adaptation_send_client_ip icap_send_client_ip
9424TYPE: onoff
9425IFDEF: USE_ADAPTATION
9426COMMENT: on|off
9427LOC: Adaptation::Config::send_client_ip
9428DEFAULT: off
9429DOC_START
9430 If enabled, Squid shares HTTP client IP information with adaptation
9431 services. For ICAP, Squid adds the X-Client-IP header to ICAP requests.
9432 For eCAP, Squid sets the libecap::metaClientIp transaction option.
9433
9434 See also: adaptation_uses_indirect_client
9435DOC_END
9436
9437NAME: adaptation_send_username icap_send_client_username
9438TYPE: onoff
9439IFDEF: USE_ADAPTATION
9440COMMENT: on|off
9441LOC: Adaptation::Config::send_username
9442DEFAULT: off
9443DOC_START
9444 This sends authenticated HTTP client username (if available) to
9445 the adaptation service.
9446
9447 For ICAP, the username value is encoded based on the
9448 icap_client_username_encode option and is sent using the header
9449 specified by the icap_client_username_header option.
9450DOC_END
9451
9452NAME: icap_client_username_header
9453TYPE: string
9454IFDEF: ICAP_CLIENT
9455LOC: Adaptation::Icap::TheConfig.client_username_header
9456DEFAULT: X-Client-Username
9457DOC_START
9458 ICAP request header name to use for adaptation_send_username.
9459DOC_END
9460
9461NAME: icap_client_username_encode
9462TYPE: onoff
9463IFDEF: ICAP_CLIENT
9464COMMENT: on|off
9465LOC: Adaptation::Icap::TheConfig.client_username_encode
9466DEFAULT: off
9467DOC_START
9468 Whether to base64 encode the authenticated client username.
9469DOC_END
9470
9471NAME: icap_service
9472TYPE: icap_service_type
9473IFDEF: ICAP_CLIENT
9474LOC: Adaptation::Icap::TheConfig
9475DEFAULT: none
9476DOC_START
9477 Defines a single ICAP service using the following format:
9478
9479 icap_service id vectoring_point uri [option ...]
9480
9481 id: ID
9482 an opaque identifier or name which is used to direct traffic to
9483 this specific service. Must be unique among all adaptation
9484 services in squid.conf.
9485
9486 vectoring_point: reqmod_precache|reqmod_postcache|respmod_precache|respmod_postcache
9487 This specifies at which point of transaction processing the
9488 ICAP service should be activated. *_postcache vectoring points
9489 are not yet supported.
9490
9491 uri: icap://servername:port/servicepath
9492 ICAP server and service location.
9493 icaps://servername:port/servicepath
9494 The "icap:" URI scheme is used for traditional ICAP server and
9495 service location (default port is 1344, connections are not
9496 encrypted). The "icaps:" URI scheme is for Secure ICAP
9497 services that use SSL/TLS-encrypted ICAP connections (by
9498 default, on port 11344).
9499
9500 ICAP does not allow a single service to handle both REQMOD and RESPMOD
9501 transactions. Squid does not enforce that requirement. You can specify
9502 services with the same service_url and different vectoring_points. You
9503 can even specify multiple identical services as long as their
9504 service_names differ.
9505
9506 To activate a service, use the adaptation_access directive. To group
9507 services, use adaptation_service_chain and adaptation_service_set.
9508
9509 Service options are separated by white space. ICAP services support
9510 the following name=value options:
9511
9512 bypass=on|off|1|0
9513 If set to 'on' or '1', the ICAP service is treated as
9514 optional. If the service cannot be reached or malfunctions,
9515 Squid will try to ignore any errors and process the message as
9516 if the service was not enabled. No all ICAP errors can be
9517 bypassed. If set to 0, the ICAP service is treated as
9518 essential and all ICAP errors will result in an error page
9519 returned to the HTTP client.
9520
9521 Bypass is off by default: services are treated as essential.
9522
9523 routing=on|off|1|0
9524 If set to 'on' or '1', the ICAP service is allowed to
9525 dynamically change the current message adaptation plan by
9526 returning a chain of services to be used next. The services
9527 are specified using the X-Next-Services ICAP response header
9528 value, formatted as a comma-separated list of service names.
9529 Each named service should be configured in squid.conf. Other
9530 services are ignored. An empty X-Next-Services value results
9531 in an empty plan which ends the current adaptation.
9532
9533 Dynamic adaptation plan may cross or cover multiple supported
9534 vectoring points in their natural processing order.
9535
9536 Routing is not allowed by default: the ICAP X-Next-Services
9537 response header is ignored.
9538
9539 ipv6=on|off
9540 Only has effect on split-stack systems. The default on those systems
9541 is to use IPv4-only connections. When set to 'on' this option will
9542 make Squid use IPv6-only connections to contact this ICAP service.
9543
9544 on-overload=block|bypass|wait|force
9545 If the service Max-Connections limit has been reached, do
9546 one of the following for each new ICAP transaction:
9547 * block: send an HTTP error response to the client
9548 * bypass: ignore the "over-connected" ICAP service
9549 * wait: wait (in a FIFO queue) for an ICAP connection slot
9550 * force: proceed, ignoring the Max-Connections limit
9551
9552 In SMP mode with N workers, each worker assumes the service
9553 connection limit is Max-Connections/N, even though not all
9554 workers may use a given service.
9555
9556 The default value is "bypass" if service is bypassable,
9557 otherwise it is set to "wait".
9558
9559
9560 max-conn=number
9561 Use the given number as the Max-Connections limit, regardless
9562 of the Max-Connections value given by the service, if any.
9563
9564 connection-encryption=on|off
9565 Determines the ICAP service effect on the connections_encrypted
9566 ACL.
9567
9568 The default is "on" for Secure ICAP services (i.e., those
9569 with the icaps:// service URIs scheme) and "off" for plain ICAP
9570 services.
9571
9572 Does not affect ICAP connections (e.g., does not turn Secure
9573 ICAP on or off).
9574
9575 ==== ICAPS / TLS OPTIONS ====
9576
9577 These options are used for Secure ICAP (icaps://....) services only.
9578
9579 tls-cert=/path/to/ssl/certificate
9580 A client X.509 certificate to use when connecting to
9581 this ICAP server.
9582
9583 tls-key=/path/to/ssl/key
9584 The private key corresponding to the previous
9585 tls-cert= option.
9586
9587 If tls-key= is not specified tls-cert= is assumed to
9588 reference a PEM file containing both the certificate
9589 and private key.
9590
9591 tls-cipher=... The list of valid TLS/SSL ciphers to use when connecting
9592 to this icap server.
9593
9594 tls-min-version=1.N
9595 The minimum TLS protocol version to permit. To control
9596 SSLv3 use the tls-options= parameter.
9597 Supported Values: 1.0 (default), 1.1, 1.2
9598
9599 tls-options=... Specify various OpenSSL library options:
9600
9601 NO_SSLv3 Disallow the use of SSLv3
9602
9603 SINGLE_DH_USE
9604 Always create a new key when using
9605 temporary/ephemeral DH key exchanges
9606
9607 ALL Enable various bug workarounds
9608 suggested as "harmless" by OpenSSL
9609 Be warned that this reduces SSL/TLS
9610 strength to some attacks.
9611
9612 See the OpenSSL SSL_CTX_set_options documentation for a
9613 more complete list. Options relevant only to SSLv2 are
9614 not supported.
9615
9616 tls-cafile= PEM file containing CA certificates to use when verifying
9617 the icap server certificate.
9618 Use to specify intermediate CA certificate(s) if not sent
9619 by the server. Or the full CA chain for the server when
9620 using the tls-default-ca=off flag.
9621 May be repeated to load multiple files.
9622
9623 tls-capath=... A directory containing additional CA certificates to
9624 use when verifying the icap server certificate.
9625 Requires OpenSSL or LibreSSL.
9626
9627 tls-crlfile=... A certificate revocation list file to use when
9628 verifying the icap server certificate.
9629
9630 tls-flags=... Specify various flags modifying the Squid TLS implementation:
9631
9632 DONT_VERIFY_PEER
9633 Accept certificates even if they fail to
9634 verify.
9635 DONT_VERIFY_DOMAIN
9636 Don't verify the icap server certificate
9637 matches the server name
9638
9639 tls-default-ca[=off]
9640 Whether to use the system Trusted CAs. Default is ON.
9641
9642 tls-domain= The icap server name as advertised in it's certificate.
9643 Used for verifying the correctness of the received icap
9644 server certificate. If not specified the icap server
9645 hostname extracted from ICAP URI will be used.
9646
9647 Older icap_service format without optional named parameters is
9648 deprecated but supported for backward compatibility.
9649
9650Example:
9651icap_service svcBlocker reqmod_precache icap://icap1.mydomain.net:1344/reqmod bypass=0
9652icap_service svcLogger reqmod_precache icaps://icap2.mydomain.net:11344/reqmod routing=on
9653DOC_END
9654
9655NAME: icap_class
9656TYPE: icap_class_type
9657IFDEF: ICAP_CLIENT
9658LOC: none
9659DEFAULT: none
9660DOC_START
9661 This deprecated option was documented to define an ICAP service
9662 chain, even though it actually defined a set of similar, redundant
9663 services, and the chains were not supported.
9664
9665 To define a set of redundant services, please use the
9666 adaptation_service_set directive. For service chains, use
9667 adaptation_service_chain.
9668DOC_END
9669
9670NAME: icap_access
9671TYPE: icap_access_type
9672IFDEF: ICAP_CLIENT
9673LOC: none
9674DEFAULT: none
9675DOC_START
9676 This option is deprecated. Please use adaptation_access, which
9677 has the same ICAP functionality, but comes with better
9678 documentation, and eCAP support.
9679DOC_END
9680
9681COMMENT_START
9682 eCAP OPTIONS
9683 -----------------------------------------------------------------------------
9684COMMENT_END
9685
9686NAME: ecap_enable
9687TYPE: onoff
9688IFDEF: USE_ECAP
9689COMMENT: on|off
9690LOC: Adaptation::Ecap::TheConfig.onoff
9691DEFAULT: off
9692DOC_START
9693 Controls whether eCAP support is enabled.
9694DOC_END
9695
9696NAME: ecap_service
9697TYPE: ecap_service_type
9698IFDEF: USE_ECAP
9699LOC: Adaptation::Ecap::TheConfig
9700DEFAULT: none
9701DOC_START
9702 Defines a single eCAP service
9703
9704 ecap_service id vectoring_point uri [option ...]
9705
9706 id: ID
9707 an opaque identifier or name which is used to direct traffic to
9708 this specific service. Must be unique among all adaptation
9709 services in squid.conf.
9710
9711 vectoring_point: reqmod_precache|reqmod_postcache|respmod_precache|respmod_postcache
9712 This specifies at which point of transaction processing the
9713 eCAP service should be activated. *_postcache vectoring points
9714 are not yet supported.
9715
9716 uri: ecap://vendor/service_name?custom&cgi=style&parameters=optional
9717 Squid uses the eCAP service URI to match this configuration
9718 line with one of the dynamically loaded services. Each loaded
9719 eCAP service must have a unique URI. Obtain the right URI from
9720 the service provider.
9721
9722 To activate a service, use the adaptation_access directive. To group
9723 services, use adaptation_service_chain and adaptation_service_set.
9724
9725 Service options are separated by white space. eCAP services support
9726 the following name=value options:
9727
9728 bypass=on|off|1|0
9729 If set to 'on' or '1', the eCAP service is treated as optional.
9730 If the service cannot be reached or malfunctions, Squid will try
9731 to ignore any errors and process the message as if the service
9732 was not enabled. No all eCAP errors can be bypassed.
9733 If set to 'off' or '0', the eCAP service is treated as essential
9734 and all eCAP errors will result in an error page returned to the
9735 HTTP client.
9736
9737 Bypass is off by default: services are treated as essential.
9738
9739 routing=on|off|1|0
9740 If set to 'on' or '1', the eCAP service is allowed to
9741 dynamically change the current message adaptation plan by
9742 returning a chain of services to be used next.
9743
9744 Dynamic adaptation plan may cross or cover multiple supported
9745 vectoring points in their natural processing order.
9746
9747 Routing is not allowed by default.
9748
9749 connection-encryption=on|off
9750 Determines the eCAP service effect on the connections_encrypted
9751 ACL.
9752
9753 Defaults to "on", which does not taint the master transaction
9754 w.r.t. that ACL.
9755
9756 Does not affect eCAP API calls.
9757
9758 Older ecap_service format without optional named parameters is
9759 deprecated but supported for backward compatibility.
9760
9761
9762Example:
9763ecap_service s1 reqmod_precache ecap://filters.R.us/leakDetector?on_error=block bypass=off
9764ecap_service s2 respmod_precache ecap://filters.R.us/virusFilter config=/etc/vf.cfg bypass=on
9765DOC_END
9766
9767NAME: loadable_modules
9768TYPE: SBufList
9769IFDEF: USE_LOADABLE_MODULES
9770LOC: Config.loadable_module_names
9771DEFAULT: none
9772DOC_START
9773 Instructs Squid to load the specified dynamic module(s) or activate
9774 preloaded module(s).
9775Example:
9776loadable_modules @DEFAULT_PREFIX@/lib/MinimalAdapter.so
9777DOC_END
9778
9779COMMENT_START
9780 MESSAGE ADAPTATION OPTIONS
9781 -----------------------------------------------------------------------------
9782COMMENT_END
9783
9784NAME: adaptation_service_set
9785TYPE: adaptation_service_set_type
9786IFDEF: USE_ADAPTATION
9787LOC: none
9788DEFAULT: none
9789DOC_START
9790
9791 Configures an ordered set of similar, redundant services. This is
9792 useful when hot standby or backup adaptation servers are available.
9793
9794 adaptation_service_set set_name service_name1 service_name2 ...
9795
9796 The named services are used in the set declaration order. The first
9797 applicable adaptation service from the set is used first. The next
9798 applicable service is tried if and only if the transaction with the
9799 previous service fails and the message waiting to be adapted is still
9800 intact.
9801
9802 When adaptation starts, broken services are ignored as if they were
9803 not a part of the set. A broken service is a down optional service.
9804
9805 The services in a set must be attached to the same vectoring point
9806 (e.g., pre-cache) and use the same adaptation method (e.g., REQMOD).
9807
9808 If all services in a set are optional then adaptation failures are
9809 bypassable. If all services in the set are essential, then a
9810 transaction failure with one service may still be retried using
9811 another service from the set, but when all services fail, the master
9812 transaction fails as well.
9813
9814 A set may contain a mix of optional and essential services, but that
9815 is likely to lead to surprising results because broken services become
9816 ignored (see above), making previously bypassable failures fatal.
9817 Technically, it is the bypassability of the last failed service that
9818 matters.
9819
9820 See also: adaptation_access adaptation_service_chain
9821
9822Example:
9823adaptation_service_set svcBlocker urlFilterPrimary urlFilterBackup
9824adaptation service_set svcLogger loggerLocal loggerRemote
9825DOC_END
9826
9827NAME: adaptation_service_chain
9828TYPE: adaptation_service_chain_type
9829IFDEF: USE_ADAPTATION
9830LOC: none
9831DEFAULT: none
9832DOC_START
9833
9834 Configures a list of complementary services that will be applied
9835 one-by-one, forming an adaptation chain or pipeline. This is useful
9836 when Squid must perform different adaptations on the same message.
9837
9838 adaptation_service_chain chain_name service_name1 svc_name2 ...
9839
9840 The named services are used in the chain declaration order. The first
9841 applicable adaptation service from the chain is used first. The next
9842 applicable service is applied to the successful adaptation results of
9843 the previous service in the chain.
9844
9845 When adaptation starts, broken services are ignored as if they were
9846 not a part of the chain. A broken service is a down optional service.
9847
9848 Request satisfaction terminates the adaptation chain because Squid
9849 does not currently allow declaration of RESPMOD services at the
9850 "reqmod_precache" vectoring point (see icap_service or ecap_service).
9851
9852 The services in a chain must be attached to the same vectoring point
9853 (e.g., pre-cache) and use the same adaptation method (e.g., REQMOD).
9854
9855 A chain may contain a mix of optional and essential services. If an
9856 essential adaptation fails (or the failure cannot be bypassed for
9857 other reasons), the master transaction fails. Otherwise, the failure
9858 is bypassed as if the failed adaptation service was not in the chain.
9859
9860 See also: adaptation_access adaptation_service_set
9861
9862Example:
9863adaptation_service_chain svcRequest requestLogger urlFilter leakDetector
9864DOC_END
9865
9866NAME: adaptation_access
9867TYPE: adaptation_access_type
9868IFDEF: USE_ADAPTATION
9869LOC: none
9870DEFAULT: none
9871DEFAULT_DOC: Allow, unless rules exist in squid.conf.
9872DOC_START
9873 Sends an HTTP transaction to an ICAP or eCAP adaptation service.
9874
9875 adaptation_access service_name allow|deny [!]aclname...
9876 adaptation_access set_name allow|deny [!]aclname...
9877
9878 At each supported vectoring point, the adaptation_access
9879 statements are processed in the order they appear in this
9880 configuration file. Statements pointing to the following services
9881 are ignored (i.e., skipped without checking their ACL):
9882
9883 - services serving different vectoring points
9884 - "broken-but-bypassable" services
9885 - "up" services configured to ignore such transactions
9886 (e.g., based on the ICAP Transfer-Ignore header).
9887
9888 When a set_name is used, all services in the set are checked
9889 using the same rules, to find the first applicable one. See
9890 adaptation_service_set for details.
9891
9892 If an access list is checked and there is a match, the
9893 processing stops: For an "allow" rule, the corresponding
9894 adaptation service is used for the transaction. For a "deny"
9895 rule, no adaptation service is activated.
9896
9897 It is currently not possible to apply more than one adaptation
9898 service at the same vectoring point to the same HTTP transaction.
9899
9900 See also: icap_service and ecap_service
9901
9902Example:
9903adaptation_access service_1 allow all
9904DOC_END
9905
9906NAME: adaptation_service_iteration_limit
9907TYPE: int
9908IFDEF: USE_ADAPTATION
9909LOC: Adaptation::Config::service_iteration_limit
9910DEFAULT: 16
9911DOC_START
9912 Limits the number of iterations allowed when applying adaptation
9913 services to a message. If your longest adaptation set or chain
9914 may have more than 16 services, increase the limit beyond its
9915 default value of 16. If detecting infinite iteration loops sooner
9916 is critical, make the iteration limit match the actual number
9917 of services in your longest adaptation set or chain.
9918
9919 Infinite adaptation loops are most likely with routing services.
9920
9921 See also: icap_service routing=1
9922DOC_END
9923
9924NAME: adaptation_masterx_shared_names
9925TYPE: string
9926IFDEF: USE_ADAPTATION
9927LOC: Adaptation::Config::masterx_shared_name
9928DEFAULT: none
9929DOC_START
9930 For each master transaction (i.e., the HTTP request and response
9931 sequence, including all related ICAP and eCAP exchanges), Squid
9932 maintains a table of metadata. The table entries are (name, value)
9933 pairs shared among eCAP and ICAP exchanges. The table is destroyed
9934 with the master transaction.
9935
9936 This option specifies the table entry names that Squid must accept
9937 from and forward to the adaptation transactions.
9938
9939 An ICAP REQMOD or RESPMOD transaction may set an entry in the
9940 shared table by returning an ICAP header field with a name
9941 specified in adaptation_masterx_shared_names.
9942
9943 An eCAP REQMOD or RESPMOD transaction may set an entry in the
9944 shared table by implementing the libecap::visitEachOption() API
9945 to provide an option with a name specified in
9946 adaptation_masterx_shared_names.
9947
9948 Squid will store and forward the set entry to subsequent adaptation
9949 transactions within the same master transaction scope.
9950
9951 Only one shared entry name is supported at this time.
9952
9953Example:
9954# share authentication information among ICAP services
9955adaptation_masterx_shared_names X-Subscriber-ID
9956DOC_END
9957
9958NAME: adaptation_meta
9959TYPE: note
9960IFDEF: USE_ADAPTATION
9961LOC: Adaptation::Config::metaHeaders()
9962DEFAULT: none
9963DOC_START
9964 This option allows Squid administrator to add custom ICAP request
9965 headers or eCAP options to Squid ICAP requests or eCAP transactions.
9966 Use it to pass custom authentication tokens and other
9967 transaction-state related meta information to an ICAP/eCAP service.
9968
9969 The addition of a meta header is ACL-driven:
9970 adaptation_meta name value [!]aclname ...
9971
9972 Processing for a given header name stops after the first ACL list match.
9973 Thus, it is impossible to add two headers with the same name. If no ACL
9974 lists match for a given header name, no such header is added. For
9975 example:
9976
9977 # do not debug transactions except for those that need debugging
9978 adaptation_meta X-Debug 1 needs_debugging
9979
9980 # log all transactions except for those that must remain secret
9981 adaptation_meta X-Log 1 !keep_secret
9982
9983 # mark transactions from users in the "G 1" group
9984 adaptation_meta X-Authenticated-Groups "G 1" authed_as_G1
9985
9986 The "value" parameter may be a regular squid.conf token or a "double
9987 quoted string". Within the quoted string, use backslash (\) to escape
9988 any character, which is currently only useful for escaping backslashes
9989 and double quotes. For example,
9990 "this string has one backslash (\\) and two \"quotes\""
9991
9992 Used adaptation_meta header values may be logged via %note
9993 logformat code. If multiple adaptation_meta headers with the same name
9994 are used during master transaction lifetime, the header values are
9995 logged in the order they were used and duplicate values are ignored
9996 (only the first repeated value will be logged).
9997DOC_END
9998
9999NAME: icap_retry
10000TYPE: acl_access
10001IFDEF: ICAP_CLIENT
10002LOC: Adaptation::Icap::TheConfig.repeat
10003DEFAULT_IF_NONE: deny all
10004DOC_START
10005 This ACL determines which retriable ICAP transactions are
10006 retried. Transactions that received a complete ICAP response
10007 and did not have to consume or produce HTTP bodies to receive
10008 that response are usually retriable.
10009
10010 icap_retry allow|deny [!]aclname ...
10011
10012 Squid automatically retries some ICAP I/O timeouts and errors
10013 due to persistent connection race conditions.
10014
10015 See also: icap_retry_limit
10016DOC_END
10017
10018NAME: icap_retry_limit
10019TYPE: int
10020IFDEF: ICAP_CLIENT
10021LOC: Adaptation::Icap::TheConfig.repeat_limit
10022DEFAULT: 0
10023DEFAULT_DOC: No retries are allowed.
10024DOC_START
10025 Limits the number of retries allowed.
10026
10027 Communication errors due to persistent connection race
10028 conditions are unavoidable, automatically retried, and do not
10029 count against this limit.
10030
10031 See also: icap_retry
10032DOC_END
10033
10034
10035COMMENT_START
10036 DNS OPTIONS
10037 -----------------------------------------------------------------------------
10038COMMENT_END
10039
10040NAME: check_hostnames
10041TYPE: onoff
10042DEFAULT: off
10043LOC: Config.onoff.check_hostnames
10044DOC_START
10045 For security and stability reasons Squid can check
10046 hostnames for Internet standard RFC compliance. If you want
10047 Squid to perform these checks turn this directive on.
10048DOC_END
10049
10050NAME: allow_underscore
10051TYPE: onoff
10052DEFAULT: on
10053LOC: Config.onoff.allow_underscore
10054DOC_START
10055 Underscore characters is not strictly allowed in Internet hostnames
10056 but nevertheless used by many sites. Set this to off if you want
10057 Squid to be strict about the standard.
10058 This check is performed only when check_hostnames is set to on.
10059DOC_END
10060
10061NAME: dns_retransmit_interval
10062TYPE: time_msec
10063DEFAULT: 5 seconds
10064LOC: Config.Timeout.idns_retransmit
10065DOC_START
10066 Initial retransmit interval for DNS queries. The interval is
10067 doubled each time all configured DNS servers have been tried.
10068DOC_END
10069
10070NAME: dns_timeout
10071TYPE: time_msec
10072DEFAULT: 30 seconds
10073LOC: Config.Timeout.idns_query
10074DOC_START
10075 DNS Query timeout. If no response is received to a DNS query
10076 within this time all DNS servers for the queried domain
10077 are assumed to be unavailable.
10078DOC_END
10079
10080NAME: dns_packet_max
10081TYPE: b_ssize_t
10082DEFAULT_DOC: EDNS disabled
10083DEFAULT: none
10084LOC: Config.dns.packet_max
10085DOC_START
10086 Maximum number of bytes packet size to advertise via EDNS.
10087 Set to "none" to disable EDNS large packet support.
10088
10089 For legacy reasons DNS UDP replies will default to 512 bytes which
10090 is too small for many responses. EDNS provides a means for Squid to
10091 negotiate receiving larger responses back immediately without having
10092 to failover with repeat requests. Responses larger than this limit
10093 will retain the old behaviour of failover to TCP DNS.
10094
10095 Squid has no real fixed limit internally, but allowing packet sizes
10096 over 1500 bytes requires network jumbogram support and is usually not
10097 necessary.
10098
10099 WARNING: The RFC also indicates that some older resolvers will reply
10100 with failure of the whole request if the extension is added. Some
10101 resolvers have already been identified which will reply with mangled
10102 EDNS response on occasion. Usually in response to many-KB jumbogram
10103 sizes being advertised by Squid.
10104 Squid will currently treat these both as an unable-to-resolve domain
10105 even if it would be resolvable without EDNS.
10106DOC_END
10107
10108NAME: dns_defnames
10109COMMENT: on|off
10110TYPE: onoff
10111DEFAULT: off
10112DEFAULT_DOC: Search for single-label domain names is disabled.
10113LOC: Config.onoff.res_defnames
10114DOC_START
10115 Normally the RES_DEFNAMES resolver option is disabled
10116 (see res_init(3)). This prevents caches in a hierarchy
10117 from interpreting single-component hostnames locally. To allow
10118 Squid to handle single-component names, enable this option.
10119DOC_END
10120
10121NAME: dns_multicast_local
10122COMMENT: on|off
10123TYPE: onoff
10124DEFAULT: off
10125DEFAULT_DOC: Search for .local and .arpa names is disabled.
10126LOC: Config.onoff.dns_mdns
10127DOC_START
10128 When set to on, Squid sends multicast DNS lookups on the local
10129 network for domains ending in .local and .arpa.
10130 This enables local servers and devices to be contacted in an
10131 ad-hoc or zero-configuration network environment.
10132DOC_END
10133
10134NAME: dns_nameservers
10135TYPE: SBufList
10136DEFAULT: none
10137DEFAULT_DOC: Use operating system definitions
10138LOC: Config.dns.nameservers
10139DOC_START
10140 Use this if you want to specify a list of DNS name servers
10141 (IP addresses) to use instead of those given in your
10142 /etc/resolv.conf file.
10143
10144 On Windows platforms, if no value is specified here or in
10145 the /etc/resolv.conf file, the list of DNS name servers are
10146 taken from the Windows registry, both static and dynamic DHCP
10147 configurations are supported.
10148
10149 Example: dns_nameservers 10.0.0.1 192.172.0.4
10150DOC_END
10151
10152NAME: hosts_file
10153TYPE: string
10154DEFAULT: @DEFAULT_HOSTS@
10155LOC: Config.etcHostsPath
10156DOC_START
10157 Location of the host-local IP name-address associations
10158 database. Most Operating Systems have such a file on different
10159 default locations:
10160 - Un*X & Linux: /etc/hosts
10161 - Windows NT/2000: %SystemRoot%\system32\drivers\etc\hosts
10162 (%SystemRoot% value install default is c:\winnt)
10163 - Windows XP/2003: %SystemRoot%\system32\drivers\etc\hosts
10164 (%SystemRoot% value install default is c:\windows)
10165 - Windows 9x/Me: %windir%\hosts
10166 (%windir% value is usually c:\windows)
10167 - Cygwin: /etc/hosts
10168
10169 The file contains newline-separated definitions, in the
10170 form ip_address_in_dotted_form name [name ...] names are
10171 whitespace-separated. Lines beginning with an hash (#)
10172 character are comments.
10173
10174 The file is checked at startup and upon configuration.
10175 If set to 'none', it won't be checked.
10176 If append_domain is used, that domain will be added to
10177 domain-local (i.e. not containing any dot character) host
10178 definitions.
10179DOC_END
10180
10181NAME: append_domain
10182TYPE: string
10183LOC: Config.appendDomain
10184DEFAULT: none
10185DEFAULT_DOC: Use operating system definitions
10186DOC_START
10187 Appends local domain name to hostnames without any dots in
10188 them. append_domain must begin with a period.
10189
10190 Be warned there are now Internet names with no dots in
10191 them using only top-domain names, so setting this may
10192 cause some Internet sites to become unavailable.
10193
10194Example:
10195 append_domain .yourdomain.com
10196DOC_END
10197
10198NAME: ignore_unknown_nameservers
10199TYPE: onoff
10200LOC: Config.onoff.ignore_unknown_nameservers
10201DEFAULT: on
10202DOC_START
10203 By default Squid checks that DNS responses are received
10204 from the same IP addresses they are sent to. If they
10205 don't match, Squid ignores the response and writes a warning
10206 message to cache.log. You can allow responses from unknown
10207 nameservers by setting this option to 'off'.
10208DOC_END
10209
10210NAME: ipcache_size
10211COMMENT: (number of entries)
10212TYPE: int
10213DEFAULT: 1024
10214LOC: Config.ipcache.size
10215DOC_START
10216 Maximum number of DNS IP cache entries.
10217DOC_END
10218
10219NAME: ipcache_low
10220COMMENT: (percent)
10221TYPE: int
10222DEFAULT: 90
10223LOC: Config.ipcache.low
10224DOC_NONE
10225
10226NAME: ipcache_high
10227COMMENT: (percent)
10228TYPE: int
10229DEFAULT: 95
10230LOC: Config.ipcache.high
10231DOC_START
10232 The size, low-, and high-water marks for the IP cache.
10233DOC_END
10234
10235NAME: fqdncache_size
10236COMMENT: (number of entries)
10237TYPE: int
10238DEFAULT: 1024
10239LOC: Config.fqdncache.size
10240DOC_START
10241 Maximum number of FQDN cache entries.
10242DOC_END
10243
10244COMMENT_START
10245 MISCELLANEOUS
10246 -----------------------------------------------------------------------------
10247COMMENT_END
10248
10249NAME: configuration_includes_quoted_values
10250COMMENT: on|off
10251TYPE: configuration_includes_quoted_values
10252DEFAULT: off
10253LOC: ConfigParser::RecognizeQuotedValues
10254DOC_START
10255 If set, Squid will recognize each "quoted string" after a configuration
10256 directive as a single parameter. The quotes are stripped before the
10257 parameter value is interpreted or used.
10258 See "Values with spaces, quotes, and other special characters"
10259 section for more details.
10260DOC_END
10261
10262NAME: memory_pools
10263COMMENT: on|off
10264TYPE: onoff
10265DEFAULT: on
10266LOC: Config.onoff.mem_pools
10267DOC_START
10268 If set, Squid will keep pools of allocated (but unused) memory
10269 available for future use. If memory is a premium on your
10270 system and you believe your malloc library outperforms Squid
10271 routines, disable this.
10272DOC_END
10273
10274NAME: memory_pools_limit
10275COMMENT: (bytes)
10276TYPE: b_int64_t
10277DEFAULT: 5 MB
10278LOC: Config.MemPools.limit
10279DOC_START
10280 Used only with memory_pools on:
10281 memory_pools_limit 50 MB
10282
10283 If set to a non-zero value, Squid will keep at most the specified
10284 limit of allocated (but unused) memory in memory pools. All free()
10285 requests that exceed this limit will be handled by your malloc
10286 library. Squid does not pre-allocate any memory, just safe-keeps
10287 objects that otherwise would be free()d. Thus, it is safe to set
10288 memory_pools_limit to a reasonably high value even if your
10289 configuration will use less memory.
10290
10291 If set to none, Squid will keep all memory it can. That is, there
10292 will be no limit on the total amount of memory used for safe-keeping.
10293
10294 To disable memory allocation optimization, do not set
10295 memory_pools_limit to 0 or none. Set memory_pools to "off" instead.
10296
10297 An overhead for maintaining memory pools is not taken into account
10298 when the limit is checked. This overhead is close to four bytes per
10299 object kept. However, pools may actually _save_ memory because of
10300 reduced memory thrashing in your malloc library.
10301DOC_END
10302
10303NAME: forwarded_for
10304COMMENT: on|off|transparent|truncate|delete
10305TYPE: string
10306DEFAULT: on
10307LOC: opt_forwarded_for
10308DOC_START
10309 If set to "on", Squid will append your client's IP address
10310 in the HTTP requests it forwards. By default it looks like:
10311
10312 X-Forwarded-For: 192.1.2.3
10313
10314 If set to "off", it will appear as
10315
10316 X-Forwarded-For: unknown
10317
10318 If set to "transparent", Squid will not alter the
10319 X-Forwarded-For header in any way.
10320
10321 If set to "delete", Squid will delete the entire
10322 X-Forwarded-For header.
10323
10324 If set to "truncate", Squid will remove all existing
10325 X-Forwarded-For entries, and place the client IP as the sole entry.
10326DOC_END
10327
10328NAME: cachemgr_passwd
10329TYPE: cachemgrpasswd
10330DEFAULT: none
10331DEFAULT_DOC: No password. Actions which require password are denied.
10332LOC: Config.passwd_list
10333DOC_START
10334 Specify passwords for cachemgr operations.
10335
10336 Usage: cachemgr_passwd password action action ...
10337
10338 Some valid actions are (see cache manager menu for a full list):
10339 5min
10340 60min
10341 authenticator
10342 cbdata
10343 client_list
10344 comm_incoming
10345 config *
10346 counters
10347 delay
10348 digest_stats
10349 dns
10350 events
10351 filedescriptors
10352 fqdncache
10353 histograms
10354 http_headers
10355 info
10356 io
10357 ipcache
10358 mem
10359 menu
10360 netdb
10361 objects
10362 offline_toggle *
10363 pconn
10364 peer_select
10365 reconfigure *
10366 redirector
10367 refresh
10368 server_list
10369 shutdown *
10370 store_digest
10371 storedir
10372 utilization
10373 via_headers
10374 vm_objects
10375
10376 * Indicates actions which will not be performed without a
10377 valid password, others can be performed if not listed here.
10378
10379 To disable an action, set the password to "disable".
10380 To allow performing an action without a password, set the
10381 password to "none".
10382
10383 Use the keyword "all" to set the same password for all actions.
10384
10385Example:
10386 cachemgr_passwd secret shutdown
10387 cachemgr_passwd lesssssssecret info stats/objects
10388 cachemgr_passwd disable all
10389DOC_END
10390
10391NAME: client_db
10392COMMENT: on|off
10393TYPE: onoff
10394DEFAULT: on
10395LOC: Config.onoff.client_db
10396DOC_START
10397 If you want to disable collecting per-client statistics,
10398 turn off client_db here.
10399DOC_END
10400
10401NAME: refresh_all_ims
10402COMMENT: on|off
10403TYPE: onoff
10404DEFAULT: off
10405LOC: Config.onoff.refresh_all_ims
10406DOC_START
10407 When you enable this option, squid will always check
10408 the origin server for an update when a client sends an
10409 If-Modified-Since request. Many browsers use IMS
10410 requests when the user requests a reload, and this
10411 ensures those clients receive the latest version.
10412
10413 By default (off), squid may return a Not Modified response
10414 based on the age of the cached version.
10415DOC_END
10416
10417NAME: reload_into_ims
10418IFDEF: USE_HTTP_VIOLATIONS
10419COMMENT: on|off
10420TYPE: onoff
10421DEFAULT: off
10422LOC: Config.onoff.reload_into_ims
10423DOC_START
10424 When you enable this option, client no-cache or ``reload''
10425 requests will be changed to If-Modified-Since requests.
10426 Doing this VIOLATES the HTTP standard. Enabling this
10427 feature could make you liable for problems which it
10428 causes.
10429
10430 see also refresh_pattern for a more selective approach.
10431DOC_END
10432
10433NAME: connect_retries
10434TYPE: int
10435LOC: Config.connect_retries
10436DEFAULT: 0
10437DEFAULT_DOC: Do not retry failed connections.
10438DOC_START
10439 Limits the number of reopening attempts when establishing a single
10440 TCP connection. All these attempts must still complete before the
10441 applicable connection opening timeout expires.
10442
10443 By default and when connect_retries is set to zero, Squid does not
10444 retry failed connection opening attempts.
10445
10446 The (not recommended) maximum is 10 tries. An attempt to configure a
10447 higher value results in the value of 10 being used (with a warning).
10448
10449 Squid may open connections to retry various high-level forwarding
10450 failures. For an outside observer, that activity may look like a
10451 low-level connection reopening attempt, but those high-level retries
10452 are governed by forward_max_tries instead.
10453
10454 See also: connect_timeout, forward_timeout, icap_connect_timeout,
10455 and forward_max_tries.
10456DOC_END
10457
10458NAME: retry_on_error
10459TYPE: onoff
10460LOC: Config.retry.onerror
10461DEFAULT: off
10462DOC_START
10463 If set to ON Squid will automatically retry requests when
10464 receiving an error response with status 403 (Forbidden),
10465 500 (Internal Error), 501 or 503 (Service not available).
10466 Status 502 and 504 (Gateway errors) are always retried.
10467
10468 This is mainly useful if you are in a complex cache hierarchy to
10469 work around access control errors.
10470
10471 NOTE: This retry will attempt to find another working destination.
10472 Which is different from the server which just failed.
10473DOC_END
10474
10475NAME: as_whois_server
10476TYPE: string
10477LOC: Config.as_whois_server
10478DEFAULT: whois.ra.net
10479DOC_START
10480 WHOIS server to query for AS numbers. NOTE: AS numbers are
10481 queried only when Squid starts up, not for every request.
10482DOC_END
10483
10484NAME: offline_mode
10485TYPE: onoff
10486LOC: Config.onoff.offline
10487DEFAULT: off
10488DOC_START
10489 Enable this option and Squid will never try to validate cached
10490 objects.
10491DOC_END
10492
10493NAME: uri_whitespace
10494TYPE: uri_whitespace
10495LOC: Config.uri_whitespace
10496DEFAULT: strip
10497DOC_START
10498 What to do with requests that have whitespace characters in the
10499 URI. Options:
10500
10501 strip: The whitespace characters are stripped out of the URL.
10502 This is the behavior recommended by RFC2396 and RFC3986
10503 for tolerant handling of generic URI.
10504 NOTE: This is one difference between generic URI and HTTP URLs.
10505
10506 deny: The request is denied. The user receives an "Invalid
10507 Request" message.
10508 This is the behaviour recommended by RFC2616 for safe
10509 handling of HTTP request URL.
10510
10511 allow: The request is allowed and the URI is not changed. The
10512 whitespace characters remain in the URI. Note the
10513 whitespace is passed to redirector processes if they
10514 are in use.
10515 Note this may be considered a violation of RFC2616
10516 request parsing where whitespace is prohibited in the
10517 URL field.
10518
10519 encode: The request is allowed and the whitespace characters are
10520 encoded according to RFC1738.
10521
10522 chop: The request is allowed and the URI is chopped at the
10523 first whitespace.
10524
10525
10526 NOTE the current Squid implementation of encode and chop violates
10527 RFC2616 by not using a 301 redirect after altering the URL.
10528DOC_END
10529
10530NAME: chroot
10531TYPE: string
10532LOC: Config.chroot_dir
10533DEFAULT: none
10534DOC_START
10535 Specifies a directory where Squid should do a chroot() while
10536 initializing. This also causes Squid to fully drop root
10537 privileges after initializing. This means, for example, if you
10538 use a HTTP port less than 1024 and try to reconfigure, you may
10539 get an error saying that Squid can not open the port.
10540DOC_END
10541
10542NAME: pipeline_prefetch
10543TYPE: pipelinePrefetch
10544LOC: Config.pipeline_max_prefetch
10545DEFAULT: 0
10546DEFAULT_DOC: Do not pre-parse pipelined requests.
10547DOC_START
10548 HTTP clients may send a pipeline of 1+N requests to Squid using a
10549 single connection, without waiting for Squid to respond to the first
10550 of those requests. This option limits the number of concurrent
10551 requests Squid will try to handle in parallel. If set to N, Squid
10552 will try to receive and process up to 1+N requests on the same
10553 connection concurrently.
10554
10555 Defaults to 0 (off) for bandwidth management and access logging
10556 reasons.
10557
10558 NOTE: pipelining requires persistent connections to clients.
10559
10560 WARNING: pipelining breaks NTLM and Negotiate/Kerberos authentication.
10561DOC_END
10562
10563NAME: high_response_time_warning
10564TYPE: int
10565COMMENT: (msec)
10566LOC: Config.warnings.high_rptm
10567DEFAULT: 0
10568DEFAULT_DOC: disabled.
10569DOC_START
10570 If the one-minute median response time exceeds this value,
10571 Squid prints a WARNING with debug level 0 to get the
10572 administrators attention. The value is in milliseconds.
10573DOC_END
10574
10575NAME: high_page_fault_warning
10576TYPE: int
10577LOC: Config.warnings.high_pf
10578DEFAULT: 0
10579DEFAULT_DOC: disabled.
10580DOC_START
10581 If the one-minute average page fault rate exceeds this
10582 value, Squid prints a WARNING with debug level 0 to get
10583 the administrators attention. The value is in page faults
10584 per second.
10585DOC_END
10586
10587NAME: high_memory_warning
10588TYPE: b_size_t
10589LOC: Config.warnings.high_memory
10590IFDEF: HAVE_MSTATS&&HAVE_GNUMALLOC_H
10591DEFAULT: 0 KB
10592DEFAULT_DOC: disabled.
10593DOC_START
10594 If the memory usage (as determined by gnumalloc, if available and used)
10595 exceeds this amount, Squid prints a WARNING with debug level 0 to get
10596 the administrators attention.
10597DOC_END
10598# TODO: link high_memory_warning to mempools?
10599
10600NAME: sleep_after_fork
10601COMMENT: (microseconds)
10602TYPE: int
10603LOC: Config.sleep_after_fork
10604DEFAULT: 0
10605DOC_START
10606 When this is set to a non-zero value, the main Squid process
10607 sleeps the specified number of microseconds after a fork()
10608 system call. This sleep may help the situation where your
10609 system reports fork() failures due to lack of (virtual)
10610 memory. Note, however, if you have a lot of child
10611 processes, these sleep delays will add up and your
10612 Squid will not service requests for some amount of time
10613 until all the child processes have been started.
10614DOC_END
10615
10616NAME: windows_ipaddrchangemonitor
10617IFDEF: _SQUID_WINDOWS_
10618COMMENT: on|off
10619TYPE: onoff
10620DEFAULT: on
10621LOC: Config.onoff.WIN32_IpAddrChangeMonitor
10622DOC_START
10623 On Windows Squid by default will monitor IP address changes and will
10624 reconfigure itself after any detected event. This is very useful for
10625 proxies connected to internet with dial-up interfaces.
10626 In some cases (a Proxy server acting as VPN gateway is one) it could be
10627 desiderable to disable this behaviour setting this to 'off'.
10628 Note: after changing this, Squid service must be restarted.
10629DOC_END
10630
10631NAME: eui_lookup
10632TYPE: onoff
10633IFDEF: USE_SQUID_EUI
10634DEFAULT: on
10635LOC: Eui::TheConfig.euiLookup
10636DOC_START
10637 Whether to lookup the EUI or MAC address of a connected client.
10638DOC_END
10639
10640NAME: max_filedescriptors max_filedesc
10641TYPE: int
10642DEFAULT: 0
10643DEFAULT_DOC: Use operating system soft limit set by ulimit.
10644LOC: Config.max_filedescriptors
10645DOC_START
10646 Set the maximum number of filedescriptors, either below the
10647 operating system default or up to the hard limit.
10648
10649 Remove from squid.conf to inherit the current ulimit soft
10650 limit setting.
10651
10652 Note: Changing this requires a restart of Squid. Also
10653 not all I/O types supports large values (eg on Windows).
10654DOC_END
10655
10656NAME: force_request_body_continuation
10657TYPE: acl_access
10658LOC: Config.accessList.forceRequestBodyContinuation
10659DEFAULT: none
10660DEFAULT_DOC: Deny, unless rules exist in squid.conf.
10661DOC_START
10662 This option controls how Squid handles data upload requests from HTTP
10663 and FTP agents that require a "Please Continue" control message response
10664 to actually send the request body to Squid. It is mostly useful in
10665 adaptation environments.
10666
10667 When Squid receives an HTTP request with an "Expect: 100-continue"
10668 header or an FTP upload command (e.g., STOR), Squid normally sends the
10669 request headers or FTP command information to an adaptation service (or
10670 peer) and waits for a response. Most adaptation services (and some
10671 broken peers) may not respond to Squid at that stage because they may
10672 decide to wait for the HTTP request body or FTP data transfer. However,
10673 that request body or data transfer may never come because Squid has not
10674 responded with the HTTP 100 or FTP 150 (Please Continue) control message
10675 to the request sender yet!
10676
10677 An allow match tells Squid to respond with the HTTP 100 or FTP 150
10678 (Please Continue) control message on its own, before forwarding the
10679 request to an adaptation service or peer. Such a response usually forces
10680 the request sender to proceed with sending the body. A deny match tells
10681 Squid to delay that control response until the origin server confirms
10682 that the request body is needed. Delaying is the default behavior.
10683DOC_END
10684
10685NAME: http_upgrade_request_protocols
10686TYPE: http_upgrade_request_protocols
10687LOC: Config.http_upgrade_request_protocols
10688DEFAULT: none
10689DEFAULT_DOC: Upgrade header dropped, effectively blocking an upgrade attempt.
10690DOC_START
10691 Controls client-initiated and server-confirmed switching from HTTP to
10692 another protocol (or to several protocols) using HTTP Upgrade mechanism
10693 defined in RFC 7230 Section 6.7. Squid itself does not understand the
10694 protocols being upgraded to and participates in the upgraded
10695 communication only as a dumb TCP proxy. Admins should not allow
10696 upgrading to protocols that require a more meaningful proxy
10697 participation.
10698
10699 Usage: http_upgrade_request_protocols <protocol> allow|deny [!]acl ...
10700
10701 The required "protocol" parameter is either an all-caps word OTHER or an
10702 explicit protocol name (e.g. "WebSocket") optionally followed by a slash
10703 and a version token (e.g. "HTTP/3"). Explicit protocol names and
10704 versions are case sensitive.
10705
10706 When an HTTP client sends an Upgrade request header, Squid iterates over
10707 the client-offered protocols and, for each protocol P (with an optional
10708 version V), evaluates the first non-empty set of
10709 http_upgrade_request_protocols rules (if any) from the following list:
10710
10711 * All rules with an explicit protocol name equal to P.
10712 * All rules that use OTHER instead of a protocol name.
10713
10714 In other words, rules using OTHER are considered for protocol P if and
10715 only if there are no rules mentioning P by name.
10716
10717 If both of the above sets are empty, then Squid removes protocol P from
10718 the Upgrade offer.
10719
10720 If the client sent a versioned protocol offer P/X, then explicit rules
10721 referring to the same-name but different-version protocol P/Y are
10722 declared inapplicable. Inapplicable rules are not evaluated (i.e. are
10723 ignored). However, inapplicable rules still belong to the first set of
10724 rules for P.
10725
10726 Within the applicable rule subset, individual rules are evaluated in
10727 their configuration order. If all ACLs of an applicable "allow" rule
10728 match, then the protocol offered by the client is forwarded to the next
10729 hop as is. If all ACLs of an applicable "deny" rule match, then the
10730 offer is dropped. If no applicable rules have matching ACLs, then the
10731 offer is also dropped. The first matching rule also ends rules
10732 evaluation for the offered protocol.
10733
10734 If all client-offered protocols are removed, then Squid forwards the
10735 client request without the Upgrade header. Squid never sends an empty
10736 Upgrade request header.
10737
10738 An Upgrade request header with a value violating HTTP syntax is dropped
10739 and ignored without an attempt to use extractable individual protocol
10740 offers.
10741
10742 Upon receiving an HTTP 101 (Switching Protocols) control message, Squid
10743 checks that the server listed at least one protocol name and sent a
10744 Connection:upgrade response header. Squid does not understand individual
10745 protocol naming and versioning concepts enough to implement stricter
10746 checks, but an admin can restrict HTTP 101 (Switching Protocols)
10747 responses further using http_reply_access. Responses denied by
10748 http_reply_access rules and responses flagged by the internal Upgrade
10749 checks result in HTTP 502 (Bad Gateway) ERR_INVALID_RESP errors and
10750 Squid-to-server connection closures.
10751
10752 If Squid sends an Upgrade request header, and the next hop (e.g., the
10753 origin server) responds with an acceptable HTTP 101 (Switching
10754 Protocols), then Squid forwards that message to the client and becomes
10755 a TCP tunnel.
10756
10757 The presence of an Upgrade request header alone does not preclude cache
10758 lookups. In other words, an Upgrade request might be satisfied from the
10759 cache, using regular HTTP caching rules.
10760
10761 This clause only supports fast acl types.
10762 See https://wiki.squid-cache.org/SquidFaq/SquidAcl for details.
10763
10764 Each of the following groups of configuration lines represents a
10765 separate configuration example:
10766
10767 # never upgrade to protocol Foo; all others are OK
10768 http_upgrade_request_protocols Foo deny all
10769 http_upgrade_request_protocols OTHER allow all
10770
10771 # only allow upgrades to protocol Bar (except for its first version)
10772 http_upgrade_request_protocols Bar/1 deny all
10773 http_upgrade_request_protocols Bar allow all
10774 http_upgrade_request_protocols OTHER deny all # this rule is optional
10775
10776 # only allow upgrades to protocol Baz, and only if Baz is the only offer
10777 acl UpgradeHeaderHasMultipleOffers ...
10778 http_upgrade_request_protocols Baz deny UpgradeHeaderHasMultipleOffers
10779 http_upgrade_request_protocols Baz allow all
10780DOC_END
10781
10782NAME: server_pconn_for_nonretriable
10783TYPE: acl_access
10784DEFAULT: none
10785DEFAULT_DOC: Open new connections for forwarding requests Squid cannot retry safely.
10786LOC: Config.accessList.serverPconnForNonretriable
10787DOC_START
10788 This option provides fine-grained control over persistent connection
10789 reuse when forwarding HTTP requests that Squid cannot retry. It is useful
10790 in environments where opening new connections is very expensive
10791 (e.g., all connections are secured with TLS with complex client and server
10792 certificate validation) and race conditions associated with persistent
10793 connections are very rare and/or only cause minor problems.
10794
10795 HTTP prohibits retrying unsafe and non-idempotent requests (e.g., POST).
10796 Squid limitations also prohibit retrying all requests with bodies (e.g., PUT).
10797 By default, when forwarding such "risky" requests, Squid opens a new
10798 connection to the server or cache_peer, even if there is an idle persistent
10799 connection available. When Squid is configured to risk sending a non-retriable
10800 request on a previously used persistent connection, and the server closes
10801 the connection before seeing that risky request, the user gets an error response
10802 from Squid. In most cases, that error response will be HTTP 502 (Bad Gateway)
10803 with ERR_ZERO_SIZE_OBJECT or ERR_WRITE_ERROR (peer connection reset) error detail.
10804
10805 If an allow rule matches, Squid reuses an available idle persistent connection
10806 (if any) for the request that Squid cannot retry. If a deny rule matches, then
10807 Squid opens a new connection for the request that Squid cannot retry.
10808
10809 This option does not affect requests that Squid can retry. They will reuse idle
10810 persistent connections (if any).
10811
10812 This clause only supports fast acl types.
10813 See https://wiki.squid-cache.org/SquidFaq/SquidAcl for details.
10814
10815 Example:
10816 acl SpeedIsWorthTheRisk method POST
10817 server_pconn_for_nonretriable allow SpeedIsWorthTheRisk
10818DOC_END
10819
10820NAME: happy_eyeballs_connect_timeout
10821COMMENT: (msec)
10822TYPE: int
10823DEFAULT: 250
10824LOC: Config.happyEyeballs.connect_timeout
10825DOC_START
10826 This Happy Eyeballs (RFC 8305) tuning directive specifies the minimum
10827 delay between opening a primary to-server connection and opening a
10828 spare to-server connection for the same master transaction. This delay
10829 is similar to the Connection Attempt Delay in RFC 8305, but it is only
10830 applied to the first spare connection attempt. Subsequent spare
10831 connection attempts use happy_eyeballs_connect_gap, and primary
10832 connection attempts are not artificially delayed at all.
10833
10834 Terminology: The "primary" and "spare" designations are determined by
10835 the order of DNS answers received by Squid: If Squid DNS AAAA query
10836 was answered first, then primary connections are connections to IPv6
10837 peer addresses (while spare connections use IPv4 addresses).
10838 Similarly, if Squid DNS A query was answered first, then primary
10839 connections are connections to IPv4 peer addresses (while spare
10840 connections use IPv6 addresses).
10841
10842 Shorter happy_eyeballs_connect_timeout values reduce master
10843 transaction response time, potentially improving user-perceived
10844 response times (i.e., making user eyeballs happier). Longer delays
10845 reduce both concurrent connection level and server bombardment with
10846 connection requests, potentially improving overall Squid performance
10847 and reducing the chance of being blocked by servers for opening too
10848 many unused connections.
10849
10850 RFC 8305 prohibits happy_eyeballs_connect_timeout values smaller than
10851 10 (milliseconds) to "avoid congestion collapse in the presence of
10852 high packet-loss rates".
10853
10854 The following Happy Eyeballs directives place additional connection
10855 opening restrictions: happy_eyeballs_connect_gap and
10856 happy_eyeballs_connect_limit.
10857DOC_END
10858
10859NAME: happy_eyeballs_connect_gap
10860COMMENT: (msec)
10861TYPE: int
10862DEFAULT: -1
10863DEFAULT_DOC: no artificial delays between spare attempts
10864LOC: Config.happyEyeballs.connect_gap
10865DOC_START
10866 This Happy Eyeballs (RFC 8305) tuning directive specifies the
10867 minimum delay between opening spare to-server connections (to any
10868 server; i.e. across all concurrent master transactions in a Squid
10869 instance). Each SMP worker currently multiplies the configured gap
10870 by the total number of workers so that the combined spare connection
10871 opening rate of a Squid instance obeys the configured limit. The
10872 workers do not coordinate connection openings yet; a micro burst
10873 of spare connection openings may violate the configured gap.
10874
10875 This directive has similar trade-offs as
10876 happy_eyeballs_connect_timeout, but its focus is on limiting traffic
10877 amplification effects for Squid as a whole, while
10878 happy_eyeballs_connect_timeout works on an individual master
10879 transaction level.
10880
10881 The following Happy Eyeballs directives place additional connection
10882 opening restrictions: happy_eyeballs_connect_timeout and
10883 happy_eyeballs_connect_limit. See the former for related terminology.
10884DOC_END
10885
10886NAME: happy_eyeballs_connect_limit
10887TYPE: int
10888DEFAULT: -1
10889DEFAULT_DOC: no artificial limit on the number of concurrent spare attempts
10890LOC: Config.happyEyeballs.connect_limit
10891DOC_START
10892 This Happy Eyeballs (RFC 8305) tuning directive specifies the
10893 maximum number of spare to-server connections (to any server; i.e.
10894 across all concurrent master transactions in a Squid instance).
10895 Each SMP worker gets an equal share of the total limit. However,
10896 the workers do not share the actual connection counts yet, so one
10897 (busier) worker cannot "borrow" spare connection slots from another
10898 (less loaded) worker.
10899
10900 Setting this limit to zero disables concurrent use of primary and
10901 spare TCP connections: Spare connection attempts are made only after
10902 all primary attempts fail. However, Squid would still use the
10903 DNS-related optimizations of the Happy Eyeballs approach.
10904
10905 This directive has similar trade-offs as happy_eyeballs_connect_gap,
10906 but its focus is on limiting Squid overheads, while
10907 happy_eyeballs_connect_gap focuses on the origin server and peer
10908 overheads.
10909
10910 The following Happy Eyeballs directives place additional connection
10911 opening restrictions: happy_eyeballs_connect_timeout and
10912 happy_eyeballs_connect_gap. See the former for related terminology.
10913DOC_END
10914
10915EOF