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