1 ## Copyright (C) 1996-2025 The Squid Software Foundation and contributors
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.
10 ----------------------------
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/
16 You may wish to look at the Squid home page and wiki for the
17 FAQ and other documentation:
18 http://www.squid-cache.org/
19 https://wiki.squid-cache.org/SquidFaq
20 https://wiki.squid-cache.org/ConfigExamples
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.
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.
33 Configuration options can be included using the "include" directive.
34 Include takes a list of files to include. Quoting and wildcards are
39 include /path/to/included/file/squid.acl.config
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
46 Values with byte units
48 Squid accepts size units on some size related directives. All
49 such directives are documented with a default value displaying
52 Units accepted by Squid are:
54 KB - Kilobyte (2^10, 1'024 bytes)
55 MB - Megabyte (2^20, 1'048'576 bytes)
56 GB - Gigabyte (2^30, 1'073'741'824 bytes)
57 Squid does not yet support KiB, MiB, and GiB unit names.
59 Values with time units
61 Time-related directives marked with either "time-units" or
62 "time-units-small" accept a time unit. The supported time units are:
64 nanosecond (time-units-small only)
65 microsecond (time-units-small only)
74 year - 31557790080 milliseconds (just over 365 days)
77 Values with spaces, quotes, and other special characters
79 Squid supports directive parameters with spaces, quotes, and other
80 special characters. Surround such parameters with "double quotes". Use
81 the configuration_includes_quoted_values directive to enable or
84 Squid supports reading configuration option parameters from external
85 files using the syntax:
86 parameters("/path/filename")
88 acl allowlist dstdomain parameters("/etc/squid/allowlist.txt")
90 Conditional configuration
92 If-statements can be used to make configuration directives
96 ... regular configuration directives ...
98 ... regular configuration directives ...]
101 The else part is optional. The keywords "if", "else", and "endif"
102 must be typed on their own lines, as if they were regular
103 configuration directives.
105 NOTE: An else-if condition is not supported.
107 These individual conditions types are supported:
110 Always evaluates to true.
112 Always evaluates to false.
113 <integer> = <integer>
114 Equality comparison of two integer numbers.
119 The following SMP-related preprocessor macros can be used.
121 ${process_name} expands to the current Squid process "name"
122 (e.g., squid1, squid2, or cache1).
124 ${process_number} expands to the current Squid process
125 identifier, which is an integer number (e.g., 1, 2, 3) unique
126 across all Squid processes of the current service instance.
128 ${service_name} expands into the current Squid service instance
129 name identifier which is provided by -n on the command line.
133 Logformat macros can be used in many places outside of the logformat
134 directive. In theory, all of the logformat codes can be used as %macros,
135 where they are supported. In practice, a %macro expands as a dash (-) when
136 the transaction does not yet have enough information and a value is needed.
138 There is no definitive list of what tokens are available at the various
139 stages of the transaction.
141 And some information may already be available to Squid but not yet
142 committed where the macro expansion code can access it (report
143 such instances!). The macro will be expanded into a single dash
144 ('-') in such cases. Not all macros have been tested.
148 # options still not yet ported from 2.7 to 3.x
149 NAME: broken_vary_encoding
152 This option is not yet supported by Squid-3.
158 This option is not yet supported by Squid-3.
164 This option is not yet supported by Squid-3.
167 NAME: external_refresh_check
170 This option is not yet supported by Squid-3.
173 NAME: location_rewrite_program location_rewrite_access location_rewrite_children location_rewrite_concurrency
176 This option is not yet supported by Squid-3.
179 NAME: refresh_stale_hit
182 This option is not yet supported by Squid-3.
185 # Options removed in 7.x
189 Remove this line. Squid no longer supports this feature.
193 # Options removed in 6.x
197 Remove this line. Squid no longer supports this feature.
203 Remove this line. Squid no longer supports this feature.
206 NAME: announce_period
209 Remove this line. Squid no longer supports this feature.
215 Remove this line. Squid no longer supports this feature.
218 NAME: request_entities
221 Remove this line. Squid now accepts HTTP/1.1 requests with bodies.
222 To simplify UI and code, Squid rejects certain HTTP/1.0 requests with bodies.
225 # Options removed in 5.x
229 Remove this line. Squid no longer supports preferential treatment of DNS A records.
232 # Options removed in 4.x
233 NAME: cache_peer_domain cache_host_domain
236 Replace with dstdomain ACLs and cache_peer_access.
242 Remove this line. The behaviour enabled by this is no longer needed.
245 NAME: sslproxy_cafile
248 Remove this line. Use tls_outgoing_options cafile= instead.
251 NAME: sslproxy_capath
254 Remove this line. Use tls_outgoing_options capath= instead.
257 NAME: sslproxy_cipher
260 Remove this line. Use tls_outgoing_options cipher= instead.
263 NAME: sslproxy_client_certificate
266 Remove this line. Use tls_outgoing_options cert= instead.
269 NAME: sslproxy_client_key
272 Remove this line. Use tls_outgoing_options key= instead.
278 Remove this line. Use tls_outgoing_options flags= instead.
281 NAME: sslproxy_options
284 Remove this line. Use tls_outgoing_options options= instead.
287 NAME: sslproxy_version
290 Remove this line. Use tls_outgoing_options options= instead.
293 # Options removed in 3.5
294 NAME: hierarchy_stoplist
297 Remove this line. Use always_direct or cache_peer_access ACLs instead if you need to prevent cache_peer use.
300 # Options removed in 3.4
304 Remove this line. Use acls with access_log directives to control access logging
310 Remove this line. Use acls with icap_log directives to control icap logging
313 # Options Removed in 3.3
314 NAME: ignore_ims_on_miss
317 Remove this line. The HTTP/1.1 feature is now configured by 'cache_miss_revalidate'.
320 # Options Removed in 3.2
321 NAME: balance_on_multiple_ip
324 Remove this line. Squid performs a 'Happy Eyeballs' algorithm, this multiple-IP algorithm is not longer relevant.
327 NAME: chunked_request_body_max_size
330 Remove this line. Squid is now HTTP/1.1 compliant.
333 NAME: dns_v4_fallback
336 Remove this line. Squid performs a 'Happy Eyeballs' algorithm, the 'fallback' algorithm is no longer relevant.
339 NAME: emulate_httpd_log
342 Replace this with an access_log directive using the format 'common' or 'combined'.
348 Use a regular access.log with ACL limiting it to MISS events.
354 Remove this line. Configure FTP page display using the CSS controls in errorpages.css instead.
357 NAME: ignore_expect_100
360 Remove this line. The HTTP/1.1 feature is now fully supported by default.
366 Remove this option from your config. To log FQDN use %>A in the log format.
369 NAME: log_ip_on_direct
372 Remove this option from your config. To log server or peer names use %<A in the log format.
375 NAME: maximum_single_addr_tries
378 Replaced by connect_retries. The behaviour has changed, please read the documentation before altering.
381 NAME: referer_log referrer_log
384 Replace this with an access_log directive using the format 'referrer'.
390 Remove this line. The feature is supported by default in storage types where update is implemented.
393 NAME: url_rewrite_concurrency
396 Remove this line. Set the 'concurrency=' option of url_rewrite_children instead.
402 Replace this with an access_log directive using the format 'useragent'.
405 # Options Removed in 3.1
409 Remove this line. DNS is no longer tested on startup.
412 NAME: extension_methods
415 Remove this line. All valid methods for HTTP are accepted by default.
418 # 2.7 Options Removed/Replaced in 3.2
423 # 2.7 Options Removed/Replaced in 3.1
431 Remove this line. HTTP/1.1 is supported by default.
434 NAME: upgrade_http0.9
437 Remove this line. ICY/1.0 streaming protocol is supported by default.
440 NAME: zph_local zph_mode zph_option zph_parent zph_sibling
443 Alter these entries. Use the qos_flows directive instead.
446 # Options Removed in 3.0
450 Since squid-3.0 replace with request_header_access or reply_header_access
451 depending on whether you wish to match client requests or server replies.
454 NAME: httpd_accel_no_pmtu_disc
457 Since squid-3.0 use the 'disable-pmtu-discovery' flag on http_port instead.
460 NAME: wais_relay_host
463 Replace this line with 'cache_peer' configuration.
466 NAME: wais_relay_port
469 Replace this line with 'cache_peer' configuration.
474 -----------------------------------------------------------------------------
481 DEFAULT_DOC: SMP support disabled.
483 Number of main Squid processes or "workers" to fork and maintain.
484 0: "no daemon" mode, like running "squid -N ..."
485 1: "no SMP" mode, start one main Squid process daemon (default)
486 N: start N main Squid process daemons (i.e., SMP mode)
488 In SMP mode, each worker does nearly all what a single Squid daemon
489 does (e.g., listen on http_port and forward HTTP requests).
491 Changing the number of workers requires a restart: Squid warns about but
492 otherwise ignores attempts to change this setting via reconfiguration.
495 NAME: cpu_affinity_map
497 LOC: Config.cpuAffinityMap
499 DEFAULT_DOC: Let operating system decide.
501 Usage: cpu_affinity_map process_numbers=P1,P2,... cores=C1,C2,...
503 Sets 1:1 mapping between Squid processes and CPU cores. For example,
505 cpu_affinity_map process_numbers=1,2,3,4 cores=1,3,5,7
507 affects processes 1 through 4 only and places them on the first
508 four even cores, starting with core #1.
510 CPU cores are numbered starting from 1. Requires support for
511 sched_getaffinity(2) and sched_setaffinity(2) system calls.
513 Multiple cpu_affinity_map options are merged.
518 NAME: shared_memory_locking
521 LOC: Config.shmLocking
524 Whether to ensure that all required shared memory is available by
525 "locking" that shared memory into RAM when Squid starts. The
526 alternative is faster startup time followed by slightly slower
527 performance and, if not enough RAM is actually available during
528 runtime, mysterious crashes.
530 SMP Squid uses many shared memory segments. These segments are
531 brought into Squid memory space using an mmap(2) system call. During
532 Squid startup, the mmap() call often succeeds regardless of whether
533 the system has enough RAM. In general, Squid cannot tell whether the
534 kernel applies this "optimistic" memory allocation policy (but
535 popular modern kernels usually use it).
537 Later, if Squid attempts to actually access the mapped memory
538 regions beyond what the kernel is willing to allocate, the
539 "optimistic" kernel simply kills Squid kid with a SIGBUS signal.
540 Some of the memory limits enforced by the kernel are currently
541 poorly understood: We do not know how to detect and check them. This
542 option ensures that the mapped memory will be available.
544 This option may have a positive performance side-effect: Locking
545 memory at start avoids runtime paging I/O. Paging slows Squid down.
547 Locking memory may require a large enough RLIMIT_MEMLOCK OS limit,
548 CAP_IPC_LOCK capability, or equivalent.
551 NAME: hopeless_kid_revival_delay
554 LOC: Config.hopelessKidRevivalDelay
557 Normally, when a kid process dies, Squid immediately restarts the
558 kid. A kid experiencing frequent deaths is marked as "hopeless" for
559 the duration specified by this directive. Hopeless kids are not
560 automatically restarted.
562 Currently, zero values are not supported because they result in
563 misconfigured SMP Squid instances running forever, endlessly
564 restarting each dying kid. To effectively disable hopeless kids
565 revival, set the delay to a huge value (e.g., 1 year).
567 Reconfiguration also clears all hopeless kids designations, allowing
568 for manual revival of hopeless kids.
572 OPTIONS FOR AUTHENTICATION
573 -----------------------------------------------------------------------------
579 LOC: Auth::TheConfig.schemes
582 This is used to define parameters for the various authentication
583 schemes supported by Squid.
585 format: auth_param scheme parameter [setting]
587 The order in which authentication schemes are presented to the client is
588 dependent on the order the scheme first appears in config file. IE
589 has a bug (it's not RFC 2617 compliant) in that it will use the basic
590 scheme if basic is the first entry presented, even if more secure
591 schemes are presented. For now use the order in the recommended
592 settings section below. If other browsers have difficulties (don't
593 recognize the schemes offered even if you are using basic) either
594 put basic first, or disable the other schemes (by commenting out their
597 Once an authentication scheme is fully configured, it can only be
598 shutdown by shutting squid down and restarting. Changes can be made on
599 the fly and activated with a reconfigure. I.E. You can change to a
600 different helper, but not unconfigure the helper completely.
602 Please note that while this directive defines how Squid processes
603 authentication it does not automatically activate authentication. For a
604 given transaction, (re)authentication is requested in two primary cases
605 detailed below: initial authentication and re-authentication.
607 A client without credentials is requested to authenticate if one of the
608 following ACLs is evaluated by an http_access or adapted_http_access rule:
611 * proxy_auth_regex ACL
613 * external ACL with %ul logformat %code used in FORMAT parameters
614 * external ACL with %LOGIN macro used in FORMAT parameters;
615 this legacy macro currently behaves the same as %ul logformat %code
617 A client with credentials is requested to re-authenticate if http_access
618 or adapted_http_access denies its request _and_ the last evaluated ACL was
619 either proxy_auth, proxy_auth_regex, or an external
620 ACL with %ul or %LOGIN parameter (regardless of whether that last
621 evaluated ACL matched the denied request). Note that a max_user_ip ACL
622 does not have this effect: Requests denied after evaluating max_user_ip
623 trigger an HTTP 403 (Forbidden) response rather than re-authentication.
625 In both initial authentication and re-authentication cases, client access
626 is denied, typically with an HTTP 407 (Proxy Authentication Required) or
627 an HTTP 401 (Unauthorized) response.
629 WARNING: authentication can't be used in a transparently intercepting
630 proxy as the client then thinks it is talking to an origin server and
631 not the proxy. This is a limitation of bending the TCP/IP protocol to
632 transparently intercepting port 80, not a limitation in Squid.
633 Ports flagged 'transparent', 'intercept', or 'tproxy' have
634 authentication disabled.
636 === Parameters common to all schemes. ===
639 Specifies the command for the external authenticator.
641 By default, each authentication scheme is not used unless a
642 program is specified.
644 See https://wiki.squid-cache.org/Features/AddonHelpers for
645 more details on helper operations and creating your own.
648 Specifies a string to be append to request line format for
649 the authentication helper. "Quoted" format values may contain
650 spaces and logformat %macros. In theory, any logformat %macro
651 can be used. In practice, a %macro expands as a dash (-) if
652 the helper request is sent before the required macro
653 information is available to Squid.
655 By default, Squid uses request formats provided in
656 scheme-specific examples below (search for %credentials).
658 The expanded key_extras value is added to the Squid credentials
659 cache and, hence, will affect authentication. It can be used to
660 authenticate different users with identical user names (e.g.,
661 when user authentication depends on http_port).
663 Avoid adding frequently changing information to key_extras. For
664 example, if you add user source IP, and it changes frequently
665 in your environment, then max_user_ip ACL is going to treat
666 every user+IP combination as a unique "user", breaking the ACL
667 and wasting a lot of memory on those user records. It will also
668 force users to authenticate from scratch whenever their IP
672 Specifies the protection scope (aka realm name) which is to be
673 reported to the client for the authentication scheme. It is
674 commonly part of the text the user will see when prompted for
675 their username and password.
677 For Basic the default is "Squid proxy-caching web server".
678 For Digest there is no default, this parameter is mandatory.
679 For NTLM and Negotiate this parameter is ignored.
681 "children" numberofchildren [startup=N] [idle=N] [concurrency=N]
682 [queue-size=N] [on-persistent-overload=action]
683 [reservation-timeout=seconds]
685 The maximum number of authenticator processes to spawn. If
686 you start too few Squid will have to wait for them to process
687 a backlog of credential verifications, slowing it down. When
688 password verifications are done via a (slow) network you are
689 likely to need lots of authenticator processes.
691 The startup= and idle= options permit some skew in the exact
692 amount run. A minimum of startup=N will begin during startup
693 and reconfigure. Squid will start more in groups of up to
694 idle=N in an attempt to meet traffic needs and to keep idle=N
695 free above those traffic needs up to the maximum.
697 The concurrency= option sets the number of concurrent requests
698 the helper can process. The default of 0 is used for helpers
699 who only supports one request at a time. Setting this to a
700 number greater than 0 changes the protocol used to include a
701 channel ID field first on the request/response line, allowing
702 multiple requests to be sent to the same helper in parallel
703 without waiting for the response.
705 Concurrency must not be set unless it's known the helper
706 supports the input format with channel-ID fields.
708 The queue-size option sets the maximum number of queued
709 requests. A request is queued when no existing child can
710 accept it due to concurrency limit and no new child can be
711 started due to numberofchildren limit. The default maximum is
712 2*numberofchildren. Squid is allowed to temporarily exceed the
713 configured maximum, marking the affected helper as
714 "overloaded". If the helper overload lasts more than 3
715 minutes, the action prescribed by the on-persistent-overload
718 The on-persistent-overload=action option specifies Squid
719 reaction to a new helper request arriving when the helper
720 has been overloaded for more that 3 minutes already. The number
721 of queued requests determines whether the helper is overloaded
722 (see the queue-size option).
724 Two actions are supported:
726 die Squid worker quits. This is the default behavior.
728 ERR Squid treats the helper request as if it was
729 immediately submitted, and the helper immediately
730 replied with an ERR response. This action has no effect
731 on the already queued and in-progress helper requests.
733 NOTE: NTLM and Negotiate schemes do not support concurrency
734 in the Squid code module even though some helpers can.
736 The reservation-timeout=seconds option allows NTLM and Negotiate
737 helpers to forget about clients that abandon their in-progress
738 connection authentication without closing the connection. The
739 timeout is measured since the last helper response received by
740 Squid for the client. Fractional seconds are not supported.
742 After the timeout, the helper will be used for other clients if
743 there are no unreserved helpers available. In the latter case,
744 the old client attempt to resume authentication will not be
745 forwarded to the helper (and the client should open a new HTTP
746 connection and retry authentication from scratch).
748 By default, reservations do not expire and clients that keep
749 their connections open without completing authentication may
750 exhaust all NTLM and Negotiate helpers.
753 If you experience problems with PUT/POST requests when using
754 the NTLM or Negotiate schemes then you can try setting this
755 to off. This will cause Squid to forcibly close the connection
756 on the initial request where the browser asks which schemes
757 are supported by the proxy.
759 For Basic and Digest this parameter is ignored.
762 Useful for sending credentials to authentication backends that
763 expect UTF-8 encoding (e.g., LDAP).
765 When this option is enabled, Squid uses HTTP Accept-Language
766 request header to guess the received credentials encoding
767 (ISO-Latin-1, CP1251, or UTF-8) and then converts the first
768 two encodings into UTF-8.
770 When this option is disabled and by default, Squid sends
771 credentials in their original (i.e. received) encoding.
773 This parameter is only honored for Basic and Digest schemes.
774 For Basic, the entire username:password credentials are
775 checked and, if necessary, re-encoded. For Digest -- just the
776 username component. For NTLM and Negotiate schemes, this
777 parameter is ignored.
779 IF HAVE_AUTH_MODULE_BASIC
780 === Basic authentication parameters ===
782 "credentialsttl" timetolive
783 Specifies how long squid assumes an externally validated
784 username:password pair is valid for - in other words how
785 often the helper program is called for that user. Set this
786 low to force revalidation with short lived passwords.
788 NOTE: setting this high does not impact your susceptibility
789 to replay attacks unless you are using an one-time password
790 system (such as SecureID). If you are using such a system,
791 you will be vulnerable to replay attacks unless you also
792 use the max_user_ip ACL in an http_access rule.
794 "casesensitive" on|off
795 Specifies whether upper case letters in client-sent usernames are
796 preserved. By default and when explicitly set to "off", a username
797 extracted from Proxy-Authorization or Authorization request header is
798 forced to lower case before user credentials are checked or stored.
800 Most user databases are case insensitive, allowing the same username to be
801 spelled using both lower and upper case letters. For such databases,
802 either setting should work, but forcing usernames to lower case may
803 still make a big difference for Squid internal caches like those used by
804 an external ACL with %un logformat code in FORMAT and a user_max_ip ACL.
806 When working with a case sensitive database, set casesensitive to "on".
808 Squid ACLs like proxy_auth are case-sensitive by default. An ACL using
809 upper case letters in user names (e.g., `acl badGuys proxy_auth Bob`)
810 will not match any user with Basic Authentication credentials unless
811 casesensitive is explicitly turned "on" (to preserve "Bob" username
812 instead of converting it to "bob" before the ACL is checked).
815 IF HAVE_AUTH_MODULE_DIGEST
816 === Digest authentication parameters ===
818 "nonce_garbage_interval" timeinterval
819 Specifies the interval that nonces that have been issued
820 to client_agent's are checked for validity.
822 "nonce_max_duration" timeinterval
823 Specifies the maximum length of time a given nonce will be
826 "nonce_max_count" number
827 Specifies the maximum number of times a given nonce can be
830 "nonce_strictness" on|off
831 Determines if squid requires strict increment-by-1 behavior
832 for nonce counts, or just incrementing (off - for use when
833 user agents generate nonce counts that occasionally miss 1
834 (ie, 1,2,4,6)). Default off.
836 "check_nonce_count" on|off
837 This directive if set to off can disable the nonce count check
838 completely to work around buggy digest qop implementations in
839 certain mainstream browser versions. Default on to check the
840 nonce count to protect from authentication replay attacks.
842 "post_workaround" on|off
843 This is a workaround to certain buggy browsers who send an
844 incorrect request digest in POST requests when reusing the
845 same nonce as acquired earlier on a GET request.
849 === Example Configuration ===
851 This configuration displays the recommended authentication scheme
852 order from most to least secure with recommended minimum configuration
853 settings for each scheme:
855 #auth_param negotiate program <uncomment and complete this line to activate>
856 #auth_param negotiate children 20 startup=0 idle=1
858 #auth_param digest program <uncomment and complete this line to activate>
859 #auth_param digest children 20 startup=0 idle=1
860 #auth_param digest realm Squid proxy-caching web server
861 #auth_param digest nonce_garbage_interval 5 minutes
862 #auth_param digest nonce_max_duration 30 minutes
863 #auth_param digest nonce_max_count 50
865 #auth_param ntlm program <uncomment and complete this line to activate>
866 #auth_param ntlm children 20 startup=0 idle=1
868 #auth_param basic program <uncomment and complete this line>
869 #auth_param basic children 5 startup=5 idle=1
870 #auth_param basic credentialsttl 2 hours
873 NAME: authenticate_cache_garbage_interval
877 LOC: Auth::TheConfig.garbageCollectInterval
879 The time period between garbage collection across the username cache.
880 This is a trade-off between memory utilization (long intervals - say
881 2 days) and CPU (short intervals - say 1 minute). Only change if you
885 NAME: authenticate_ttl
889 LOC: Auth::TheConfig.credentialsTtl
891 The time a user & their credentials stay in the logged in
892 user cache since their last request. When the garbage
893 interval passes, all user credentials that have passed their
894 TTL are removed from memory.
897 NAME: authenticate_ip_ttl
900 LOC: Auth::TheConfig.ipTtl
903 If you use proxy authentication and the 'max_user_ip' ACL,
904 this directive controls how long Squid remembers the IP
905 addresses associated with each user. Use a small value
906 (e.g., 60 seconds) if your users might change addresses
907 quickly, as is the case with dialup. You might be safe
908 using a larger value (e.g., 2 hours) in a corporate LAN
909 environment with relatively static address assignments.
914 -----------------------------------------------------------------------------
917 NAME: external_acl_type
918 TYPE: externalAclHelper
919 LOC: Config.externalAclHelperList
922 This option defines external acl classes using a helper program
923 to look up the status
925 external_acl_type name [options] FORMAT /path/to/helper [helper arguments]
929 ttl=n TTL in seconds for cached results (defaults to 3600
933 TTL for cached negative lookups (default same
936 grace=n Percentage remaining of TTL where a refresh of a
937 cached entry should be initiated without needing to
938 wait for a new reply. (default is for no grace period)
940 cache=n The maximum number of entries in the result cache. The
941 default limit is 262144 entries. Each cache entry usually
942 consumes at least 256 bytes. Squid currently does not remove
943 expired cache entries until the limit is reached, so a proxy
944 will sooner or later reach the limit. The expanded FORMAT
945 value is used as the cache key, so if the details in FORMAT
946 are highly variable, a larger cache may be needed to produce
947 reduction in helper load.
950 Maximum number of acl helper processes spawned to service
951 external acl lookups of this type. (default 5)
954 Minimum number of acl helper processes to spawn during
955 startup and reconfigure to service external acl lookups
956 of this type. (default 0)
959 Number of acl helper processes to keep ahead of traffic
960 loads. Squid will spawn this many at once whenever load
961 rises above the capabilities of existing processes.
962 Up to the value of children-max. (default 1)
964 concurrency=n concurrency level per process. Only used with helpers
965 capable of processing more than one query at a time.
967 queue-size=N The queue-size option sets the maximum number of
968 queued requests. A request is queued when no existing
969 helper can accept it due to concurrency limit and no
970 new helper can be started due to children-max limit.
971 If the queued requests exceed queue size, the acl is
972 ignored. The default value is set to 2*children-max.
974 protocol=2.5 Compatibility mode for Squid-2.5 external acl helpers.
976 ipv4 / ipv6 IP protocol used to communicate with this helper.
977 The default is to auto-detect IPv6 and use it when available.
980 FORMAT is a series of %macro codes. See logformat directive for a full list
981 of the accepted codes. Although note that at the time of any external ACL
982 being tested data may not be available and thus some %macro expand to '-'.
984 In addition to the logformat codes; when processing external ACLs these
985 additional macros are made available:
987 %ACL The name of the ACL being tested.
989 %DATA The ACL arguments specified in the referencing config
990 'acl ... external' line, separated by spaces (an
991 "argument string"). see acl external.
993 If there are no ACL arguments %DATA expands to '-'.
995 If you do not specify a DATA macro inside FORMAT,
996 Squid automatically appends %DATA to your FORMAT.
997 Note that Squid-3.x may expand %DATA to whitespace
998 or nothing in this case.
1000 By default, Squid applies URL-encoding to each ACL
1001 argument inside the argument string. If an explicit
1002 encoding modifier is used (e.g., %#DATA), then Squid
1003 encodes the whole argument string as a single token
1004 (e.g., with %#DATA, spaces between arguments become
1007 If SSL is enabled, the following formatting codes become available:
1009 %USER_CERT SSL User certificate in PEM format
1010 %USER_CERTCHAIN SSL User certificate chain in PEM format
1011 %USER_CERT_xx SSL User certificate subject attribute xx
1012 %USER_CA_CERT_xx SSL User certificate issuer attribute xx
1015 NOTE: all other format codes accepted by older Squid versions
1019 General request syntax:
1021 [channel-ID] FORMAT-values
1024 FORMAT-values consists of transaction details expanded with
1025 whitespace separation per the config file FORMAT specification
1026 using the FORMAT macros listed above.
1028 Request values sent to the helper are URL escaped to protect
1029 each value in requests against whitespaces.
1031 If using protocol=2.5 then the request sent to the helper is not
1032 URL escaped to protect against whitespace.
1034 NOTE: protocol=3.0 is deprecated as no longer necessary.
1036 When using the concurrency= option the protocol is changed by
1037 introducing a query channel tag in front of the request/response.
1038 The query channel tag is a number between 0 and concurrency-1.
1039 This value must be echoed back unchanged to Squid as the first part
1040 of the response relating to its request.
1043 The helper receives lines expanded per the above format specification
1044 and for each input line returns 1 line starting with OK/ERR/BH result
1045 code and optionally followed by additional keywords with more details.
1048 General result syntax:
1050 [channel-ID] result keyword=value ...
1052 Result consists of one of the codes:
1055 the ACL test produced a match.
1058 the ACL test does not produce a match.
1061 An internal error occurred in the helper, preventing
1062 a result being identified.
1064 The meaning of 'a match' is determined by your squid.conf
1065 access control configuration. See the Squid wiki for details.
1069 user= The users name (login)
1071 password= The users password (for login= cache_peer option)
1073 message= Message describing the reason for this response.
1074 Available as %o in error pages.
1075 Useful on (ERR and BH results).
1077 tag= Apply a tag to a request. Only sets a tag once,
1078 does not alter existing tags.
1080 log= String to be logged in access.log. Available as
1081 %ea in logformat specifications.
1083 clt_conn_tag= Associates a TAG with the client TCP connection.
1084 Please see url_rewrite_program related documentation
1087 Any keywords may be sent on any response whether OK, ERR or BH.
1089 All response keyword values need to be a single token with URL
1090 escaping, or enclosed in double quotes (") and escaped using \ on
1091 any double quotes or \ characters within the value. The wrapping
1092 double quotes are removed before the value is interpreted by Squid.
1093 \r and \n are also replace by CR and LF.
1095 Some example key values:
1099 user="J. \"Bob\" Smith"
1104 LOC: Config.namedAcls
1106 DEFAULT: ssl::certHasExpired ssl_error X509_V_ERR_CERT_HAS_EXPIRED
1107 DEFAULT: ssl::certNotYetValid ssl_error X509_V_ERR_CERT_NOT_YET_VALID
1108 DEFAULT: ssl::certDomainMismatch ssl_error SQUID_X509_V_ERR_DOMAIN_MISMATCH
1109 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
1110 DEFAULT: ssl::certSelfSigned ssl_error X509_V_ERR_DEPTH_ZERO_SELF_SIGNED_CERT
1112 DEFAULT: all src all
1113 DEFAULT: manager url_regex +i ^[^:]+://[^/]+/squid-internal-mgr/
1114 DEFAULT: localhost src 127.0.0.1/32 ::1
1115 DEFAULT: to_localhost dst 127.0.0.0/8 0.0.0.0/32 ::1/128 ::/128
1116 DEFAULT: to_linklocal dst 169.254.0.0/16 fe80::/10
1117 DEFAULT: CONNECT method CONNECT
1118 DEFAULT_DOC: ACLs all, manager, localhost, to_localhost, to_linklocal, and CONNECT are predefined.
1120 Defining an Access List
1122 Every access list definition must begin with an aclname and acltype,
1123 followed by either type-specific arguments or a quoted filename that
1126 acl aclname acltype argument ...
1127 acl aclname acltype "file" ...
1129 When using "file", the file should contain one item per line.
1134 Some acl types supports options which changes their default behaviour:
1136 -i,+i By default, regular expressions are CASE-SENSITIVE. To make them
1137 case-insensitive, use the -i option. To return case-sensitive
1138 use the +i option between patterns, or make a new ACL line
1141 -n Disable lookups and address type conversions. If lookup or
1142 conversion is required because the parameter type (IP or
1143 domain name) does not match the message address type (domain
1144 name or IP), then the ACL would immediately declare a mismatch
1145 without any warnings or lookups.
1148 Perform a list membership test, interpreting values as
1149 comma-separated token lists and matching against individual
1150 tokens instead of whole values.
1151 The optional "delimiters" parameter specifies one or more
1152 alternative non-alphanumeric delimiter characters.
1153 non-alphanumeric delimiter characters.
1155 -- Used to stop processing all options, in the case the first acl
1156 value has '-' character as first character (for example the '-'
1157 is a valid domain name)
1159 Some acl types require suspending the current request in order
1160 to access some external data source.
1161 Those which do are marked with the tag [slow], those which
1162 don't are marked as [fast].
1163 See https://wiki.squid-cache.org/SquidFaq/SquidAcl
1164 for further information
1166 ***** ACL TYPES AVAILABLE *****
1168 acl aclname src ip-address/mask ... # clients IP address [fast]
1169 acl aclname src addr1-addr2/mask ... # range of addresses [fast]
1170 acl aclname dst [-n] ip-address/mask ... # URL host's IP address [slow]
1171 acl aclname localip ip-address/mask ... # IP address the client connected to [fast]
1174 acl aclname arp mac-address ...
1175 acl aclname eui64 eui64-address ...
1177 # MAC (EUI-48) and EUI-64 addresses use xx:xx:xx:xx:xx:xx notation.
1179 # The 'arp' ACL code is not portable to all operating systems.
1180 # It works on Linux, Solaris, Windows, FreeBSD, and some other
1183 # The eui_lookup directive is required to be 'on' (the default)
1184 # and Squid built with --enable-eui for MAC/EUI addresses to be
1185 # available for this ACL.
1187 # Squid can only determine the MAC/EUI address for IPv4
1188 # clients that are on the same subnet. If the client is on a
1189 # different subnet, then Squid cannot find out its address.
1191 # IPv6 protocol does not contain ARP. MAC/EUI is either
1192 # encoded directly in the IPv6 address or not available.
1194 acl aclname clientside_mark mark[/mask] ...
1195 # matches CONNMARK of an accepted connection [fast]
1196 # DEPRECATED. Use the 'client_connection_mark' instead.
1198 acl aclname client_connection_mark mark[/mask] ...
1199 # matches CONNMARK of an accepted connection [fast]
1201 # mark and mask are unsigned integers (hex, octal, or decimal).
1202 # If multiple marks are given, then the ACL matches if at least
1205 # Uses netfilter-conntrack library.
1206 # Requires building Squid with --enable-linux-netfilter.
1208 # The client, various intermediaries, and Squid itself may set
1209 # CONNMARK at various times. The last CONNMARK set wins. This ACL
1210 # checks the mark present on an accepted connection or set by
1211 # Squid afterwards, depending on the ACL check timing. This ACL
1212 # effectively ignores any mark set by other agents after Squid has
1213 # accepted the connection.
1215 acl aclname srcdomain .foo.com ...
1216 # reverse lookup, from client IP [slow]
1217 acl aclname dstdomain [-n] .foo.com ...
1218 # Destination server from URL [fast]
1219 acl aclname srcdom_regex [-i] \.foo\.com ...
1220 # POSIX extended regex matching client name [slow]
1221 acl aclname dstdom_regex [-n] [-i] \.foo\.com ...
1222 # POSIX extended regex matching server [fast]
1224 # For dstdomain and dstdom_regex a reverse lookup is tried if a IP
1225 # based URL is used and no match is found. The name "none" is used
1226 # if the reverse lookup fails.
1228 acl aclname peername myPeer ...
1229 acl aclname peername_regex [-i] regex-pattern ...
1231 # match against a named cache_peer entry
1232 # set unique name= on cache_peer lines for reliable use.
1234 acl aclname time [day-abbrevs] [h1:m1-h2:m2]
1244 # h1:m1 must be less than h2:m2
1246 acl aclname url_regex [-i] ^http:// ...
1247 # POSIX extended regex matching on whole URL [fast]
1248 acl aclname urllogin [-i] [^a-zA-Z0-9] ...
1249 # POSIX extended regex matching on URL login field
1250 acl aclname urlpath_regex [-i] \.gif$ ...
1251 # POSIX extended regex matching on URL path [fast]
1253 acl aclname port 80 70 21 0-1024 ...
1254 # destination TCP port (or port range) of the request [fast]
1256 # Port 0 matches requests that have no explicit and no default destination
1257 # ports (e.g., HTTP requests with URN targets)
1259 acl aclname localport 3128 ... # TCP port the client connected to [fast]
1260 # NP: for interception mode this is usually '80'
1262 acl aclname myportname 3128 ... # *_port name [fast]
1264 acl aclname proto HTTP FTP ... # request protocol [fast]
1266 acl aclname method GET POST ... # HTTP request method [fast]
1268 acl aclname http_status 200 301 500- 400-403 ...
1269 # status code in reply [fast]
1271 acl aclname browser [-i] regex ...
1272 # POSIX extended regex match on User-Agent header
1273 # (see also req_header below) [fast]
1275 acl aclname referer_regex [-i] regex ...
1276 # POSIX extended regex match on Referer header [fast]
1277 # Referer is highly unreliable, so use with care
1279 acl aclname proxy_auth [-i] username ...
1280 # perform http authentication challenge to the client and match against
1281 # supplied credentials [slow]
1283 # takes a list of allowed usernames.
1284 # use REQUIRED to accept any valid username.
1286 # See proxy_auth_regex for more information. The two ACLs differ only in
1287 # their parameter syntax and username matching algorithm.
1289 acl aclname proxy_auth_regex [-i] username_pattern ...
1290 # perform http authentication challenge to the client and
1291 # POSIX extended regex match on supplied username [slow]
1293 # Will use proxy authentication in forward-proxy scenarios, and plain
1294 # http authentication in reverse-proxy scenarios
1296 # NOTE: when a Proxy-Authentication header is sent but it is not
1297 # needed during ACL checking the username is NOT logged
1300 # NOTE: proxy_auth requires a EXTERNAL authentication program
1301 # to check username/password combinations (see
1302 # auth_param directive).
1304 # NOTE: proxy_auth can't be used in a transparent/intercepting proxy
1305 # as the browser needs to be configured for using a proxy in order
1306 # to respond to proxy authentication.
1308 acl aclname snmp_community string ...
1309 # A community string to limit access to your SNMP Agent [fast]
1312 # acl snmppublic snmp_community public
1314 acl aclname maxconn number
1315 # This will be matched when the client's IP address has
1316 # more than <number> TCP connections established. [fast]
1317 # NOTE: This only measures direct TCP links so X-Forwarded-For
1318 # indirect clients are not counted.
1320 acl aclname max_user_ip [-s] number
1321 # This will be matched when the user attempts to log in from more
1322 # than <number> different ip addresses. The authenticate_ip_ttl
1323 # parameter controls the timeout on the ip entries. [fast]
1324 # If -s is specified the limit is strict, denying browsing
1325 # from any further IP addresses until the ttl has expired. Without
1326 # -s Squid will just annoy the user by "randomly" denying requests.
1327 # (the counter is reset each time the limit is reached and a
1328 # request is denied)
1329 # NOTE: in acceleration mode or where there is mesh of child proxies,
1330 # clients may appear to come from multiple addresses if they are
1331 # going through proxy farms, so a limit of 1 may cause user problems.
1333 acl aclname random probability
1334 # Pseudo-randomly match requests. Based on the probability given.
1335 # Probability may be written as a decimal (0.333), fraction (1/3)
1336 # or ratio of matches:non-matches (3:5).
1338 acl aclname req_mime_type [-i] mime-type ...
1339 # POSIX extended regex match against the mime type of the request generated
1340 # by the client. Can be used to detect file upload or some
1341 # types HTTP tunneling requests [fast]
1342 # NOTE: This does NOT match the reply. You cannot use this
1343 # to match the returned file type.
1345 acl aclname req_header header-name [-i] any\.regex\.here
1346 # POSIX extended regex match against any of the known request headers. May be
1347 # thought of as a superset of "browser", "referer" and "mime-type"
1350 acl aclname rep_mime_type [-i] mime-type ...
1351 # POSIX extended regex match against the mime type of the reply received by
1352 # squid. Can be used to detect file download or some
1353 # types HTTP tunneling requests. [fast]
1354 # NOTE: This has no effect in http_access rules. It only has
1355 # effect in rules that affect the reply data stream such as
1356 # http_reply_access.
1358 acl aclname rep_header header-name [-i] any\.regex\.here
1359 # POSIX extended regex match against any of the known reply headers. May be
1360 # thought of as a superset of "browser", "referer" and "mime-type"
1363 acl aclname external class_name [arguments...]
1364 # external ACL lookup via a helper class defined by the
1365 # external_acl_type directive [slow]
1367 acl aclname user_cert attribute values...
1368 # match against attributes in a user SSL certificate
1369 # attribute is one of DN/C/O/CN/L/ST or a numerical OID [fast]
1371 acl aclname ca_cert attribute values...
1372 # match against attributes a users issuing CA SSL certificate
1373 # attribute is one of DN/C/O/CN/L/ST or a numerical OID [fast]
1375 acl aclname ext_user [-i] username ...
1376 # string match on username returned by external acl helper [slow]
1377 # use REQUIRED to accept any non-null user name.
1379 # See also: ext_user_regex. The two ACLs differ only in their parameter
1380 # syntax and username matching algorithm.
1382 acl aclname ext_user_regex [-i] username_pattern ...
1383 # POSIX extended regex match on username returned by external acl helper [slow]
1385 acl aclname tag tagvalue ...
1386 # string match on tag returned by external acl helper [fast]
1387 # DEPRECATED. Only the first tag will match with this ACL.
1388 # Use the 'note' ACL instead for handling multiple tag values.
1390 acl aclname hier_code codename ...
1391 # string match against squid hierarchy code(s); [fast]
1392 # e.g., DIRECT, PARENT_HIT, NONE, etc.
1394 # NOTE: This has no effect in http_access rules. It only has
1395 # effect in rules that affect the reply data stream such as
1396 # http_reply_access.
1398 acl aclname note [-m[=delimiters]] name [value ...]
1399 # match transaction annotation [fast]
1400 # Without values, matches any annotation with a given name.
1401 # With value(s), matches any annotation with a given name that
1402 # also has one of the given values.
1403 # If the -m flag is used, then the value of the named
1404 # annotation is interpreted as a list of tokens, and the ACL
1405 # matches individual name=token pairs rather than whole
1406 # name=value pairs. See "ACL Options" above for more info.
1407 # Annotation sources include note and adaptation_meta directives
1408 # as well as helper and eCAP responses.
1410 acl aclname annotate_transaction [-m[=delimiters]] key=value ...
1411 acl aclname annotate_transaction [-m[=delimiters]] key+=value ...
1412 # Always matches. [fast]
1413 # Used for its side effect: This ACL immediately adds a
1414 # key=value annotation to the current master transaction.
1415 # The added annotation can then be tested using note ACL and
1416 # logged (or sent to helpers) using %note format code.
1418 # Annotations can be specified using replacement and addition
1419 # formats. The key=value form replaces old same-key annotation
1420 # value(s). The key+=value form appends a new value to the old
1421 # same-key annotation. Both forms create a new key=value
1422 # annotation if no same-key annotation exists already. If
1423 # -m flag is used, then the value is interpreted as a list
1424 # and the annotation will contain key=token pair(s) instead of the
1425 # whole key=value pair.
1427 # This ACL is especially useful for recording complex multi-step
1428 # ACL-driven decisions. For example, the following configuration
1429 # avoids logging transactions accepted after aclX matched:
1431 # # First, mark transactions accepted after aclX matched
1432 # acl markSpecial annotate_transaction special=true
1433 # http_access allow acl001
1435 # http_access deny acl100
1436 # http_access allow aclX markSpecial
1438 # # Second, do not log marked transactions:
1439 # acl markedSpecial note special true
1440 # access_log ... deny markedSpecial
1442 # # Note that the following would not have worked because aclX
1443 # # alone does not determine whether the transaction was allowed:
1444 # access_log ... deny aclX # Wrong!
1446 # Warning: This ACL annotates the transaction even when negated
1447 # and even if subsequent ACLs fail to match. For example, the
1448 # following three rules will have exactly the same effect as far
1449 # as annotations set by the "mark" ACL are concerned:
1451 # some_directive acl1 ... mark # rule matches if mark is reached
1452 # some_directive acl1 ... !mark # rule never matches
1453 # some_directive acl1 ... mark !all # rule never matches
1455 acl aclname annotate_client [-m[=delimiters]] key=value ...
1456 acl aclname annotate_client [-m[=delimiters]] key+=value ...
1458 # Always matches. [fast]
1459 # Used for its side effect: This ACL immediately adds a
1460 # key=value annotation to the current client-to-Squid
1461 # connection. Connection annotations are propagated to the current
1462 # and all future master transactions on the annotated connection.
1463 # See the annotate_transaction ACL for details.
1465 # For example, the following configuration avoids rewriting URLs
1466 # of transactions bumped by SslBump:
1468 # # First, mark bumped connections:
1469 # acl markBumped annotate_client bumped=true
1470 # ssl_bump peek acl1
1471 # ssl_bump stare acl2
1472 # ssl_bump bump acl3 markBumped
1473 # ssl_bump splice all
1475 # # Second, do not send marked transactions to the redirector:
1476 # acl markedBumped note bumped true
1477 # url_rewrite_access deny markedBumped
1479 # # Note that the following would not have worked because acl3 alone
1480 # # does not determine whether the connection is going to be bumped:
1481 # url_rewrite_access deny acl3 # Wrong!
1483 acl aclname adaptation_service service ...
1484 # Matches the name of any icap_service, ecap_service,
1485 # adaptation_service_set, or adaptation_service_chain that Squid
1486 # has used (or attempted to use) for the master transaction.
1487 # This ACL must be defined after the corresponding adaptation
1488 # service is named in squid.conf. This ACL is usable with
1489 # adaptation_meta because it starts matching immediately after
1490 # the service has been selected for adaptation.
1492 acl aclname transaction_initiator initiator ...
1493 # Matches transaction's initiator [fast]
1495 # Supported initiators are:
1496 # certificate-fetching: matches transactions fetching
1497 # a missing intermediate TLS certificate
1498 # cache-digest: matches transactions fetching Cache Digests
1500 # htcp: matches HTCP requests from peers
1501 # icp: matches ICP requests to peers
1502 # icmp: matches ICMP RTT database (NetDB) requests to peers
1503 # internal: matches any of the above
1504 # client: matches transactions containing an HTTP or FTP
1505 # client request received at a Squid *_port
1506 # all: matches any transaction, including internal transactions
1507 # without a configurable initiator and hopefully rare
1508 # transactions without a known-to-Squid initiator
1510 # Multiple initiators are ORed.
1512 acl aclname has component
1513 # matches a transaction "component" [fast]
1515 # Supported transaction components are:
1516 # request: transaction has a request header (at least)
1517 # response: transaction has a response header (at least)
1518 # ALE: transaction has an internally-generated Access Log Entry
1519 # structure; bugs notwithstanding, all transaction have it
1521 # For example, the following configuration helps when dealing with HTTP
1522 # clients that close connections without sending a request header:
1524 # acl hasRequest has request
1525 # acl logMe note important_transaction
1526 # # avoid "logMe ACL is used in context without an HTTP request" warnings
1527 # access_log ... logformat=detailed hasRequest logMe
1528 # # log request-less transactions, instead of ignoring them
1529 # access_log ... logformat=brief !hasRequest
1531 # Multiple components are not supported for one "acl" rule, but
1532 # can be specified (and are ORed) using multiple same-name rules:
1534 # # OK, this strange logging daemon needs request or response,
1535 # # but can work without either a request or a response:
1536 # acl hasWhatMyLoggingDaemonNeeds has request
1537 # acl hasWhatMyLoggingDaemonNeeds has response
1539 acl aclname at_step step
1540 # match against the current request processing step [fast]
1542 # GeneratingCONNECT: Generating HTTP CONNECT request headers
1544 # The following ssl_bump processing steps are recognized:
1545 # SslBump1: After getting TCP-level and HTTP CONNECT info.
1546 # SslBump2: After getting SSL Client Hello info.
1547 # SslBump3: After getting SSL Server Hello info.
1551 acl aclname ssl_error errorname
1552 # match against SSL certificate validation error [fast]
1554 # When used with sslproxy_cert_error, this ACL tests a single
1555 # certificate validation error currently being evaluated by that
1556 # directive. When used with slproxy_cert_sign or sslproxy_cert_adapt,
1557 # the ACL tests all past certificate validation errors associated with
1558 # the current Squid-to-server connection (attempt). This ACL is not yet
1559 # supported for use with other directives.
1561 # For valid error names see in @DEFAULT_ERROR_DIR@/templates/error-details.txt
1564 # The following can be used as shortcuts for certificate properties:
1565 # [ssl::]certHasExpired: the "not after" field is in the past
1566 # [ssl::]certNotYetValid: the "not before" field is in the future
1567 # [ssl::]certUntrusted: The certificate issuer is not to be trusted.
1568 # [ssl::]certSelfSigned: The certificate is self signed.
1569 # [ssl::]certDomainMismatch: The certificate CN domain does not
1570 # match the name the name of the host we are connecting to.
1572 # The ssl::certHasExpired, ssl::certNotYetValid, ssl::certDomainMismatch,
1573 # ssl::certUntrusted, and ssl::certSelfSigned can also be used as
1574 # predefined ACLs, just like the 'all' ACL.
1576 acl aclname server_cert_fingerprint fingerprint
1577 # match against server SSL certificate fingerprint [fast]
1579 # The fingerprint is the digest of the DER encoded version
1580 # of the whole certificate. The user should use the form: XX:XX:...
1581 # The SHA1 digest algorithm is the default and is currently
1582 # the only algorithm supported.
1584 acl aclname ssl::server_name [option] .foo.com ...
1585 # matches server name obtained from various sources [fast]
1587 # The ACL computes server name(s) using such information sources as
1588 # CONNECT request URI, TLS client SNI, and TLS server certificate
1589 # subject (CN and SubjectAltName). The computed server name(s) usually
1590 # change with each SslBump step, as more info becomes available:
1591 # * SNI is used as the server name instead of the request URI,
1592 # * subject name(s) from the server certificate (CN and
1593 # SubjectAltName) are used as the server names instead of SNI.
1595 # When the ACL computes multiple server names, matching any single
1596 # computed name is sufficient for the ACL to match.
1598 # The "none" name can be used to match transactions where the ACL
1599 # could not compute the server name using any information source
1600 # that was both available and allowed to be used by the ACL options at
1601 # the ACL evaluation time.
1603 # Unlike dstdomain, this ACL does not perform DNS lookups.
1605 # A server name may be an IP address. For example, subject alternative
1606 # names (a.k.a. SANs) in some real server certificates include IPv4 and
1607 # IPv6 entries. Internally, Squid uses inet_ntop(3) to prep IP names for
1608 # matching. When using IPv6 names, use "::" notation (if applicable).
1609 # Do not use brackets. For example: 1080::8:800:200c:417a.
1611 # An ACL option below may be used to restrict what information
1612 # sources are used to extract the server names from:
1614 # --client-requested
1615 # The server name is SNI regardless of what the server says.
1617 # The server name(s) are the certificate subject name(s), regardless
1618 # of what the client has requested. If the server certificate is
1619 # unavailable, then the name is "none".
1621 # The server name is either SNI (if SNI matches at least one of the
1622 # certificate subject names) or "none" (otherwise). When the server
1623 # certificate is unavailable, the consensus server name is SNI.
1625 # Combining multiple options in one ACL is a fatal configuration
1628 # For all options: If no SNI is available, then the CONNECT request
1629 # target (a.k.a. URI) is used instead of SNI (for an intercepted
1630 # connection, this target is the destination IP address).
1632 acl aclname ssl::server_name_regex [-i] \.foo\.com ...
1633 # POSIX extended regex matches server name obtained from various sources [fast]
1635 # See ssl::server_name for details, including IPv6 address formatting
1636 # caveats. Use case-insensitive matching (i.e. -i option) to reduce
1637 # dependency on how Squid formats or sanitizes server names.
1639 acl aclname connections_encrypted
1640 # matches transactions with all HTTP messages received over TLS
1641 # transport connections. [fast]
1643 # The master transaction deals with HTTP messages received from
1644 # various sources. All sources used by the master transaction in the
1645 # past are considered by the ACL. The following rules define whether
1646 # a given message source taints the entire master transaction,
1647 # resulting in ACL mismatches:
1649 # * The HTTP client transport connection is not TLS.
1650 # * An adaptation service connection-encryption flag is off.
1651 # * The peer or origin server transport connection is not TLS.
1653 # Caching currently does not affect these rules. This cache ignorance
1654 # implies that only the current HTTP client transport and REQMOD
1655 # services status determine whether this ACL matches a from-cache
1656 # transaction. The source of the cached response does not have any
1657 # effect on future transaction that use the cached response without
1658 # revalidation. This may change.
1660 # DNS, ICP, and HTCP exchanges during the master transaction do not
1661 # affect these rules.
1663 acl aclname any-of acl1 acl2 ...
1664 # match any one of the acls [fast or slow]
1665 # The first matching ACL stops further ACL evaluation.
1667 # ACLs from multiple any-of lines with the same name are ORed.
1668 # For example, A = (a1 or a2) or (a3 or a4) can be written as
1669 # acl A any-of a1 a2
1670 # acl A any-of a3 a4
1672 # This group ACL is fast if all evaluated ACLs in the group are fast
1673 # and slow otherwise.
1675 acl aclname all-of acl1 acl2 ...
1676 # match all of the acls [fast or slow]
1677 # The first mismatching ACL stops further ACL evaluation.
1679 # ACLs from multiple all-of lines with the same name are ORed.
1680 # For example, B = (b1 and b2) or (b3 and b4) can be written as
1681 # acl B all-of b1 b2
1682 # acl B all-of b3 b4
1684 # This group ACL is fast if all evaluated ACLs in the group are fast
1685 # and slow otherwise.
1688 acl macaddress arp 09:00:2b:23:45:67
1689 acl password proxy_auth REQUIRED
1690 acl fileupload req_mime_type -i ^multipart/form-data$
1691 acl javascript rep_mime_type -i ^application/x-javascript$
1695 # Recommended minimum configuration:
1698 # Example rule allowing access from your local networks.
1699 # Adapt to list your (internal) IP networks from where browsing
1701 acl localnet src 0.0.0.1-0.255.255.255 # RFC 1122 "this" network (LAN)
1702 acl localnet src 10.0.0.0/8 # RFC 1918 local private network (LAN)
1703 acl localnet src 100.64.0.0/10 # RFC 6598 shared address space (CGN)
1704 acl localnet src 169.254.0.0/16 # RFC 3927 link-local (directly plugged) machines
1705 acl localnet src 172.16.0.0/12 # RFC 1918 local private network (LAN)
1706 acl localnet src 192.168.0.0/16 # RFC 1918 local private network (LAN)
1707 acl localnet src fc00::/7 # RFC 4193 local private network range
1708 acl localnet src fe80::/10 # RFC 4291 link-local (directly plugged) machines
1710 acl SSL_ports port 443
1711 acl Safe_ports port 80 # http
1712 acl Safe_ports port 21 # ftp
1713 acl Safe_ports port 443 # https
1714 acl Safe_ports port 70 # gopher
1715 acl Safe_ports port 210 # wais
1716 acl Safe_ports port 1025-65535 # unregistered ports
1717 acl Safe_ports port 280 # http-mgmt
1718 acl Safe_ports port 488 # gss-http
1719 acl Safe_ports port 591 # filemaker
1720 acl Safe_ports port 777 # multiling http
1724 NAME: proxy_protocol_access
1726 LOC: Config.accessList.proxyProtocol
1728 DEFAULT_DOC: all TCP connections to ports with require-proxy-header will be denied
1730 Determine which client proxies can be trusted to provide correct
1731 information regarding real client IP address using PROXY protocol.
1733 Requests may pass through a chain of several other proxies
1734 before reaching us. The original source details may by sent in:
1735 * HTTP message Forwarded header, or
1736 * HTTP message X-Forwarded-For header, or
1737 * PROXY protocol connection header.
1739 This directive is solely for validating new PROXY protocol
1740 connections received from a port flagged with require-proxy-header.
1741 It is checked only once after TCP connection setup.
1743 A deny match results in TCP connection closure.
1745 An allow match is required for Squid to permit the corresponding
1746 TCP connection, before Squid even looks for HTTP request headers.
1747 If there is an allow match, Squid starts using PROXY header information
1748 to determine the source address of the connection for all future ACL
1749 checks, logging, etc.
1751 SECURITY CONSIDERATIONS:
1753 Any host from which we accept client IP details can place
1754 incorrect information in the relevant header, and Squid
1755 will use the incorrect information as if it were the
1756 source address of the request. This may enable remote
1757 hosts to bypass any access control restrictions that are
1758 based on the client's source addresses.
1760 This clause only supports fast acl types.
1761 See https://wiki.squid-cache.org/SquidFaq/SquidAcl for details.
1764 NAME: follow_x_forwarded_for
1766 IFDEF: FOLLOW_X_FORWARDED_FOR
1767 LOC: Config.accessList.followXFF
1768 DEFAULT_IF_NONE: deny all
1769 DEFAULT_DOC: X-Forwarded-For header will be ignored.
1771 Determine which client proxies can be trusted to provide correct
1772 information regarding real client IP address.
1774 Requests may pass through a chain of several other proxies
1775 before reaching us. The original source details may by sent in:
1776 * HTTP message Forwarded header, or
1777 * HTTP message X-Forwarded-For header, or
1778 * PROXY protocol connection header.
1780 PROXY protocol connections are controlled by the proxy_protocol_access
1781 directive which is checked before this.
1783 If a request reaches us from a source that is allowed by this
1784 directive, then we trust the information it provides regarding
1785 the IP of the client it received from (if any).
1787 For the purpose of ACLs used in this directive the src ACL type always
1788 matches the address we are testing and srcdomain matches its rDNS.
1790 On each HTTP request Squid checks for X-Forwarded-For header fields.
1791 If found the header values are iterated in reverse order and an allow
1792 match is required for Squid to continue on to the next value.
1793 The verification ends when a value receives a deny match, cannot be
1794 tested, or there are no more values to test.
1795 NOTE: Squid does not yet follow the Forwarded HTTP header.
1797 The end result of this process is an IP address that we will
1798 refer to as the indirect client address. This address may
1799 be treated as the client address for access control, ICAP, delay
1800 pools and logging, depending on the acl_uses_indirect_client,
1801 icap_uses_indirect_client, delay_pool_uses_indirect_client,
1802 log_uses_indirect_client and tproxy_uses_indirect_client options.
1804 This clause only supports fast acl types.
1805 See https://wiki.squid-cache.org/SquidFaq/SquidAcl for details.
1807 SECURITY CONSIDERATIONS:
1809 Any host from which we accept client IP details can place
1810 incorrect information in the relevant header, and Squid
1811 will use the incorrect information as if it were the
1812 source address of the request. This may enable remote
1813 hosts to bypass any access control restrictions that are
1814 based on the client's source addresses.
1818 acl localhost src 127.0.0.1
1819 acl my_other_proxy srcdomain .proxy.example.com
1820 follow_x_forwarded_for allow localhost
1821 follow_x_forwarded_for allow my_other_proxy
1824 NAME: acl_uses_indirect_client
1827 IFDEF: FOLLOW_X_FORWARDED_FOR
1829 LOC: Config.onoff.acl_uses_indirect_client
1831 Controls whether the indirect client address
1832 (see follow_x_forwarded_for) is used instead of the
1833 direct client address in acl matching.
1835 NOTE: maxconn ACL considers direct TCP links and indirect
1836 clients will always have zero. So no match.
1839 NAME: delay_pool_uses_indirect_client
1842 IFDEF: FOLLOW_X_FORWARDED_FOR&&USE_DELAY_POOLS
1844 LOC: Config.onoff.delay_pool_uses_indirect_client
1846 Controls whether the indirect client address
1847 (see follow_x_forwarded_for) is used instead of the
1848 direct client address in delay pools.
1851 NAME: log_uses_indirect_client
1854 IFDEF: FOLLOW_X_FORWARDED_FOR
1856 LOC: Config.onoff.log_uses_indirect_client
1858 Controls whether the indirect client address
1859 (see follow_x_forwarded_for) is used instead of the
1860 direct client address in the access log.
1863 NAME: tproxy_uses_indirect_client
1866 IFDEF: FOLLOW_X_FORWARDED_FOR&&LINUX_NETFILTER
1868 LOC: Config.onoff.tproxy_uses_indirect_client
1870 Controls whether the indirect client address
1871 (see follow_x_forwarded_for) is used instead of the
1872 direct client address when spoofing the outgoing client.
1874 This has no effect on requests arriving in non-tproxy
1877 SECURITY WARNING: Usage of this option is dangerous
1878 and should not be used trivially. Correct configuration
1879 of follow_x_forwarded_for with a limited set of trusted
1880 sources is required to prevent abuse of your proxy.
1883 NAME: spoof_client_ip
1885 LOC: Config.accessList.spoof_client_ip
1887 DEFAULT_DOC: Allow spoofing on all TPROXY traffic.
1889 Control client IP address spoofing of TPROXY traffic based on
1890 defined access lists.
1892 spoof_client_ip allow|deny [!]aclname ...
1894 If there are no "spoof_client_ip" lines present, the default
1895 is to "allow" spoofing of any suitable request.
1897 Note that the cache_peer "no-tproxy" option overrides this ACL.
1899 This clause supports fast acl types.
1900 See https://wiki.squid-cache.org/SquidFaq/SquidAcl for details.
1905 LOC: Config.accessList.http
1906 DEFAULT_IF_NONE: deny all
1907 DEFAULT_DOC: Deny, unless rules exist in squid.conf.
1909 Allowing or Denying access based on defined access lists
1911 To allow or deny a message received on an HTTP, HTTPS, or FTP port:
1912 http_access allow|deny [!]aclname ...
1914 NOTE on default values:
1916 If there are no "access" lines present, the default is to deny
1919 If none of the "access" lines cause a match, the default is the
1920 opposite of the last line in the list. If the last line was
1921 deny, the default is allow. Conversely, if the last line
1922 is allow, the default will be deny. For these reasons, it is a
1923 good idea to have an "deny all" entry at the end of your access
1924 lists to avoid potential confusion.
1926 This clause supports both fast and slow acl types.
1927 See https://wiki.squid-cache.org/SquidFaq/SquidAcl for details.
1932 # Recommended minimum Access Permission configuration:
1934 # Deny requests to certain unsafe ports
1935 http_access deny !Safe_ports
1937 # Deny CONNECT to other than secure SSL ports
1938 http_access deny CONNECT !SSL_ports
1940 # Only allow cachemgr access from localhost
1941 http_access allow localhost manager
1942 http_access deny manager
1944 # This default configuration only allows localhost requests because a more
1945 # permissive Squid installation could introduce new attack vectors into the
1946 # network by proxying external TCP connections to unprotected services.
1947 http_access allow localhost
1949 # The two deny rules below are unnecessary in this default configuration
1950 # because they are followed by a "deny all" rule. However, they may become
1951 # critically important when you start allowing external requests below them.
1953 # Protect web applications running on the same server as Squid. They often
1954 # assume that only local users can access them at "localhost" ports.
1955 http_access deny to_localhost
1957 # Protect cloud servers that provide local users with sensitive info about
1958 # their server via certain well-known link-local (a.k.a. APIPA) addresses.
1959 http_access deny to_linklocal
1962 # INSERT YOUR OWN RULE(S) HERE TO ALLOW ACCESS FROM YOUR CLIENTS
1965 # For example, to allow access from your local networks, you may uncomment the
1966 # following rule (and/or add rules that match your definition of "local"):
1967 # http_access allow localnet
1969 # And finally deny all other access to this proxy
1970 http_access deny all
1974 NAME: adapted_http_access http_access2
1976 LOC: Config.accessList.adapted_http
1978 DEFAULT_DOC: Allow, unless rules exist in squid.conf.
1980 Allowing or Denying access based on defined access lists
1982 Essentially identical to http_access, but runs after redirectors
1983 and ICAP/eCAP adaptation. Allowing access control based on their
1986 If not set then only http_access is used.
1989 NAME: http_reply_access
1991 LOC: Config.accessList.reply
1993 DEFAULT_DOC: Allow, unless rules exist in squid.conf.
1995 Allow replies to client requests. This is complementary to http_access.
1997 http_reply_access allow|deny [!] aclname ...
1999 NOTE: if there are no access lines present, the default is to allow
2002 If none of the access lines cause a match the opposite of the
2003 last line will apply. Thus it is good practice to end the rules
2004 with an "allow all" or "deny all" entry.
2006 This clause supports both fast and slow acl types.
2007 See https://wiki.squid-cache.org/SquidFaq/SquidAcl for details.
2012 LOC: Config.accessList.icp
2014 DEFAULT_DOC: Deny, unless rules exist in squid.conf.
2016 Allowing or Denying access to the ICP port based on defined
2019 icp_access allow|deny [!]aclname ...
2021 NOTE: The default if no icp_access lines are present is to
2022 deny all traffic. This default may cause problems with peers
2025 This clause only supports fast acl types.
2026 See https://wiki.squid-cache.org/SquidFaq/SquidAcl for details.
2028 # Allow ICP queries from local networks only
2029 #icp_access allow localnet
2030 #icp_access deny all
2036 LOC: Config.accessList.htcp
2038 DEFAULT_DOC: Deny, unless rules exist in squid.conf.
2040 Allowing or Denying access to the HTCP port based on defined
2043 htcp_access allow|deny [!]aclname ...
2045 See also htcp_clr_access for details on access control for
2046 cache purge (CLR) HTCP messages.
2048 NOTE: The default if no htcp_access lines are present is to
2049 deny all traffic. This default may cause problems with peers
2050 using the htcp option.
2052 This clause only supports fast acl types.
2053 See https://wiki.squid-cache.org/SquidFaq/SquidAcl for details.
2055 # Allow HTCP queries from local networks only
2056 #htcp_access allow localnet
2057 #htcp_access deny all
2060 NAME: htcp_clr_access
2063 LOC: Config.accessList.htcp_clr
2065 DEFAULT_DOC: Deny, unless rules exist in squid.conf.
2067 Allowing or Denying access to purge content using HTCP based
2068 on defined access lists.
2069 See htcp_access for details on general HTCP access control.
2071 htcp_clr_access allow|deny [!]aclname ...
2073 This clause only supports fast acl types.
2074 See https://wiki.squid-cache.org/SquidFaq/SquidAcl for details.
2076 # Allow HTCP CLR requests from trusted peers
2077 acl htcp_clr_peer src 192.0.2.2 2001:DB8::2
2078 htcp_clr_access allow htcp_clr_peer
2079 htcp_clr_access deny all
2084 LOC: Config.accessList.miss
2086 DEFAULT_DOC: Allow, unless rules exist in squid.conf.
2088 Determines whether network access is permitted when satisfying a request.
2091 to force your neighbors to use you as a sibling instead of
2094 acl localclients src 192.0.2.0/24 2001:DB8::a:0/64
2095 miss_access deny !localclients
2096 miss_access allow all
2098 This means only your local clients are allowed to fetch relayed/MISS
2099 replies from the network and all other clients can only fetch cached
2102 The default for this setting allows all clients who passed the
2103 http_access rules to relay via this proxy.
2105 This clause only supports fast acl types.
2106 See https://wiki.squid-cache.org/SquidFaq/SquidAcl for details.
2109 NAME: reply_body_max_size
2110 COMMENT: size [acl acl...]
2113 DEFAULT_DOC: No limit is applied.
2114 LOC: Config.ReplyBodySize
2116 This option specifies the maximum size of a reply body. It can be
2117 used to prevent users from downloading very large files, such as
2118 MP3's and movies. When the reply headers are received, the
2119 reply_body_max_size lines are processed, and the first line where
2120 all (if any) listed ACLs are true is used as the maximum body size
2123 This size is checked twice. First when we get the reply headers,
2124 we check the content-length value. If the content length value exists
2125 and is larger than the allowed size, the request is denied and the
2126 user receives an error message that says "the request or reply
2127 is too large." If there is no content-length, and the reply
2128 size exceeds this limit, the client's connection is just closed
2129 and they will receive a partial reply.
2131 WARNING: downstream caches probably can not detect a partial reply
2132 if there is no content-length header, so they will cache
2133 partial responses and give them out as hits. You should NOT
2134 use this option if you have downstream caches.
2136 WARNING: A maximum size smaller than the size of squid's error messages
2137 will cause an infinite loop and crash squid. Ensure that the smallest
2138 non-zero value you use is greater that the maximum header size plus
2139 the size of your largest error page.
2141 If you set this parameter none (the default), there will be
2144 Configuration Format is:
2145 reply_body_max_size SIZE UNITS [acl ...]
2147 reply_body_max_size 10 MB
2151 NAME: on_unsupported_protocol
2152 TYPE: on_unsupported_protocol
2153 LOC: Config.accessList.on_unsupported_protocol
2155 DEFAULT_DOC: Respond with an error message to unidentifiable traffic
2157 Determines Squid behavior when encountering strange requests at the
2158 beginning of an accepted TCP connection or the beginning of a bumped
2159 CONNECT tunnel. Controlling Squid reaction to unexpected traffic is
2160 especially useful in interception environments where Squid is likely
2161 to see connections for unsupported protocols that Squid should either
2162 terminate or tunnel at TCP level.
2164 on_unsupported_protocol <action> [!]acl ...
2166 The first matching action wins. Only fast ACLs are supported.
2168 Supported actions are:
2170 tunnel: Establish a TCP connection with the intended server and
2171 blindly shovel TCP packets between the client and server.
2173 respond: Respond with an error message, using the transfer protocol
2174 for the Squid port that received the request (e.g., HTTP
2175 for connections intercepted at the http_port). This is the
2178 Squid expects the following traffic patterns:
2180 http_port: a plain HTTP request
2181 https_port: SSL/TLS handshake followed by an [encrypted] HTTP request
2182 ftp_port: a plain FTP command (no on_unsupported_protocol support yet!)
2183 CONNECT tunnel on http_port: same as https_port
2184 CONNECT tunnel on https_port: same as https_port
2186 Currently, this directive has effect on intercepted connections and
2187 bumped tunnels only. Other cases are not supported because Squid
2188 cannot know the intended destination of other traffic.
2191 # define what Squid errors indicate receiving non-HTTP traffic:
2192 acl foreignProtocol squid_error ERR_PROTOCOL_UNKNOWN ERR_TOO_BIG
2193 # define what Squid errors indicate receiving nothing:
2194 acl serverTalksFirstProtocol squid_error ERR_REQUEST_START_TIMEOUT
2195 # tunnel everything that does not look like HTTP:
2196 on_unsupported_protocol tunnel foreignProtocol
2197 # tunnel if we think the client waits for the server to talk first:
2198 on_unsupported_protocol tunnel serverTalksFirstProtocol
2199 # in all other error cases, just send an HTTP "error page" response:
2200 on_unsupported_protocol respond all
2202 See also: squid_error ACL
2208 LOC: Auth::TheConfig.schemeAccess
2210 DEFAULT_DOC: use all auth_param schemes in their configuration order
2212 Use this directive to customize authentication schemes presence and
2213 order in Squid's Unauthorized and Authentication Required responses.
2215 auth_schemes scheme1,scheme2,... [!]aclname ...
2217 where schemeN is the name of one of the authentication schemes
2218 configured using auth_param directives. At least one scheme name is
2219 required. Multiple scheme names are separated by commas. Either
2220 avoid whitespace or quote the entire schemes list.
2222 A special "ALL" scheme name expands to all auth_param-configured
2223 schemes in their configuration order. This directive cannot be used
2224 to configure Squid to offer no authentication schemes at all.
2226 The first matching auth_schemes rule determines the schemes order
2227 for the current Authentication Required transaction. Note that the
2228 future response is not yet available during auth_schemes evaluation.
2230 If this directive is not used or none of its rules match, then Squid
2231 responds with all configured authentication schemes in the order of
2232 auth_param directives in the configuration file.
2234 This directive does not determine when authentication is used or
2235 how each authentication scheme authenticates clients.
2237 The following example sends basic and negotiate authentication
2238 schemes, in that order, when requesting authentication of HTTP
2239 requests matching the isIE ACL (not shown) while sending all
2240 auth_param schemes in their configuration order to other clients:
2242 auth_schemes basic,negotiate isIE
2243 auth_schemes ALL all # explicit default
2245 This directive supports fast ACLs only.
2247 See also: auth_param.
2252 -----------------------------------------------------------------------------
2255 NAME: http_port ascii_port
2260 Usage: port [mode] [options]
2261 hostname:port [mode] [options]
2262 1.2.3.4:port [mode] [options]
2264 The socket addresses where Squid will listen for HTTP client
2265 requests. You may specify multiple socket addresses.
2266 There are three forms: port alone, hostname with port, and
2267 IP address with port. If you specify a hostname or IP
2268 address, Squid binds the socket to that specific
2269 address. Most likely, you do not need to bind to a specific
2270 address, so you can use the port number alone.
2272 If you are running Squid in accelerator mode, you
2273 probably want to listen on port 80 also, or instead.
2275 The -a command line option may be used to specify additional
2276 port(s) where Squid listens for proxy request. Such ports will
2277 be plain proxy ports with no options.
2279 You may specify multiple socket addresses on multiple lines.
2283 intercept Support for IP-Layer NAT interception delivering
2284 traffic to this Squid port.
2285 NP: disables authentication on the port.
2287 tproxy Support Linux TPROXY (or BSD divert-to) with spoofing
2288 of outgoing connections using the client IP address.
2289 NP: disables authentication on the port.
2291 accel Accelerator / reverse proxy mode
2293 ssl-bump For each CONNECT request allowed by ssl_bump ACLs,
2294 establish secure connection with the client and with
2295 the server, decrypt HTTPS messages as they pass through
2296 Squid, and treat them as unencrypted HTTP messages,
2297 becoming the man-in-the-middle.
2299 The ssl_bump option is required to fully enable
2300 bumping of CONNECT requests.
2302 Omitting the mode flag causes default forward proxy mode to be used.
2305 Accelerator Mode Options:
2307 defaultsite=domainname
2308 What to use for the Host: header if it is not present
2309 in a request. Determines what site (not origin server)
2310 accelerators should consider the default.
2312 no-vhost Disable using HTTP/1.1 Host header for virtual domain support.
2314 protocol= Protocol to reconstruct accelerated and intercepted
2315 requests with. Defaults to HTTP/1.1 for http_port and
2316 HTTPS/1.1 for https_port.
2317 When an unsupported value is configured Squid will
2318 produce a FATAL error.
2319 Values: HTTP or HTTP/1.1, HTTPS or HTTPS/1.1
2321 vport Virtual host port support. Using the http_port number
2322 instead of the port passed on Host: headers.
2324 vport=NN Virtual host port support. Using the specified port
2325 number instead of the port passed on Host: headers.
2328 Act as if this Squid is the origin server.
2329 This currently means generate new Date: and Expires:
2330 headers on HIT instead of adding Age:.
2332 ignore-cc Ignore request Cache-Control headers.
2334 WARNING: This option violates HTTP specifications if
2335 used in non-accelerator setups.
2337 allow-direct Allow direct forwarding in accelerator mode. Normally
2338 accelerated requests are denied direct forwarding as if
2339 never_direct was used.
2341 WARNING: this option opens accelerator mode to security
2342 vulnerabilities usually only affecting in interception
2343 mode. Make sure to protect forwarding with suitable
2344 http_access rules when using this.
2347 SSL Bump Mode Options:
2348 In addition to these options ssl-bump requires TLS/SSL options.
2350 generate-host-certificates[=<on|off>]
2351 Dynamically create SSL server certificates for the
2352 destination hosts of bumped CONNECT requests.When
2353 enabled, the cert and key options are used to sign
2354 generated certificates. Otherwise generated
2355 certificate will be selfsigned.
2356 If there is a CA certificate lifetime of the generated
2357 certificate equals lifetime of the CA certificate. If
2358 generated certificate is selfsigned lifetime is three
2360 This option is enabled by default when ssl-bump is used.
2361 See the ssl-bump option above for more information.
2363 dynamic_cert_mem_cache_size=SIZE
2364 Approximate total RAM size spent on cached generated
2365 certificates. If set to zero, caching is disabled. The
2366 default value is 4MB.
2370 tls-cert= Path to file containing an X.509 certificate (PEM format)
2371 to be used in the TLS handshake ServerHello.
2373 If this certificate is constrained by KeyUsage TLS
2374 feature it must allow HTTP server usage, along with
2375 any additional restrictions imposed by your choice
2376 of options= settings.
2378 When OpenSSL is used this file may also contain a
2379 chain of intermediate CA certificates to send in the
2382 When GnuTLS is used this option (and any paired
2383 tls-key= option) may be repeated to load multiple
2384 certificates for different domains.
2386 Also, when generate-host-certificates=on is configured
2387 the first tls-cert= option must be a CA certificate
2388 capable of signing the automatically generated
2391 tls-key= Path to a file containing private key file (PEM format)
2392 for the previous tls-cert= option.
2394 If tls-key= is not specified tls-cert= is assumed to
2395 reference a PEM file containing both the certificate
2398 cipher= Colon separated list of supported ciphers.
2399 NOTE: some ciphers such as EDH ciphers depend on
2400 additional settings. If those settings are
2401 omitted the ciphers may be silently ignored
2402 by the OpenSSL library.
2404 options= Various SSL implementation options. The most important
2407 NO_SSLv3 Disallow the use of SSLv3
2409 NO_TLSv1 Disallow the use of TLSv1.0
2411 NO_TLSv1_1 Disallow the use of TLSv1.1
2413 NO_TLSv1_2 Disallow the use of TLSv1.2
2416 Always create a new key when using
2417 temporary/ephemeral DH key exchanges
2420 Enable ephemeral ECDH key exchange.
2421 The adopted curve should be specified
2422 using the tls-dh option.
2425 Disable use of RFC5077 session tickets.
2426 Some servers may have problems
2427 understanding the TLS extension due
2428 to ambiguous specification in RFC4507.
2430 ALL Enable various bug workarounds
2431 suggested as "harmless" by OpenSSL
2432 Be warned that this reduces SSL/TLS
2433 strength to some attacks.
2435 See the OpenSSL SSL_CTX_set_options documentation for a
2438 clientca= File containing the list of CAs to use when
2439 requesting a client certificate.
2441 tls-cafile= PEM file containing CA certificates to use when verifying
2442 client certificates. If not configured clientca will be
2443 used. May be repeated to load multiple files.
2445 capath= Directory containing additional CA certificates
2446 and CRL lists to use when verifying client certificates.
2447 Requires OpenSSL or LibreSSL.
2449 crlfile= File of additional CRL lists to use when verifying
2450 the client certificate, in addition to CRLs stored in
2451 the capath. Implies VERIFY_CRL flag below.
2454 File containing DH parameters for temporary/ephemeral DH key
2455 exchanges, optionally prefixed by a curve for ephemeral ECDH
2457 See OpenSSL documentation for details on how to create the
2458 DH parameter file. Supported curves for ECDH can be listed
2459 using the "openssl ecparam -list_curves" command.
2460 WARNING: EDH and EECDH ciphers will be silently disabled if
2461 this option is not set.
2463 sslflags= Various flags modifying the use of SSL:
2465 Don't request client certificates
2466 immediately, but wait until acl processing
2467 requires a certificate (not yet implemented).
2469 Request a client certificate during the TLS
2470 handshake, but ignore certificate absence in
2471 the TLS client Hello. If the client does
2472 supply a certificate, it is validated.
2474 Don't allow for session reuse. Each connection
2475 will result in a new SSL session.
2477 Verify CRL lists when accepting client
2480 Verify CRL lists for all certificates in the
2481 client certificate chain.
2483 tls-default-ca[=off]
2484 Whether to use the system Trusted CAs. Default is OFF.
2486 tls-no-npn Do not use the TLS NPN extension to advertise HTTP/1.1.
2488 sslcontext= SSL session ID context identifier.
2492 connection-auth[=on|off]
2493 use connection-auth=off to tell Squid to prevent
2494 forwarding Microsoft connection oriented authentication
2495 (NTLM, Negotiate and Kerberos)
2497 disable-pmtu-discovery=
2498 Control Path-MTU discovery usage:
2499 off lets OS decide on what to do (default).
2500 transparent disable PMTU discovery when transparent
2502 always disable always PMTU discovery.
2504 In many setups of transparently intercepting proxies
2505 Path-MTU discovery can not work on traffic towards the
2506 clients. This is the case when the intercepting device
2507 does not fully track connections and fails to forward
2508 ICMP must fragment messages to the cache server. If you
2509 have such setup and experience that certain clients
2510 sporadically hang or never complete requests set
2511 disable-pmtu-discovery option to 'transparent'.
2513 name= Specifies a internal name for the port. Defaults to
2514 the port specification (port or addr:port)
2516 tcpkeepalive[=idle,interval,timeout]
2517 Enable TCP keepalive probes of idle connections.
2518 In seconds; idle is the initial time before TCP starts
2519 probing the connection, interval how often to probe, and
2520 timeout the time before giving up.
2522 require-proxy-header
2523 Require PROXY protocol version 1 or 2 connections.
2524 The proxy_protocol_access is required to permit
2525 downstream proxies which can be trusted.
2528 Ask TCP stack to maintain a dedicated listening queue
2529 for each worker accepting requests at this port.
2530 Requires TCP stack that supports the SO_REUSEPORT socket
2533 SECURITY WARNING: Enabling worker-specific queues
2534 allows any process running as Squid's effective user to
2535 easily accept requests destined to this port.
2537 If you run Squid on a dual-homed machine with an internal
2538 and an external interface we recommend you to specify the
2539 internal address:port in http_port. This way Squid will only be
2540 visible on the internal address.
2544 # Squid normally listens to port 3128
2545 http_port @DEFAULT_HTTP_PORT@
2550 IFDEF: HAVE_LIBGNUTLS||USE_OPENSSL
2555 Usage: [ip:]port [mode] tls-cert=certificate.pem [options]
2557 The socket address where Squid will listen for client requests made
2558 over TLS or SSL connections. Commonly referred to as HTTPS.
2560 This is most useful for situations where you are running squid in
2561 accelerator mode and you want to do the TLS work at the accelerator
2564 You may specify multiple socket addresses on multiple lines,
2565 each with their own certificate and/or options.
2567 The tls-cert= option is mandatory on HTTPS ports.
2569 See http_port for a list of modes and options.
2570 Not all http_port options are available for https_port.
2571 Among the unavalable options:
2572 - require-proxy-header
2580 Enables Native FTP proxy by specifying the socket address where Squid
2581 listens for FTP client requests. See http_port directive for various
2582 ways to specify the listening address and mode.
2584 Usage: ftp_port address [mode] [options]
2586 WARNING: This is a new, experimental, complex feature that has seen
2587 limited production exposure. Some Squid modules (e.g., caching) do not
2588 currently work with native FTP proxying, and many features have not
2589 even been tested for compatibility. Test well before deploying!
2591 Native FTP proxying differs substantially from proxying HTTP requests
2592 with ftp:// URIs because Squid works as an FTP server and receives
2593 actual FTP commands (rather than HTTP requests with FTP URLs).
2595 Native FTP commands accepted at ftp_port are internally converted or
2596 wrapped into HTTP-like messages. The same happens to Native FTP
2597 responses received from FTP origin servers. Those HTTP-like messages
2598 are shoveled through regular access control and adaptation layers
2599 between the FTP client and the FTP origin server. This allows Squid to
2600 examine, adapt, block, and log FTP exchanges. Squid reuses most HTTP
2601 mechanisms when shoveling wrapped FTP messages. For example,
2602 http_access and adaptation_access directives are used.
2606 intercept Same as http_port intercept. The FTP origin address is
2607 determined based on the intended destination of the
2608 intercepted connection.
2610 tproxy Support Linux TPROXY for spoofing outgoing
2611 connections using the client IP address.
2612 NP: disables authentication and maybe IPv6 on the port.
2614 By default (i.e., without an explicit mode option), Squid extracts the
2615 FTP origin address from the login@origin parameter of the FTP USER
2616 command. Many popular FTP clients support such native FTP proxying.
2620 name=token Specifies an internal name for the port. Defaults to
2621 the port address. Usable with myportname ACL.
2624 Enables tracking of FTP directories by injecting extra
2625 PWD commands and adjusting Request-URI (in wrapping
2626 HTTP requests) to reflect the current FTP server
2627 directory. Tracking is disabled by default.
2629 protocol=FTP Protocol to reconstruct accelerated and intercepted
2630 requests with. Defaults to FTP. No other accepted
2631 values have been tested with. An unsupported value
2632 results in a FATAL error. Accepted values are FTP,
2633 HTTP (or HTTP/1.1), and HTTPS (or HTTPS/1.1).
2635 Other http_port modes and options that are not specific to HTTP and
2636 HTTPS may also work.
2637 Among the options that are not available for ftp_port:
2638 - require-proxy-header
2642 NAME: tcp_outgoing_tos tcp_outgoing_ds tcp_outgoing_dscp
2645 LOC: Ip::Qos::TheConfig.tosToServer
2647 Allows you to select a TOS/Diffserv value for packets outgoing
2648 on the server side, based on an ACL.
2650 tcp_outgoing_tos ds-field [!]aclname ...
2652 Example where normal_service_net uses the TOS value 0x00
2653 and good_service_net uses 0x20
2655 acl normal_service_net src 10.0.0.0/24
2656 acl good_service_net src 10.0.1.0/24
2657 tcp_outgoing_tos 0x00 normal_service_net
2658 tcp_outgoing_tos 0x20 good_service_net
2660 TOS/DSCP values really only have local significance - so you should
2661 know what you're specifying. For more information, see RFC2474,
2662 RFC2475, and RFC3260.
2664 The TOS/DSCP byte must be exactly that - a octet value 0 - 255, or
2665 "default" to use whatever default your host has.
2666 Note that only multiples of 4 are usable as the two rightmost bits have
2667 been redefined for use by ECN (RFC 3168 section 23.1).
2668 The squid parser will enforce this by masking away the ECN bits.
2670 Processing proceeds in the order specified, and stops at first fully
2673 Only fast ACLs are supported.
2676 NAME: clientside_tos
2679 LOC: Ip::Qos::TheConfig.tosToClient
2681 Allows you to select a TOS/DSCP value for packets being transmitted
2682 on the client-side, based on an ACL.
2684 clientside_tos ds-field [!]aclname ...
2686 Example where normal_service_net uses the TOS value 0x00
2687 and good_service_net uses 0x20
2689 acl normal_service_net src 10.0.0.0/24
2690 acl good_service_net src 10.0.1.0/24
2691 clientside_tos 0x00 normal_service_net
2692 clientside_tos 0x20 good_service_net
2694 Note: This feature is incompatible with qos_flows. Any TOS values set here
2695 will be overwritten by TOS values in qos_flows.
2697 The TOS/DSCP byte must be exactly that - a octet value 0 - 255, or
2698 "default" to use whatever default your host has.
2699 Note that only multiples of 4 are usable as the two rightmost bits have
2700 been redefined for use by ECN (RFC 3168 section 23.1).
2701 The squid parser will enforce this by masking away the ECN bits.
2703 This clause only supports fast acl types.
2704 See https://wiki.squid-cache.org/SquidFaq/SquidAcl for details.
2707 NAME: tcp_outgoing_mark
2709 IFDEF: HAVE_LIBCAP&&SO_MARK
2711 LOC: Ip::Qos::TheConfig.nfmarkToServer
2713 Allows you to apply a Netfilter mark value to outgoing packets
2714 on the server side, based on an ACL.
2716 tcp_outgoing_mark mark-value [!]aclname ...
2718 Example where normal_service_net uses the mark value 0x00
2719 and good_service_net uses 0x20
2721 acl normal_service_net src 10.0.0.0/24
2722 acl good_service_net src 10.0.1.0/24
2723 tcp_outgoing_mark 0x00 normal_service_net
2724 tcp_outgoing_mark 0x20 good_service_net
2726 Only fast ACLs are supported.
2729 NAME: mark_client_packet clientside_mark
2731 IFDEF: HAVE_LIBCAP&&SO_MARK
2733 LOC: Ip::Qos::TheConfig.nfmarkToClient
2735 Allows you to apply a Netfilter MARK value to packets being transmitted
2736 on the client-side, based on an ACL.
2738 mark_client_packet mark-value [!]aclname ...
2740 Example where normal_service_net uses the MARK value 0x00
2741 and good_service_net uses 0x20
2743 acl normal_service_net src 10.0.0.0/24
2744 acl good_service_net src 10.0.1.0/24
2745 mark_client_packet 0x00 normal_service_net
2746 mark_client_packet 0x20 good_service_net
2748 Note: This feature is incompatible with qos_flows. Any mark values set here
2749 will be overwritten by mark values in qos_flows.
2751 This clause only supports fast acl types.
2752 See https://wiki.squid-cache.org/SquidFaq/SquidAcl for details.
2755 NAME: mark_client_connection
2757 IFDEF: HAVE_LIBCAP&&SO_MARK
2759 LOC: Ip::Qos::TheConfig.nfConnmarkToClient
2761 Allows you to apply a Netfilter CONNMARK value to a connection
2762 on the client-side, based on an ACL.
2764 mark_client_connection mark-value[/mask] [!]aclname ...
2766 The mark-value and mask are unsigned integers (hex, octal, or decimal).
2767 The mask may be used to preserve marking previously set by other agents
2770 A matching rule replaces the CONNMARK value. If a mask is also
2771 specified, then the masked bits of the original value are zeroed, and
2772 the configured mark-value is ORed with that adjusted value.
2773 For example, applying a mark-value 0xAB/0xF to 0x5F CONNMARK, results
2774 in a 0xFB marking (rather than a 0xAB or 0x5B).
2776 This directive semantics is similar to iptables --set-mark rather than
2777 --set-xmark functionality.
2779 The directive does not interfere with qos_flows (which uses packet MARKs,
2782 Example where squid marks intercepted FTP connections:
2784 acl proto_ftp proto FTP
2785 mark_client_connection 0x200/0xff00 proto_ftp
2787 This clause only supports fast acl types.
2788 See https://wiki.squid-cache.org/SquidFaq/SquidAcl for details.
2795 LOC: Ip::Qos::TheConfig
2797 Allows you to select a TOS/DSCP value to mark outgoing
2798 connections to the client, based on where the reply was sourced.
2799 For platforms using netfilter, allows you to set a netfilter mark
2800 value instead of, or in addition to, a TOS value.
2802 By default this functionality is disabled. To enable it with the default
2803 settings simply use "qos_flows mark" or "qos_flows tos". Default
2804 settings will result in the netfilter mark or TOS value being copied
2805 from the upstream connection to the client. Note that it is the connection
2806 CONNMARK value not the packet MARK value that is copied.
2808 It is not currently possible to copy the mark or TOS value from the
2809 client to the upstream connection request.
2811 TOS values really only have local significance - so you should
2812 know what you're specifying. For more information, see RFC2474,
2813 RFC2475, and RFC3260.
2815 The TOS/DSCP byte must be exactly that - a octet value 0 - 255.
2816 Note that only multiples of 4 are usable as the two rightmost bits have
2817 been redefined for use by ECN (RFC 3168 section 23.1).
2818 The squid parser will enforce this by masking away the ECN bits.
2820 Mark values can be any unsigned 32-bit integer value.
2822 This setting is configured by setting the following values:
2824 tos|mark Whether to set TOS or netfilter mark values
2826 local-hit=0xFF Value to mark local cache hits.
2828 sibling-hit=0xFF Value to mark hits from sibling peers.
2830 parent-hit=0xFF Value to mark hits from parent peers.
2832 miss=0xFF[/mask] Value to mark cache misses. Takes precedence
2833 over the preserve-miss feature (see below), unless
2834 mask is specified, in which case only the bits
2835 specified in the mask are written.
2837 The TOS variant of the following features are only possible on Linux
2838 and require your kernel to be patched with the TOS preserving ZPH
2839 patch, available from http://zph.bratcheda.org
2840 No patch is needed to preserve the netfilter mark, which will work
2841 with all variants of netfilter.
2843 disable-preserve-miss
2844 This option disables the preservation of the TOS or netfilter
2845 mark. By default, the existing TOS or netfilter mark value of
2846 the response coming from the remote server will be retained
2847 and masked with miss-mark.
2848 NOTE: in the case of a netfilter mark, the mark must be set on
2849 the connection (using the CONNMARK target) not on the packet
2853 Allows you to mask certain bits in the TOS or mark value
2854 received from the remote server, before copying the value to
2855 the TOS sent towards clients.
2856 Default for tos: 0xFF (TOS from server is not changed).
2857 Default for mark: 0xFFFFFFFF (mark from server is not changed).
2859 All of these features require the --enable-zph-qos compilation flag
2860 (enabled by default). Netfilter marking also requires the
2861 libnetfilter_conntrack libraries (--with-netfilter-conntrack) and
2862 libcap 2.09+ (--with-libcap).
2866 NAME: tcp_outgoing_address
2869 DEFAULT_DOC: Address selection is performed by the operating system.
2870 LOC: Config.accessList.outgoing_address
2872 Allows you to map requests to different outgoing IP addresses
2873 based on the username or source address of the user making
2876 tcp_outgoing_address ipaddr [[!]aclname] ...
2879 Forwarding clients with dedicated IPs for certain subnets.
2881 acl normal_service_net src 10.0.0.0/24
2882 acl good_service_net src 10.0.2.0/24
2884 tcp_outgoing_address 2001:db8::c001 good_service_net
2885 tcp_outgoing_address 10.1.0.2 good_service_net
2887 tcp_outgoing_address 2001:db8::beef normal_service_net
2888 tcp_outgoing_address 10.1.0.1 normal_service_net
2890 tcp_outgoing_address 2001:db8::1
2891 tcp_outgoing_address 10.1.0.3
2893 Processing proceeds in the order specified, and stops at first fully
2896 Squid will add an implicit IP version test to each line.
2897 Requests going to IPv4 websites will use the outgoing 10.1.0.* addresses.
2898 Requests going to IPv6 websites will use the outgoing 2001:db8:* addresses.
2901 NOTE: The use of this directive using client dependent ACLs is
2902 incompatible with the use of server side persistent connections. To
2903 ensure correct results it is best to set server_persistent_connections
2904 to off when using this directive in such configurations.
2906 NOTE: The use of this directive to set a local IP on outgoing TCP links
2907 is incompatible with using TPROXY to set client IP out outbound TCP links.
2908 When needing to contact peers use the no-tproxy cache_peer option and the
2909 client_dst_passthru directive re-enable normal forwarding such as this.
2911 This clause only supports fast acl types.
2912 See https://wiki.squid-cache.org/SquidFaq/SquidAcl for details.
2915 NAME: host_verify_strict
2918 LOC: Config.onoff.hostStrictVerify
2920 Regardless of this option setting, when dealing with intercepted
2921 traffic, Squid always verifies that the destination IP address matches
2922 the Host header domain or IP (called 'authority form URL').
2924 This enforcement is performed to satisfy a MUST-level requirement in
2925 RFC 2616 section 14.23: "The Host field value MUST represent the naming
2926 authority of the origin server or gateway given by the original URL".
2929 Squid always responds with an HTTP 409 (Conflict) error
2930 page and logs a security warning if there is no match.
2932 Squid verifies that the destination IP address matches
2933 the Host header for forward-proxy and reverse-proxy traffic
2934 as well. For those traffic types, Squid also enables the
2935 following checks, comparing the corresponding Host header
2936 and Request-URI components:
2938 * The host names (domain or IP) must be identical,
2939 but valueless or missing Host header disables all checks.
2940 For the two host names to match, both must be either IP
2943 * Port numbers must be identical, but if a port is missing
2944 the scheme-default port is assumed.
2947 When set to OFF (the default):
2948 Squid allows suspicious requests to continue but logs a
2949 security warning and blocks caching of the response.
2951 * Forward-proxy traffic is not checked at all.
2953 * Reverse-proxy traffic is not checked at all.
2955 * Intercepted traffic which passes verification is handled
2956 according to client_dst_passthru.
2958 * Intercepted requests which fail verification are sent
2959 to the client original destination instead of DIRECT.
2960 This overrides 'client_dst_passthru off'.
2962 For now suspicious intercepted CONNECT requests are always
2963 responded to with an HTTP 409 (Conflict) error page.
2968 As described in CVE-2009-0801 when the Host: header alone is used
2969 to determine the destination of a request it becomes trivial for
2970 malicious scripts on remote websites to bypass browser same-origin
2971 security policy and sandboxing protections.
2973 The cause of this is that such applets are allowed to perform their
2974 own HTTP stack, in which case the same-origin policy of the browser
2975 sandbox only verifies that the applet tries to contact the same IP
2976 as from where it was loaded at the IP level. The Host: header may
2977 be different from the connected IP and approved origin.
2981 NAME: client_dst_passthru
2984 LOC: Config.onoff.client_dst_passthru
2986 With NAT or TPROXY intercepted traffic Squid may pass the request
2987 directly to the original client destination IP or seek a faster
2988 source using the HTTP Host header.
2990 Using Host to locate alternative servers can provide faster
2991 connectivity with a range of failure recovery options.
2992 But can also lead to connectivity trouble when the client and
2993 server are attempting stateful interactions unaware of the proxy.
2995 This option (on by default) prevents alternative DNS entries being
2996 located to send intercepted traffic DIRECT to an origin server.
2997 The clients original destination IP and port will be used instead.
2999 Regardless of this option setting, when dealing with intercepted
3000 traffic Squid will verify the Host: header and any traffic which
3001 fails Host verification will be treated as if this option were ON.
3003 see host_verify_strict for details on the verification process.
3008 -----------------------------------------------------------------------------
3011 NAME: tls_outgoing_options
3012 IFDEF: HAVE_LIBGNUTLS||USE_OPENSSL
3013 TYPE: securePeerOptions
3014 DEFAULT: min-version=1.0
3015 LOC: Security::ProxyOutgoingConfig()
3017 disable Do not support https:// URLs.
3019 cert=/path/to/client/certificate
3020 A client X.509 certificate to use when connecting.
3022 key=/path/to/client/private_key
3023 The private key corresponding to the cert= above.
3025 If key= is not specified cert= is assumed to
3026 reference a PEM file containing both the certificate
3029 cipher=... The list of valid TLS ciphers to use.
3032 The minimum TLS protocol version to permit.
3033 To control SSLv3 use the options= parameter.
3034 Supported Values: 1.0 (default), 1.1, 1.2, 1.3
3036 options=... Specify various TLS/SSL implementation options.
3038 OpenSSL options most important are:
3040 NO_SSLv3 Disallow the use of SSLv3
3043 Always create a new key when using
3044 temporary/ephemeral DH key exchanges
3047 Disable use of RFC5077 session tickets.
3048 Some servers may have problems
3049 understanding the TLS extension due
3050 to ambiguous specification in RFC4507.
3052 ALL Enable various bug workarounds
3053 suggested as "harmless" by OpenSSL
3054 Be warned that this reduces SSL/TLS
3055 strength to some attacks.
3057 See the OpenSSL SSL_CTX_set_options documentation
3058 for a more complete list.
3060 GnuTLS options most important are:
3063 Disable use of RFC5077 session tickets.
3064 Some servers may have problems
3065 understanding the TLS extension due
3066 to ambiguous specification in RFC4507.
3068 See the GnuTLS Priority Strings documentation
3069 for a more complete list.
3070 http://www.gnutls.org/manual/gnutls.html#Priority-Strings
3073 cafile= PEM file containing CA certificates to use when verifying
3074 the peer certificate. May be repeated to load multiple files.
3076 capath= A directory containing additional CA certificates to
3077 use when verifying the peer certificate.
3078 Requires OpenSSL or LibreSSL.
3080 crlfile=... A certificate revocation list file to use when
3081 verifying the peer certificate.
3083 flags=... Specify various flags modifying the TLS implementation:
3086 Accept certificates even if they fail to
3089 Don't verify the peer certificate
3090 matches the server name
3093 Whether to use the system Trusted CAs. Default is ON.
3095 domain= The peer name as advertised in its certificate.
3096 Used for verifying the correctness of the received peer
3097 certificate. If not specified the peer hostname will be
3103 -----------------------------------------------------------------------------
3106 NAME: ssl_unclean_shutdown
3110 LOC: Config.SSL.unclean_shutdown
3112 Some browsers (especially MSIE) bugs out on SSL shutdown
3119 LOC: Config.SSL.ssl_engine
3122 The OpenSSL engine to use. You will need to set this if you
3123 would like to use hardware SSL acceleration for example.
3125 Not supported in builds with OpenSSL 3.0 or newer.
3128 NAME: sslproxy_session_ttl
3131 LOC: Config.SSL.session_ttl
3134 Sets the timeout value for SSL sessions
3137 NAME: sslproxy_session_cache_size
3140 LOC: Config.SSL.sessionCacheSize
3143 Sets the cache size to use for ssl session
3146 NAME: sslproxy_foreign_intermediate_certs
3149 LOC: Config.ssl_client.foreignIntermediateCertsPath
3152 Many origin servers fail to send their full server certificate
3153 chain for verification, assuming the client already has or can
3154 easily locate any missing intermediate certificates.
3156 Squid uses the certificates from the specified file to fill in
3157 these missing chains when trying to validate origin server
3160 The file is expected to contain zero or more PEM-encoded
3161 intermediate certificates. These certificates are not treated
3162 as trusted root certificates, and any self-signed certificate in
3163 this file will be ignored.
3166 NAME: sslproxy_cert_sign_hash
3169 LOC: Config.SSL.certSignHash
3172 Sets the hashing algorithm to use when signing generated certificates.
3173 Valid algorithm names depend on the OpenSSL library used. The following
3174 names are usually available: sha1, sha256, sha512, and md5. Please see
3175 your OpenSSL library manual for the available hashes. By default, Squids
3176 that support this option use sha256 hashes.
3178 Squid does not forcefully purge cached certificates that were generated
3179 with an algorithm other than the currently configured one. They remain
3180 in the cache, subject to the regular cache eviction policy, and become
3181 useful if the algorithm changes again.
3186 TYPE: sslproxy_ssl_bump
3187 LOC: Config.accessList.ssl_bump
3188 DEFAULT_DOC: Become a TCP tunnel without decrypting proxied traffic.
3191 This option is consulted when a CONNECT request is received on
3192 an http_port (or a new connection is intercepted at an
3193 https_port), provided that port was configured with an ssl-bump
3194 flag. The subsequent data on the connection is either treated as
3195 HTTPS and decrypted OR tunneled at TCP level without decryption,
3196 depending on the first matching bumping "action".
3198 ssl_bump <action> [!]acl ...
3200 The following bumping actions are currently supported:
3203 Become a TCP tunnel without decrypting proxied traffic.
3204 This is the default action.
3207 When used on step SslBump1, establishes a secure connection
3208 with the client first, then connect to the server.
3209 When used on step SslBump2 or SslBump3, establishes a secure
3210 connection with the server and, using a mimicked server
3211 certificate, with the client.
3214 Receive client (step SslBump1) or server (step SslBump2)
3215 certificate while preserving the possibility of splicing the
3216 connection. Peeking at the server certificate (during step 2)
3217 usually precludes bumping of the connection at step 3.
3220 Receive client (step SslBump1) or server (step SslBump2)
3221 certificate while preserving the possibility of bumping the
3222 connection. Staring at the server certificate (during step 2)
3223 usually precludes splicing of the connection at step 3.
3226 Close client and server connections.
3228 Backward compatibility actions available at step SslBump1:
3231 Bump the connection. Establish a secure connection with the
3232 client first, then connect to the server. This old mode does
3233 not allow Squid to mimic server SSL certificate and does not
3234 work with intercepted SSL connections.
3237 Bump the connection. Establish a secure connection with the
3238 server first, then establish a secure connection with the
3239 client, using a mimicked server certificate. Works with both
3240 CONNECT requests and intercepted SSL connections, but does
3241 not allow to make decisions based on SSL handshake info.
3244 Decide whether to bump or splice the connection based on
3245 client-to-squid and server-to-squid SSL hello messages.
3249 Same as the "splice" action.
3251 All ssl_bump rules are evaluated at each of the supported bumping
3252 steps. Rules with actions that are impossible at the current step are
3253 ignored. The first matching ssl_bump action wins and is applied at the
3254 end of the current step. If no rules match, the splice action is used.
3255 See the at_step ACL for a list of the supported SslBump steps.
3257 This clause supports both fast and slow acl types.
3258 See https://wiki.squid-cache.org/SquidFaq/SquidAcl for details.
3260 See also: http_port ssl-bump, https_port ssl-bump, and acl at_step.
3263 # Example: Bump all TLS connections except those originating from
3264 # localhost or those going to example.com.
3266 acl broken_sites ssl::server_name .example.com
3267 ssl_bump splice localhost
3268 ssl_bump splice broken_sites
3272 NAME: sslproxy_cert_error
3275 DEFAULT_DOC: Server certificate errors terminate the transaction.
3276 LOC: Config.ssl_client.cert_error
3279 Use this ACL to bypass server certificate validation errors.
3281 For example, the following lines will bypass all validation errors
3282 when talking to servers for example.com. All other
3283 validation errors will result in ERR_SECURE_CONNECT_FAIL error.
3285 acl BrokenButTrustedServers dstdomain example.com
3286 sslproxy_cert_error allow BrokenButTrustedServers
3287 sslproxy_cert_error deny all
3289 This clause only supports fast acl types.
3290 See https://wiki.squid-cache.org/SquidFaq/SquidAcl for details.
3291 Using slow acl types may result in server crashes
3293 Without this option, all server certificate validation errors
3294 terminate the transaction to protect Squid and the client.
3296 SQUID_X509_V_ERR_INFINITE_VALIDATION error cannot be bypassed
3297 but should not happen unless your OpenSSL library is buggy.
3300 Bypassing validation errors is dangerous because an
3301 error usually implies that the server cannot be trusted
3302 and the connection may be insecure.
3304 See also: sslproxy_flags and DONT_VERIFY_PEER.
3307 NAME: sslproxy_cert_sign
3310 POSTSCRIPTUM: signUntrusted ssl::certUntrusted
3311 POSTSCRIPTUM: signSelf ssl::certSelfSigned
3312 POSTSCRIPTUM: signTrusted all
3313 TYPE: sslproxy_cert_sign
3314 LOC: Config.ssl_client.cert_sign
3317 sslproxy_cert_sign <signing algorithm> acl ...
3319 The following certificate signing algorithms are supported:
3322 Sign using the configured CA certificate which is usually
3323 placed in and trusted by end-user browsers. This is the
3324 default for trusted origin server certificates.
3327 Sign to guarantee an X509_V_ERR_CERT_UNTRUSTED browser error.
3328 This is the default for untrusted origin server certificates
3329 that are not self-signed (see ssl::certUntrusted).
3332 Sign using a self-signed certificate with the right CN to
3333 generate a X509_V_ERR_DEPTH_ZERO_SELF_SIGNED_CERT error in the
3334 browser. This is the default for self-signed origin server
3335 certificates (see ssl::certSelfSigned).
3337 This clause only supports fast acl types.
3339 When sslproxy_cert_sign acl(s) match, Squid uses the corresponding
3340 signing algorithm to generate the certificate and ignores all
3341 subsequent sslproxy_cert_sign options (the first match wins). If no
3342 acl(s) match, the default signing algorithm is determined by errors
3343 detected when obtaining and validating the origin server certificate.
3345 WARNING: SQUID_X509_V_ERR_DOMAIN_MISMATCH and ssl:certDomainMismatch can
3346 be used with sslproxy_cert_adapt, but if and only if Squid is bumping a
3347 CONNECT request that carries a domain name. In all other cases (CONNECT
3348 to an IP address or an intercepted SSL connection), Squid cannot detect
3349 the domain mismatch at certificate generation time when
3350 bump-server-first is used.
3353 NAME: sslproxy_cert_adapt
3356 TYPE: sslproxy_cert_adapt
3357 LOC: Config.ssl_client.cert_adapt
3360 sslproxy_cert_adapt <adaptation algorithm> acl ...
3362 The following certificate adaptation algorithms are supported:
3365 Sets the "Not After" property to the "Not After" property of
3366 the CA certificate used to sign generated certificates.
3369 Sets the "Not Before" property to the "Not Before" property of
3370 the CA certificate used to sign generated certificates.
3372 setCommonName or setCommonName{CN}
3373 Sets Subject.CN property to the host name specified as a
3374 CN parameter or, if no explicit CN parameter was specified,
3375 extracted from the CONNECT request. It is a misconfiguration
3376 to use setCommonName without an explicit parameter for
3377 intercepted or tproxied SSL connections.
3379 This clause only supports fast acl types.
3381 Squid first groups sslproxy_cert_adapt options by adaptation algorithm.
3382 Within a group, when sslproxy_cert_adapt acl(s) match, Squid uses the
3383 corresponding adaptation algorithm to generate the certificate and
3384 ignores all subsequent sslproxy_cert_adapt options in that algorithm's
3385 group (i.e., the first match wins within each algorithm group). If no
3386 acl(s) match, the default mimicking action takes place.
3388 WARNING: SQUID_X509_V_ERR_DOMAIN_MISMATCH and ssl:certDomainMismatch can
3389 be used with sslproxy_cert_adapt, but if and only if Squid is bumping a
3390 CONNECT request that carries a domain name. In all other cases (CONNECT
3391 to an IP address or an intercepted SSL connection), Squid cannot detect
3392 the domain mismatch at certificate generation time when
3393 bump-server-first is used.
3396 NAME: sslpassword_program
3399 LOC: Config.Program.ssl_password
3402 Specify a program used for entering SSL key passphrases
3403 when using encrypted SSL certificate keys. If not specified
3404 keys must either be unencrypted, or Squid started with the -N
3405 option to allow it to query interactively for the passphrase.
3407 The key file name is given as argument to the program allowing
3408 selection of the right password if you have multiple encrypted
3413 OPTIONS RELATING TO EXTERNAL SSL_CRTD
3414 -----------------------------------------------------------------------------
3417 NAME: sslcrtd_program
3420 DEFAULT: @DEFAULT_SSL_CRTD@ -s @DEFAULT_SSL_DB_DIR@ -M 4MB
3421 LOC: Ssl::TheConfig.ssl_crtd
3423 Specify the location and options of the executable for certificate
3426 @DEFAULT_SSL_CRTD@ program can use a disk cache to improve response
3427 times on repeated requests. To enable caching, specify -s and -M
3428 parameters. If those parameters are not given, the program generates
3429 a new certificate on every request.
3431 For more information use:
3432 @DEFAULT_SSL_CRTD@ -h
3435 NAME: sslcrtd_children
3436 TYPE: HelperChildConfig
3438 DEFAULT: 32 startup=5 idle=1
3439 LOC: Ssl::TheConfig.ssl_crtdChildren
3441 Specifies the maximum number of certificate generation processes that
3442 Squid may spawn (numberofchildren) and several related options. Using
3443 too few of these helper processes (a.k.a. "helpers") creates request
3444 queues. Using too many helpers wastes your system resources. Squid
3445 does not support spawning more than 32 helpers.
3447 Usage: numberofchildren [option]...
3449 The startup= and idle= options allow some measure of skew in your
3454 Sets the minimum number of processes to spawn when Squid
3455 starts or reconfigures. When set to zero the first request will
3456 cause spawning of the first child process to handle it.
3458 Starting too few children temporary slows Squid under load while it
3459 tries to spawn enough additional processes to cope with traffic.
3463 Sets a minimum of how many processes Squid is to try and keep available
3464 at all times. When traffic begins to rise above what the existing
3465 processes can handle this many more will be spawned up to the maximum
3466 configured. A minimum setting of 1 is required.
3470 Sets the maximum number of queued requests. A request is queued when
3471 no existing child is idle and no new child can be started due to
3472 numberofchildren limit. If the queued requests exceed queue size for
3473 more than 3 minutes squid aborts its operation. The default value is
3474 set to 2*numberofchildren.
3476 You must have at least one ssl_crtd process.
3479 NAME: sslcrtvalidator_program
3483 LOC: Ssl::TheConfig.ssl_crt_validator
3485 Specify the location and options of the executable for ssl_crt_validator
3488 Usage: sslcrtvalidator_program [ttl=...] [cache=n] path ...
3493 Limits how much memory Squid can use for caching validator
3494 responses. The default is 67108864 (i.e. 64 MB).
3495 Reconfiguration purges any excess entries. To disable caching,
3496 use cache=0. Currently, cache entry sizes are seriously
3497 underestimated. Even with that bug, a typical estimate for a
3498 single cache entry size would be at least a few kilobytes (the
3499 size of the PEM certificates sent to the validator).
3501 ttl=<seconds|"infinity">
3502 Approximately how long Squid may reuse the validator results
3503 for. The default is 3600 (i.e. 1 hour). Using ttl=infinity
3504 disables TTL checks. Reconfiguration does not affect TTLs of
3505 the already cached entries. To disable caching, use zero cache
3506 size, not zero TTL -- zero TTL allows reuse for the remainder
3507 of the second when the result was cached.
3510 NAME: sslcrtvalidator_children
3511 TYPE: HelperChildConfig
3513 DEFAULT: 32 startup=5 idle=1 concurrency=1
3514 LOC: Ssl::TheConfig.ssl_crt_validator_Children
3516 Specifies the maximum number of certificate validation processes that
3517 Squid may spawn (numberofchildren) and several related options. Using
3518 too few of these helper processes (a.k.a. "helpers") creates request
3519 queues. Using too many helpers wastes your system resources. Squid
3520 does not support spawning more than 32 helpers.
3522 Usage: numberofchildren [option]...
3524 The startup= and idle= options allow some measure of skew in your
3529 Sets the minimum number of processes to spawn when Squid
3530 starts or reconfigures. When set to zero the first request will
3531 cause spawning of the first child process to handle it.
3533 Starting too few children temporary slows Squid under load while it
3534 tries to spawn enough additional processes to cope with traffic.
3538 Sets a minimum of how many processes Squid is to try and keep available
3539 at all times. When traffic begins to rise above what the existing
3540 processes can handle this many more will be spawned up to the maximum
3541 configured. A minimum setting of 1 is required.
3545 The number of requests each certificate validator helper can handle in
3546 parallel. A value of 0 indicates the certificate validator does not
3547 support concurrency. Defaults to 1.
3549 When this directive is set to a value >= 1 then the protocol
3550 used to communicate with the helper is modified to include
3551 a request ID in front of the request/response. The request
3552 ID from the request must be echoed back with the response
3557 Sets the maximum number of queued requests. A request is queued when
3558 no existing child can accept it due to concurrency limit and no new
3559 child can be started due to numberofchildren limit. If the queued
3560 requests exceed queue size for more than 3 minutes squid aborts its
3561 operation. The default value is set to 2*numberofchildren.
3563 You must have at least one ssl_crt_validator process.
3567 OPTIONS WHICH AFFECT THE NEIGHBOR SELECTION ALGORITHM
3568 -----------------------------------------------------------------------------
3576 To specify other caches in a hierarchy, use the format:
3578 cache_peer hostname type http-port icp-port [options]
3583 # hostname type port port options
3584 # -------------------- -------- ----- ----- -----------
3585 cache_peer parent.foo.net parent 3128 3130 default
3586 cache_peer sib1.foo.net sibling 3128 3130 proxy-only
3587 cache_peer sib2.foo.net sibling 3128 3130 proxy-only
3588 cache_peer example.com parent 80 0 default
3589 cache_peer cdn.example.com sibling 3128 0
3591 type: either 'parent', 'sibling', or 'multicast'.
3593 proxy-port: The port number where the peer accept HTTP requests.
3594 For other Squid proxies this is usually 3128
3595 For web servers this is usually 80
3597 icp-port: Used for querying neighbor caches about objects.
3598 Set to 0 if the peer does not support ICP or HTCP.
3599 See ICP and HTCP options below for additional details.
3602 ==== ICP OPTIONS ====
3604 You MUST also set icp_port and icp_access explicitly when using these options.
3605 The defaults will prevent peer traffic using ICP.
3608 no-query Disable ICP queries to this neighbor.
3611 Indicates the named peer is a member of a multicast group.
3612 ICP queries will not be sent directly to the peer, but ICP
3613 replies will be accepted from it.
3615 closest-only Indicates that, for ICP_OP_MISS replies, we'll only forward
3616 CLOSEST_PARENT_MISSes and never FIRST_PARENT_MISSes.
3619 To only send ICP queries to this neighbor infrequently.
3620 This is used to keep the neighbor round trip time updated
3621 and is usually used in conjunction with weighted-round-robin.
3624 ==== HTCP OPTIONS ====
3626 You MUST also set htcp_port and htcp_access explicitly when using these options.
3627 The defaults will prevent peer traffic using HTCP.
3630 htcp Send HTCP, instead of ICP, queries to the neighbor.
3631 You probably also want to set the "icp-port" to 4827
3632 instead of 3130. This directive accepts a comma separated
3633 list of options described below.
3635 htcp=oldsquid Send HTCP to old Squid versions (2.5 or earlier).
3637 htcp=no-clr Send HTCP to the neighbor but without
3638 sending any CLR requests. This cannot be used with
3641 htcp=only-clr Send HTCP to the neighbor but ONLY CLR requests.
3642 This cannot be used with no-clr.
3645 Send HTCP to the neighbor including CLRs but only when
3646 they do not result from PURGE requests.
3649 Forward any HTCP CLR requests this proxy receives to the peer.
3652 ==== PEER SELECTION METHODS ====
3654 The default peer selection method is ICP, with the first responding peer
3655 being used as source. These options can be used for better load balancing.
3658 default This is a parent cache which can be used as a "last-resort"
3659 if a peer cannot be located by any of the peer-selection methods.
3660 If specified more than once, only the first is used.
3662 round-robin Load-Balance parents which should be used in a round-robin
3663 fashion in the absence of any ICP queries.
3664 weight=N can be used to add bias.
3666 weighted-round-robin
3667 Load-Balance parents which should be used in a round-robin
3668 fashion with the frequency of each parent being based on the
3669 round trip time. Closer parents are used more often.
3670 Usually used for background-ping parents.
3671 weight=N can be used to add bias.
3673 carp Load-Balance parents which should be used as a CARP array.
3674 The requests will be distributed among the parents based on the
3675 CARP load balancing hash function based on their weight.
3677 userhash Load-balance parents based on the client proxy_auth username.
3679 sourcehash Load-balance parents based on the client source IP.
3682 To be used only for cache peers of type "multicast".
3683 ALL members of this multicast group have "sibling"
3684 relationship with it, not "parent". This is to a multicast
3685 group when the requested object would be fetched only from
3686 a "parent" cache, anyway. It's useful, e.g., when
3687 configuring a pool of redundant Squid proxies, being
3688 members of the same multicast group.
3691 ==== PEER SELECTION OPTIONS ====
3693 weight=N use to affect the selection of a peer during any weighted
3694 peer-selection mechanisms.
3695 The weight must be an integer; default is 1,
3696 larger weights are favored more.
3697 This option does not affect parent selection if a peering
3698 protocol is not in use.
3700 basetime=N Specify a base amount to be subtracted from round trip
3702 It is subtracted before division by weight in calculating
3703 which parent to fectch from. If the rtt is less than the
3704 base time the rtt is set to a minimal value.
3706 ttl=N Specify a TTL to use when sending multicast ICP queries
3708 Only useful when sending to a multicast group.
3709 Because we don't accept ICP replies from random
3710 hosts, you must configure other group members as
3711 peers with the 'multicast-responder' option.
3713 no-delay To prevent access to this neighbor from influencing the
3716 digest-url=URL Tell Squid to fetch the cache digest (if digests are
3717 enabled) for this host from the specified URL rather
3718 than the Squid default location.
3721 ==== CARP OPTIONS ====
3723 carp-key=key-specification
3724 use a different key than the full URL to hash against the peer.
3725 the key-specification is a comma-separated list of the keywords
3726 scheme, host, port, path, params
3727 Order is not important.
3729 ==== ACCELERATOR / REVERSE-PROXY OPTIONS ====
3731 originserver Causes this parent to be contacted as an origin server.
3732 Meant to be used in accelerator setups when the peer
3736 Set the Host header of requests forwarded to this peer.
3737 Useful in accelerator setups where the server (peer)
3738 expects a certain domain name but clients may request
3739 others. ie example.com or www.example.com
3741 no-digest Disable request of cache digests.
3744 Disables requesting ICMP RTT database (NetDB).
3747 ==== AUTHENTICATION OPTIONS ====
3750 If this is a personal/workgroup proxy and your parent
3751 requires proxy authentication.
3753 Note: The string can include URL escapes (i.e. %20 for
3754 spaces). This also means % must be written as %%.
3757 Send login details received from client to this peer.
3758 Both Proxy- and WWW-Authorization headers are passed
3759 without alteration to the peer.
3760 Authentication is not required by Squid for this to work.
3762 Note: This will pass any form of authentication but
3763 only Basic auth will work through a proxy unless the
3764 connection-auth options are also used.
3766 login=PASS Send login details received from client to this peer.
3767 Authentication is not required by this option.
3769 If there are no client-provided authentication headers
3770 to pass on, but username and password are available
3771 from an external ACL user= and password= result tags
3772 they may be sent instead.
3774 Note: To combine this with proxy_auth both proxies must
3775 share the same user database as HTTP only allows for
3776 a single login (one for proxy, one for origin server).
3777 Also be warned this will expose your users proxy
3778 password to the peer. USE WITH CAUTION
3781 Send the username to the upstream cache, but with a
3782 fixed password. This is meant to be used when the peer
3783 is in another administrative domain, but it is still
3784 needed to identify each user.
3785 The star can optionally be followed by some extra
3786 information which is added to the username. This can
3787 be used to identify this proxy to the peer, similar to
3788 the login=username:password option above.
3791 If this is a personal/workgroup proxy and your parent
3792 requires a secure proxy authentication.
3793 The first principal from the default keytab or defined by
3794 the environment variable KRB5_KTNAME will be used.
3796 WARNING: The connection may transmit requests from multiple
3797 clients. Negotiate often assumes end-to-end authentication
3798 and a single-client. Which is not strictly true here.
3800 login=NEGOTIATE:principal_name
3801 If this is a personal/workgroup proxy and your parent
3802 requires a secure proxy authentication.
3803 The principal principal_name from the default keytab or
3804 defined by the environment variable KRB5_KTNAME will be
3807 WARNING: The connection may transmit requests from multiple
3808 clients. Negotiate often assumes end-to-end authentication
3809 and a single-client. Which is not strictly true here.
3811 connection-auth=on|off
3812 Tell Squid that this peer does or not support Microsoft
3813 connection oriented authentication, and any such
3814 challenges received from there should be ignored.
3815 Default is auto to automatically determine the status
3819 Do not use a keytab to authenticate to a peer when
3820 login=NEGOTIATE is specified. Let the GSSAPI
3821 implementation determine which already existing
3822 credentials cache to use instead.
3825 ==== SSL / HTTPS / TLS OPTIONS ====
3827 tls Encrypt connections to this peer with TLS.
3829 sslcert=/path/to/ssl/certificate
3830 A client X.509 certificate to use when connecting to
3833 sslkey=/path/to/ssl/key
3834 The private key corresponding to sslcert above.
3836 If sslkey= is not specified sslcert= is assumed to
3837 reference a PEM file containing both the certificate
3840 sslcipher=... The list of valid SSL ciphers to use when connecting
3844 The minimum TLS protocol version to permit. To control
3845 SSLv3 use the tls-options= parameter.
3846 Supported Values: 1.0 (default), 1.1, 1.2
3848 tls-options=... Specify various TLS implementation options.
3850 OpenSSL options most important are:
3852 NO_SSLv3 Disallow the use of SSLv3
3855 Always create a new key when using
3856 temporary/ephemeral DH key exchanges
3859 Disable use of RFC5077 session tickets.
3860 Some servers may have problems
3861 understanding the TLS extension due
3862 to ambiguous specification in RFC4507.
3864 ALL Enable various bug workarounds
3865 suggested as "harmless" by OpenSSL
3866 Be warned that this reduces SSL/TLS
3867 strength to some attacks.
3869 See the OpenSSL SSL_CTX_set_options documentation for a
3872 GnuTLS options most important are:
3875 Disable use of RFC5077 session tickets.
3876 Some servers may have problems
3877 understanding the TLS extension due
3878 to ambiguous specification in RFC4507.
3880 See the GnuTLS Priority Strings documentation
3881 for a more complete list.
3882 http://www.gnutls.org/manual/gnutls.html#Priority-Strings
3884 tls-cafile= PEM file containing CA certificates to use when verifying
3885 the peer certificate. May be repeated to load multiple files.
3887 sslcapath=... A directory containing additional CA certificates to
3888 use when verifying the peer certificate.
3889 Requires OpenSSL or LibreSSL.
3891 sslcrlfile=... A certificate revocation list file to use when
3892 verifying the peer certificate.
3894 sslflags=... Specify various flags modifying the SSL implementation:
3897 Accept certificates even if they fail to
3901 Don't verify the peer certificate
3902 matches the server name
3904 ssldomain= The peer name as advertised in it's certificate.
3905 Used for verifying the correctness of the received peer
3906 certificate. If not specified the peer hostname will be
3909 front-end-https[=off|on|auto]
3910 Enable the "Front-End-Https: On" header needed when
3911 using Squid as a SSL frontend in front of Microsoft OWA.
3912 See MS KB document Q307347 for details on this header.
3913 If set to auto the header will only be added if the
3914 request is forwarded as a https:// URL.
3916 tls-default-ca[=off]
3917 Whether to use the system Trusted CAs. Default is ON.
3919 tls-no-npn Do not use the TLS NPN extension to advertise HTTP/1.1.
3921 ==== GENERAL OPTIONS ====
3924 A peer-specific connect timeout.
3925 Also see the peer_connect_timeout directive.
3927 connect-fail-limit=N
3928 How many times connecting to a peer must fail before
3929 it is marked as down. Standby connection failures
3930 count towards this limit. Default is 10.
3932 allow-miss Disable Squid's use of only-if-cached when forwarding
3933 requests to siblings. This is primarily useful when
3934 icp_hit_stale is used by the sibling. Excessive use
3935 of this option may result in forwarding loops. One way
3936 to prevent peering loops when using this option, is to
3937 deny cache peer usage on requests from a peer:
3939 cache_peer_access peerName deny fromPeer
3941 max-conn=N Limit the number of concurrent connections the Squid
3942 may open to this peer, including already opened idle
3943 and standby connections. There is no peer-specific
3944 connection limit by default.
3946 A peer exceeding the limit is not used for new
3947 requests unless a standby connection is available.
3949 max-conn currently works poorly with idle persistent
3950 connections: When a peer reaches its max-conn limit,
3951 and there are idle persistent connections to the peer,
3952 the peer may not be selected because the limiting code
3953 does not know whether Squid can reuse those idle
3956 standby=N Maintain a pool of N "hot standby" connections to an
3957 UP peer, available for requests when no idle
3958 persistent connection is available (or safe) to use.
3959 By default and with zero N, no such pool is maintained.
3960 N must not exceed the max-conn limit (if any).
3962 At start or after reconfiguration, Squid opens new TCP
3963 standby connections until there are N connections
3964 available and then replenishes the standby pool as
3965 opened connections are used up for requests. A used
3966 connection never goes back to the standby pool, but
3967 may go to the regular idle persistent connection pool
3968 shared by all peers and origin servers.
3970 Squid never opens multiple new standby connections
3971 concurrently. This one-at-a-time approach minimizes
3972 flooding-like effect on peers. Furthermore, just a few
3973 standby connections should be sufficient in most cases
3974 to supply most new requests with a ready-to-use
3977 Standby connections obey server_idle_pconn_timeout.
3978 For the feature to work as intended, the peer must be
3979 configured to accept and keep them open longer than
3980 the idle timeout at the connecting Squid, to minimize
3981 race conditions typical to idle used persistent
3982 connections. Default request_timeout and
3983 server_idle_pconn_timeout values ensure such a
3986 name=xxx Unique name for the peer.
3987 Required if you have multiple cache_peers with the same hostname.
3988 Defaults to cache_peer hostname when not explicitly specified.
3990 Other directives (e.g., cache_peer_access), cache manager reports,
3991 and cache.log messages use this name to refer to this cache_peer.
3993 The cache_peer name value affects hashing-based peer selection
3994 methods (e.g., carp and sourcehash).
3996 Can be used by outgoing access controls through the
3999 The name value preserves configured spelling, but name uniqueness
4000 checks and name-based search are case-insensitive.
4002 no-tproxy Do not use the client-spoof TPROXY support when forwarding
4003 requests to this peer. Use normal address selection instead.
4004 This overrides the spoof_client_ip ACL.
4006 proxy-only objects fetched from the peer will not be stored locally.
4010 NAME: cache_peer_access
4013 DEFAULT_DOC: No peer usage restrictions.
4016 Restricts usage of cache_peer proxies.
4019 cache_peer_access peer-name allow|deny [!]aclname ...
4021 For the required peer-name parameter, use either the value of the
4022 cache_peer name=value parameter or, if name=value is missing, the
4023 cache_peer hostname parameter.
4025 This directive narrows down the selection of peering candidates, but
4026 does not determine the order in which the selected candidates are
4027 contacted. That order is determined by the peer selection algorithms
4028 (see PEER SELECTION sections in the cache_peer documentation).
4030 If a deny rule matches, the corresponding peer will not be contacted
4031 for the current transaction -- Squid will not send ICP queries and
4032 will not forward HTTP requests to that peer. An allow match leaves
4033 the corresponding peer in the selection. The first match for a given
4034 peer wins for that peer.
4036 The relative order of cache_peer_access directives for the same peer
4037 matters. The relative order of any two cache_peer_access directives
4038 for different peers does not matter. To ease interpretation, it is a
4039 good idea to group cache_peer_access directives for the same peer
4042 A single cache_peer_access directive may be evaluated multiple times
4043 for a given transaction because individual peer selection algorithms
4044 may check it independently from each other. These redundant checks
4045 may be optimized away in future Squid versions.
4047 This clause only supports fast acl types.
4048 See https://wiki.squid-cache.org/SquidFaq/SquidAcl for details.
4052 NAME: neighbor_type_domain
4053 TYPE: hostdomaintype
4055 DEFAULT_DOC: The peer type from cache_peer directive is used for all requests to that peer.
4058 Modify the cache_peer neighbor type when passing requests
4059 about specific domains to the peer.
4062 neighbor_type_domain peer-name parent|sibling domain...
4064 For the required peer-name parameter, use either the value of the
4065 cache_peer name=value parameter or, if name=value is missing, the
4066 cache_peer hostname parameter.
4069 cache_peer foo.example.com parent 3128 3130
4070 neighbor_type_domain foo.example.com sibling .au .de
4072 The above configuration treats all requests to foo.example.com as a
4073 parent proxy unless the request is for a .au or .de ccTLD domain name.
4076 NAME: dead_peer_timeout
4080 LOC: Config.Timeout.deadPeer
4082 This controls how long Squid waits to declare a peer cache
4083 as "dead." If there are no ICP replies received in this
4084 amount of time, Squid will declare the peer dead and not
4085 expect to receive any further ICP replies. However, it
4086 continues to send ICP queries, and will mark the peer as
4087 alive upon receipt of the first subsequent ICP reply.
4089 This timeout also affects when Squid expects to receive ICP
4090 replies from peers. If more than 'dead_peer' seconds have
4091 passed since the last ICP reply was received, Squid will not
4092 expect to receive an ICP reply on the next query. Thus, if
4093 your time between requests is greater than this timeout, you
4094 will see a lot of requests sent DIRECT to origin servers
4095 instead of to your parents.
4098 NAME: forward_max_tries
4101 LOC: Config.forward_max_tries
4103 Limits the number of attempts to forward the request.
4105 For the purpose of this limit, Squid counts all high-level request
4106 forwarding attempts, including any same-destination retries after
4107 certain persistent connection failures and any attempts to use a
4108 different peer. However, these low-level attempts are not counted:
4109 * connection reopening attempts (enabled using connect_retries)
4110 * unfinished Happy Eyeballs connection attempts (prevented by setting
4111 happy_eyeballs_connect_limit to 0)
4113 See also: forward_timeout, connect_retries, and %request_attempts.
4117 MEMORY CACHE OPTIONS
4118 -----------------------------------------------------------------------------
4125 LOC: Config.memMaxSize
4127 NOTE: THIS PARAMETER DOES NOT SPECIFY THE MAXIMUM PROCESS SIZE.
4128 IT ONLY PLACES A LIMIT ON HOW MUCH ADDITIONAL MEMORY SQUID WILL
4129 USE AS A MEMORY CACHE OF OBJECTS. SQUID USES MEMORY FOR OTHER
4130 THINGS AS WELL. SEE THE SQUID FAQ SECTION 8 FOR DETAILS.
4132 'cache_mem' specifies the ideal amount of memory to be used
4134 * In-Transit objects
4136 * Negative-Cached objects
4138 Data for these objects are stored in 4 KB blocks. This
4139 parameter specifies the ideal upper limit on the total size of
4140 4 KB blocks allocated. In-Transit objects take the highest
4143 In-transit objects have priority over the others. When
4144 additional space is needed for incoming data, negative-cached
4145 and hot objects will be released. In other words, the
4146 negative-cached and hot objects will fill up any unused space
4147 not needed for in-transit objects.
4149 If circumstances require, this limit will be exceeded.
4150 Specifically, if your incoming request rate requires more than
4151 'cache_mem' of memory to hold in-transit objects, Squid will
4152 exceed this limit to satisfy the new requests. When the load
4153 decreases, blocks will be freed until the high-water mark is
4154 reached. Thereafter, blocks will be used to store hot
4157 If shared memory caching is enabled, Squid does not use the shared
4158 cache space for in-transit objects, but they still consume as much
4159 local memory as they need. For more details about the shared memory
4160 cache, see memory_cache_shared.
4163 NAME: maximum_object_size_in_memory
4167 LOC: Config.Store.maxInMemObjSize
4169 Objects greater than this size will not be attempted to kept in
4170 the memory cache. This should be set high enough to keep objects
4171 accessed frequently in memory to improve performance whilst low
4172 enough to keep larger objects from hoarding cache_mem.
4175 NAME: memory_cache_shared
4178 LOC: Config.memShared
4180 DEFAULT_DOC: "on" where supported if doing memory caching with multiple SMP workers.
4182 Controls whether the memory cache is shared among SMP workers.
4184 The shared memory cache is meant to occupy cache_mem bytes and replace
4185 the non-shared memory cache, although some entities may still be
4186 cached locally by workers for now (e.g., internal and in-transit
4187 objects may be served from a local memory cache even if shared memory
4188 caching is enabled).
4190 By default, the memory cache is shared if and only if all of the
4191 following conditions are satisfied: Squid runs in SMP mode with
4192 multiple workers, cache_mem is positive, and Squid environment
4193 supports required IPC primitives (e.g., POSIX shared memory segments
4194 and GCC-style atomic operations).
4196 To avoid blocking locks, shared memory uses opportunistic algorithms
4197 that do not guarantee that every cachable entity that could have been
4198 shared among SMP workers will actually be shared.
4201 NAME: memory_cache_mode
4205 DEFAULT_DOC: Keep the most recently fetched objects in memory
4207 Controls which objects to keep in the memory cache (cache_mem)
4209 always Keep most recently fetched objects in memory (default)
4211 disk Only disk cache hits are kept in memory, which means
4212 an object must first be cached on disk and then hit
4213 a second time before cached in memory.
4215 network Only objects fetched from network is kept in memory
4218 NAME: memory_replacement_policy
4220 LOC: Config.memPolicy
4223 The memory replacement policy parameter determines which
4224 objects are purged from memory when memory space is needed.
4226 See cache_replacement_policy for details on algorithms.
4231 -----------------------------------------------------------------------------
4234 NAME: cache_replacement_policy
4236 LOC: Config.replPolicy
4239 The cache replacement policy parameter determines which
4240 objects are evicted (replaced) when disk space is needed.
4242 lru : Squid's original list based LRU policy
4243 heap GDSF : Greedy-Dual Size Frequency
4244 heap LFUDA: Least Frequently Used with Dynamic Aging
4245 heap LRU : LRU policy implemented using a heap
4247 Applies to any cache_dir lines listed below this directive.
4249 The LRU policies keeps recently referenced objects.
4251 The heap GDSF policy optimizes object hit rate by keeping smaller
4252 popular objects in cache so it has a better chance of getting a
4253 hit. It achieves a lower byte hit rate than LFUDA though since
4254 it evicts larger (possibly popular) objects.
4256 The heap LFUDA policy keeps popular objects in cache regardless of
4257 their size and thus optimizes byte hit rate at the expense of
4258 hit rate since one large, popular object will prevent many
4259 smaller, slightly less popular objects from being cached.
4261 Both policies utilize a dynamic aging mechanism that prevents
4262 cache pollution that can otherwise occur with frequency-based
4263 replacement policies.
4265 NOTE: if using the LFUDA replacement policy you should increase
4266 the value of maximum_object_size above its default of 4 MB to
4267 to maximize the potential byte hit rate improvement of LFUDA.
4269 For more information about the GDSF and LFUDA cache replacement
4270 policies see http://www.hpl.hp.com/techreports/1999/HPL-1999-69.html
4271 and http://fog.hpl.external.hp.com/techreports/98/HPL-98-173.html.
4274 NAME: minimum_object_size
4278 DEFAULT_DOC: no limit
4279 LOC: Config.Store.minObjectSize
4281 Objects smaller than this size will NOT be saved on disk. The
4282 value is specified in bytes, and the default is 0 KB, which
4283 means all responses can be stored.
4286 NAME: maximum_object_size
4290 LOC: Config.Store.maxObjectSize
4292 Set the default value for max-size parameter on any cache_dir.
4293 The value is specified in bytes, and the default is 4 MB.
4295 If you wish to get a high BYTES hit ratio, you should probably
4296 increase this (one 32 MB object hit counts for 3200 10KB
4299 If you wish to increase hit ratio more than you want to
4300 save bandwidth you should leave this low.
4302 NOTE: if using the LFUDA replacement policy you should increase
4303 this value to maximize the byte hit rate improvement of LFUDA!
4304 See cache_replacement_policy for a discussion of this policy.
4310 DEFAULT_DOC: No disk cache. Store cache objects only in memory.
4311 LOC: Config.cacheSwap
4314 cache_dir Type Directory-Name Fs-specific-data [options]
4316 You can specify multiple cache_dir lines to spread the
4317 cache among different disk partitions.
4319 Type specifies the kind of storage system to use. Only "ufs"
4320 is built by default. To enable any of the other storage systems
4321 see the --enable-storeio configure option.
4323 'Directory' is a top-level directory where cache swap
4324 files will be stored. If you want to use an entire disk
4325 for caching, this can be the mount-point directory.
4326 The directory must exist and be writable by the Squid
4327 process. Squid will NOT create this directory for you.
4329 Rock is currently the only SMP-aware cache_dir type. Using other
4330 store types in configurations with multiple workers is not
4331 supported and may lead to HTTP violations or undefined behavior,
4332 even when each such cache_dir is given a dedicated worker using
4333 configuration conditionals.
4336 ==== The ufs store type ====
4338 "ufs" is the old well-known Squid storage format that has always
4342 cache_dir ufs Directory-Name Mbytes L1 L2 [options]
4344 'Mbytes' is the amount of disk space (MB) to use under this
4345 directory. The default is 100 MB. Change this to suit your
4346 configuration. Do NOT put the size of your disk drive here.
4347 Instead, if you want Squid to use the entire disk drive,
4348 subtract 20% and use that value.
4350 'L1' is the number of first-level subdirectories which
4351 will be created under the 'Directory'. The default is 16.
4353 'L2' is the number of second-level subdirectories which
4354 will be created under each first-level directory. The default
4358 ==== The aufs store type ====
4360 "aufs" uses the same storage format as "ufs", utilizing
4361 POSIX-threads to avoid blocking the main Squid process on
4362 disk-I/O. This was formerly known in Squid as async-io.
4365 cache_dir aufs Directory-Name Mbytes L1 L2 [options]
4367 see argument descriptions under ufs above
4370 ==== The diskd store type ====
4372 "diskd" uses the same storage format as "ufs", utilizing a
4373 separate process to avoid blocking the main Squid process on
4377 cache_dir diskd Directory-Name Mbytes L1 L2 [options] [Q1=n] [Q2=n]
4379 see argument descriptions under ufs above
4381 Q1 specifies the number of unacknowledged I/O requests when Squid
4382 stops opening new files. If this many messages are in the queues,
4383 Squid won't open new files. Default is 64
4385 Q2 specifies the number of unacknowledged messages when Squid
4386 starts blocking. If this many messages are in the queues,
4387 Squid blocks until it receives some replies. Default is 72
4389 When Q1 < Q2 (the default), the cache directory is optimized
4390 for lower response time at the expense of a decrease in hit
4391 ratio. If Q1 > Q2, the cache directory is optimized for
4392 higher hit ratio at the expense of an increase in response
4396 ==== The rock store type ====
4399 cache_dir rock Directory-Name Mbytes [options]
4401 The Rock Store type is a database-style storage. All cached
4402 entries are stored in a "database" file, using fixed-size slots.
4403 A single entry occupies one or more slots.
4405 If possible, Squid using Rock Store creates a dedicated kid
4406 process called "disker" to avoid blocking Squid worker(s) on disk
4407 I/O. One disker kid is created for each rock cache_dir. Diskers
4408 are created only when Squid, running in daemon mode, has support
4409 for the IpcIo disk I/O module.
4411 swap-timeout=msec: Squid will not start writing a miss to or
4412 reading a hit from disk if it estimates that the swap operation
4413 will take more than the specified number of milliseconds. By
4414 default and when set to zero, disables the disk I/O time limit
4415 enforcement. Ignored when using blocking I/O module because
4416 blocking synchronous I/O does not allow Squid to estimate the
4417 expected swap wait time.
4419 max-swap-rate=swaps/sec: Artificially limits disk access using
4420 the specified I/O rate limit. Swap out requests that
4421 would cause the average I/O rate to exceed the limit are
4422 delayed. Individual swap in requests (i.e., hits or reads) are
4423 not delayed, but they do contribute to measured swap rate and
4424 since they are placed in the same FIFO queue as swap out
4425 requests, they may wait longer if max-swap-rate is smaller.
4426 This is necessary on file systems that buffer "too
4427 many" writes and then start blocking Squid and other processes
4428 while committing those writes to disk. Usually used together
4429 with swap-timeout to avoid excessive delays and queue overflows
4430 when disk demand exceeds available disk "bandwidth". By default
4431 and when set to zero, disables the disk I/O rate limit
4432 enforcement. Currently supported by IpcIo module only.
4434 slot-size=bytes: The size of a database "record" used for
4435 storing cached responses. A cached response occupies at least
4436 one slot and all database I/O is done using individual slots so
4437 increasing this parameter leads to more disk space waste while
4438 decreasing it leads to more disk I/O overheads. Should be a
4439 multiple of your operating system I/O page size. Defaults to
4440 16KBytes. A housekeeping header is stored with each slot and
4441 smaller slot-sizes will be rejected. The header is smaller than
4445 ==== COMMON OPTIONS ====
4447 no-store no new objects should be stored to this cache_dir.
4449 min-size=n the minimum object size in bytes this cache_dir
4450 will accept. It's used to restrict a cache_dir
4451 to only store large objects (e.g. AUFS) while
4452 other stores are optimized for smaller objects
4456 max-size=n the maximum object size in bytes this cache_dir
4458 The value in maximum_object_size directive sets
4459 the default unless more specific details are
4460 available (ie a small store capacity).
4462 Note: To make optimal use of the max-size limits you should order
4463 the cache_dir lines with the smallest max-size value first.
4467 # Uncomment and adjust the following to add a disk cache directory.
4468 #cache_dir ufs @DEFAULT_SWAP_DIR@ 100 16 256
4472 NAME: store_dir_select_algorithm
4474 LOC: Config.store_dir_select_algorithm
4477 How Squid selects which cache_dir to use when the response
4478 object will fit into more than one.
4480 Regardless of which algorithm is used the cache_dir min-size
4481 and max-size parameters are obeyed. As such they can affect
4482 the selection algorithm by limiting the set of considered
4489 This algorithm is suited to caches with similar cache_dir
4490 sizes and disk speeds.
4492 The disk with the least I/O pending is selected.
4493 When there are multiple disks with the same I/O load ranking
4494 the cache_dir with most available capacity is selected.
4496 When a mix of cache_dir sizes are configured the faster disks
4497 have a naturally lower I/O loading and larger disks have more
4498 capacity. So space used to store objects and data throughput
4499 may be very unbalanced towards larger disks.
4504 This algorithm is suited to caches with unequal cache_dir
4507 Each cache_dir is selected in a rotation. The next suitable
4510 Available cache_dir capacity is only considered in relation
4511 to whether the object will fit and meets the min-size and
4512 max-size parameters.
4514 Disk I/O loading is only considered to prevent overload on slow
4515 disks. This algorithm does not spread objects by size, so any
4516 I/O loading per-disk may appear very unbalanced and volatile.
4518 If several cache_dirs use similar min-size, max-size, or other
4519 limits to to reject certain responses, then do not group such
4520 cache_dir lines together, to avoid round-robin selection bias
4521 towards the first cache_dir after the group. Instead, interleave
4522 cache_dir lines from different groups. For example:
4524 store_dir_select_algorithm round-robin
4525 cache_dir rock /hdd1 ... min-size=100000
4526 cache_dir rock /ssd1 ... max-size=99999
4527 cache_dir rock /hdd2 ... min-size=100000
4528 cache_dir rock /ssd2 ... max-size=99999
4529 cache_dir rock /hdd3 ... min-size=100000
4530 cache_dir rock /ssd3 ... max-size=99999
4533 NAME: paranoid_hit_validation
4534 COMMENT: time-units-small
4535 TYPE: time_nanoseconds
4537 DEFAULT_DOC: validation disabled
4538 LOC: Config.paranoid_hit_validation
4540 Controls whether Squid should perform paranoid validation of cache entry
4541 metadata integrity every time a cache entry is hit. This low-level
4542 validation should always succeed. Each failed validation results in a
4543 cache miss, a BUG line reported to cache.log, and the invalid entry
4544 marked as unusable (and eventually purged from the cache).
4546 Squid can only validate shared cache memory and rock cache_dir entries.
4548 * Zero (default) value means that the validation is disabled.
4550 * Positive values enable validation:
4551 - values less than 1 day approximate the maximum time that Squid is allowed
4552 to spend validating a single cache hit.
4553 - values greater or equal to 1 day are considered as no limitation:
4554 in this case all checks will be performed, regardless of how much time
4557 Hits are usually stored using 16KB slots (for rock, the size is
4558 configurable via cache_dir slot-size). Larger hits require scanning more
4559 slots and, hence, take more time. When validation is enabled, at least one
4560 slot is always validated, regardless of the configured time limit.
4562 A worker process validating an entry cannot do anything else (i.e. the
4563 validation is blocking). The validation overhead is environment dependent,
4564 but developers have observed Squid spending 3-10 microseconds to check each
4565 slot of a Rock or shared memory hit entry. If Squid cuts validation short
4566 because it runs out of configured time, it treats the entry as valid.
4568 When hit validation is enabled, its statistics is included in Cache
4569 Manager mgr:counters, mgr:5min, and mgr:60min reports.
4572 NAME: max_open_disk_fds
4574 LOC: Config.max_open_disk_fds
4576 DEFAULT_DOC: no limit
4578 To avoid having disk as the I/O bottleneck Squid can optionally
4579 bypass the on-disk cache if more than this amount of disk file
4580 descriptors are open.
4582 A value of 0 indicates no limit.
4585 NAME: cache_swap_low
4586 COMMENT: (percent, 0-100)
4589 LOC: Config.Swap.lowWaterMark
4591 The low-water mark for AUFS/UFS/diskd cache object eviction by
4592 the cache_replacement_policy algorithm.
4594 Removal begins when the swap (disk) usage of a cache_dir is
4595 above this low-water mark and attempts to maintain utilization
4596 near the low-water mark.
4598 As swap utilization increases towards the high-water mark set
4599 by cache_swap_high object eviction becomes more aggressive.
4601 The value difference in percentages between low- and high-water
4602 marks represent an eviction rate of 300 objects per second and
4603 the rate continues to scale in aggressiveness by multiples of
4604 this above the high-water mark.
4606 Defaults are 90% and 95%. If you have a large cache, 5% could be
4607 hundreds of MB. If this is the case you may wish to set these
4608 numbers closer together.
4610 See also cache_swap_high and cache_replacement_policy
4613 NAME: cache_swap_high
4614 COMMENT: (percent, 0-100)
4617 LOC: Config.Swap.highWaterMark
4619 The high-water mark for AUFS/UFS/diskd cache object eviction by
4620 the cache_replacement_policy algorithm.
4622 Removal begins when the swap (disk) usage of a cache_dir is
4623 above the low-water mark set by cache_swap_low and attempts to
4624 maintain utilization near the low-water mark.
4626 As swap utilization increases towards this high-water mark object
4627 eviction becomes more aggressive.
4629 The value difference in percentages between low- and high-water
4630 marks represent an eviction rate of 300 objects per second and
4631 the rate continues to scale in aggressiveness by multiples of
4632 this above the high-water mark.
4634 Defaults are 90% and 95%. If you have a large cache, 5% could be
4635 hundreds of MB. If this is the case you may wish to set these
4636 numbers closer together.
4638 See also cache_swap_low and cache_replacement_policy
4643 -----------------------------------------------------------------------------
4650 DEFAULT_DOC: The format definitions squid, common, combined, referrer, useragent are built in.
4654 logformat <name> <format specification>
4656 Defines an access log format.
4658 The <format specification> is a string with embedded % format codes
4660 % format codes all follow the same basic structure where all
4661 components but the formatcode are optional and usually unnecessary,
4662 especially when dealing with common codes.
4664 % [encoding] [-] [[0]width] [{arg}] formatcode [{arg}]
4666 encoding escapes or otherwise protects "special" characters:
4668 " Quoted string encoding where quote(") and
4669 backslash(\) characters are \-escaped while
4670 CR, LF, and TAB characters are encoded as \r,
4671 \n, and \t two-character sequences.
4673 [ Custom Squid encoding where percent(%), square
4674 brackets([]), backslash(\) and characters with
4675 codes outside of [32,126] range are %-encoded.
4676 SP is not encoded. Used by log_mime_hdrs.
4678 # URL encoding (a.k.a. percent-encoding) where
4679 all URL unsafe and control characters (per RFC
4680 1738) are %-encoded.
4682 / Shell-like encoding where quote(") and
4683 backslash(\) characters are \-escaped while CR
4684 and LF characters are encoded as \r and \n
4685 two-character sequences. Values containing SP
4686 character(s) are surrounded by quotes(").
4688 ' Raw/as-is encoding with no escaping/quoting.
4690 Default encoding: When no explicit encoding is
4691 specified, each %code determines its own encoding.
4692 Most %codes use raw/as-is encoding, but some codes use
4693 a so called "pass-through URL encoding" where all URL
4694 unsafe and control characters (per RFC 1738) are
4695 %-encoded, but the percent character(%) is left as is.
4699 width minimum and/or maximum field width:
4700 [width_min][.width_max]
4701 When minimum starts with 0, the field is zero-padded.
4702 String values exceeding maximum width are truncated.
4704 {arg} argument such as header name etc. This field may be
4705 placed before or after the token, but not both at once.
4709 % a literal % character
4711 byte{value} Adds a single byte with the given value (e.g., %byte{10}
4712 adds an ASCII LF character a.k.a. "new line" or "\n"). The value
4713 parameter is required and must be a positive decimal integer not
4714 exceeding 255. Zero-valued bytes (i.e. ASCII NUL characters) are
4717 sn Unique sequence number per log line entry
4718 err_code The ID of an error response served by Squid or
4719 a similar internal error identifier.
4721 err_detail Additional err_code-dependent error information. Multiple
4722 details are separated by the plus sign ('+'). Admins should not
4723 rely on a particular detail listing order, the uniqueness of the
4724 entries, or individual detail text stability. All those properties
4725 depend on many unstable factors, including external libraries.
4727 note The annotation specified by the argument. Also
4728 logs the adaptation meta headers set by the
4729 adaptation_meta configuration parameter.
4730 If no argument given all annotations logged.
4731 The argument may include a separator to use with
4734 By default, multiple note values are separated with ","
4735 and multiple notes are separated with "\r\n".
4736 When logging named notes with %{name}note, the
4737 explicitly configured separator is used between note
4738 values. When logging all notes with %note, the
4739 explicitly configured separator is used between
4740 individual notes. There is currently no way to
4741 specify both value and notes separators when logging
4742 all notes with %note.
4743 master_xaction The master transaction identifier is an unsigned
4744 integer. These IDs are guaranteed to monotonically
4745 increase within a single worker process lifetime, with
4746 higher values corresponding to transactions that were
4747 accepted or initiated later. Due to current implementation
4748 deficiencies, some IDs are skipped (i.e. never logged).
4749 Concurrent workers and restarted workers use similar,
4750 overlapping sequences of master transaction IDs.
4752 Connection related format codes:
4754 >a Client source IP address
4756 >p Client source port
4757 >eui Client source EUI (MAC address, EUI-48 or EUI-64 identifier)
4758 >la Local IP address the client connected to
4759 >lp Local port number the client connected to
4760 >qos Client connection TOS/DSCP value set by Squid
4761 >nfmark Client connection netfilter packet MARK set by Squid
4763 transport::>connection_id Identifies a transport connection
4764 accepted by Squid (e.g., a connection carrying the
4765 logged HTTP request). Currently, Squid only supports
4766 TCP transport connections.
4768 The logged identifier is an unsigned integer. These
4769 IDs are guaranteed to monotonically increase within a
4770 single worker process lifetime, with higher values
4771 corresponding to connections that were accepted later.
4772 Many IDs are skipped (i.e. never logged). Concurrent
4773 workers and restarted workers use similar, partially
4774 overlapping sequences of IDs.
4776 la Local listening IP address the client connection was connected to.
4777 lp Local listening port number the client connection was connected to.
4779 <a Server IP address of the last server or peer connection
4780 <A Server FQDN or peer name
4781 <p Server port number of the last server or peer connection
4782 <la Local IP address of the last server or peer connection
4783 <lp Local port number of the last server or peer connection
4784 <qos Server connection TOS/DSCP value set by Squid
4785 <nfmark Server connection netfilter packet MARK set by Squid
4787 >handshake Raw client handshake
4788 Initial client bytes received by Squid on a newly
4789 accepted TCP connection or inside a just established
4790 CONNECT tunnel. Squid stops accumulating handshake
4791 bytes as soon as the handshake parser succeeds or
4792 fails (determining whether the client is using the
4795 For HTTP clients, the handshake is the request line.
4796 For TLS clients, the handshake consists of all TLS
4797 records up to and including the TLS record that
4798 contains the last byte of the first ClientHello
4799 message. For clients using an unsupported protocol,
4800 this field contains the bytes received by Squid at the
4801 time of the handshake parsing failure.
4803 See the on_unsupported_protocol directive for more
4804 information on Squid handshake traffic expectations.
4806 Current support is limited to these contexts:
4807 - http_port connections, but only when the
4808 on_unsupported_protocol directive is in use.
4809 - https_port connections (and CONNECT tunnels) that
4810 are subject to the ssl_bump peek or stare action.
4812 To protect binary handshake data, this field is always
4813 base64-encoded (RFC 4648 Section 4). If logformat
4814 field encoding is configured, that encoding is applied
4815 on top of base64. Otherwise, the computed base64 value
4818 Time related format codes:
4820 ts Seconds since epoch
4821 tu subsecond time (milliseconds)
4822 tl Local time. Optional strftime format argument
4823 default %d/%b/%Y:%H:%M:%S %z
4824 tg GMT time. Optional strftime format argument
4825 default %d/%b/%Y:%H:%M:%S %z
4826 tr Response time (milliseconds)
4827 dt Total time spent making DNS lookups (milliseconds)
4828 tS Approximate master transaction start time in
4829 <full seconds since epoch>.<fractional seconds> format.
4830 Currently, Squid considers the master transaction
4831 started when a complete HTTP request header initiating
4832 the transaction is received from the client. This is
4833 the same value that Squid uses to calculate transaction
4834 response time when logging %tr to access.log. Currently,
4835 Squid uses millisecond resolution for %tS values,
4836 similar to the default access.log "current time" field
4839 busy_time Time spent in transaction-related code (nanoseconds)
4840 This cumulative measurement excludes periods of time when the
4841 transaction was waiting (e.g., for a server or helper response)
4842 while Squid worked on other transactions or was engaged in
4843 transaction-unrelated activities (e.g., generating a cache index).
4844 In other words, this measurement represents the total amount of
4845 physical time when Squid was busy working on this transaction.
4847 WARNING: This measurement relies on Squid transaction context
4848 tracking features that currently have known context leak bugs and
4849 coverage gaps. Until those features are fully implemented, logged
4850 values may significantly understate or exaggerate actual times.
4851 Do not use this measurement unless you know it works in your case.
4853 Access Control related format codes:
4855 et Tag returned by external acl
4856 ea Log string returned by external acl
4857 un User name (any available)
4858 ul User name from authentication
4859 ue User name from external acl helper
4860 un A user name. Expands to the first available name
4861 from the following list of information sources:
4862 - authenticated user name, like %ul
4863 - user name supplied by an external ACL, like %ue
4864 - SSL client name, like %us
4865 credentials Client credentials. The exact meaning depends on
4866 the authentication scheme: For Basic authentication,
4867 it is the password; for Digest, the realm sent by the
4868 client; for NTLM and Negotiate, the client challenge
4869 or client credentials prefixed with "YR " or "KK ".
4871 HTTP related format codes:
4875 [http::]rm Request method (GET/POST etc)
4876 [http::]>rm Request method from client
4877 [http::]<rm Request method sent to server or peer
4879 [http::]ru Request URL received (or computed) and sanitized
4881 Logs request URI received from the client, a
4882 request adaptation service, or a request
4883 redirector (whichever was applied last).
4885 Computed URLs are URIs of internally generated
4886 requests and various "error:..." URIs.
4888 Honors strip_query_terms and uri_whitespace.
4890 This field is not encoded by default. Encoding
4891 this field using variants of %-encoding will
4892 clash with uri_whitespace modifications that
4893 also use %-encoding.
4895 [http::]>ru Request URL received from the client (or computed)
4897 Computed URLs are URIs of internally generated
4898 requests and various "error:..." URIs.
4900 Unlike %ru, this request URI is not affected
4901 by request adaptation, URL rewriting services,
4902 and strip_query_terms.
4904 Honors uri_whitespace.
4906 This field is using pass-through URL encoding
4907 by default. Encoding this field using other
4908 variants of %-encoding will clash with
4909 uri_whitespace modifications that also use
4912 [http::]<ru Request URL sent to server or peer
4913 [http::]>rs Request URL scheme from client
4914 [http::]<rs Request URL scheme sent to server or peer
4915 [http::]>rd Request URL domain from client
4916 [http::]<rd Request URL domain sent to server or peer
4917 [http::]>rP Request URL port from client
4918 [http::]<rP Request URL port sent to server or peer
4919 [http::]rp Request URL path excluding hostname
4920 [http::]>rp Request URL path excluding hostname from client
4921 [http::]<rp Request URL path excluding hostname sent to server or peer
4922 [http::]rv Request protocol version
4923 [http::]>rv Request protocol version from client
4924 [http::]<rv Request protocol version sent to server or peer
4926 [http::]>h Original received request header.
4927 Usually differs from the request header sent by
4928 Squid, although most fields are often preserved.
4929 Accepts optional header field name/value filter
4930 argument using name[:[separator]element] format.
4931 [http::]>ha Received request header after adaptation and
4932 redirection (pre-cache REQMOD vectoring point).
4933 Usually differs from the request header sent by
4934 Squid, although most fields are often preserved.
4935 Optional header name argument as for >h
4939 [http::]<Hs HTTP status code received from the next hop
4940 [http::]>Hs HTTP status code sent to the client
4942 [http::]<h Reply header. Optional header name argument
4945 [http::]mt MIME content type
4950 [http::]st Total size of request + reply traffic with client
4951 [http::]>st Total size of request received from client.
4952 Excluding chunked encoding bytes.
4953 [http::]<st Total size of reply sent to client (after adaptation)
4955 [http::]>sh Size of request headers received from client
4956 [http::]<sh Size of reply headers sent to client (after adaptation)
4958 [http::]<sH Reply high offset sent
4959 [http::]<sS Upstream object size
4961 [http::]<bs Number of HTTP-equivalent message body bytes
4962 received from the next hop, excluding chunked
4963 transfer encoding and control messages.
4964 Generated FTP listings are treated as
4969 [http::]<pt Peer response time in milliseconds. The timer starts
4970 when the last request byte is sent to the next hop
4971 and stops when the last response byte is received.
4972 [http::]<tt Total time spent forwarding to origin servers or
4973 cache_peers (milliseconds).
4975 The timer starts when Squid decides to forward the request (to
4976 an origin server or cache_peer) and peer selection begins. The
4977 timer stops when relevant forwarding activities (including any
4980 Between those two timer events, Squid may perform DNS lookups,
4981 query external ACL helpers, adapt responses using pre-cache
4982 RESPMOD services, and participate in other concurrent
4983 secondary activities. Most secondary activities increase
4984 peering time. In some cases, a secondary activity may start
4985 before the timer starts or end after the timer stops, leading
4986 to misleading results of simple computations like %<tt - %dt.
4988 If this logformat %code is used before its timer starts, the
4989 corresponding measurement has no value (and the %code expands
4990 to a single dash ("-") character).
4992 If this code is used while its timer is running, the time
4993 spent so far is used as the measurement value.
4995 When Squid re-forwards the request (e.g., after certain cache
4996 revalidation failures), the timer may restart. In this case,
4997 the new measurement is added to the value accumulated from
4998 previous forwarding attempts. The time interval between
4999 forwarding attempts is not added to the final result.
5001 Squid handling related format codes:
5003 Ss Squid request status (TCP_MISS etc)
5004 Sh Squid hierarchy status (DEFAULT_PARENT etc)
5006 [http::]request_attempts Number of request forwarding attempts
5008 See forward_max_tries documentation that details what Squid counts
5009 as a forwarding attempt. Pure cache hits log zero, but cache hits
5010 that triggered HTTP cache revalidation log the number of attempts
5011 made when sending an internal revalidation request. DNS, ICMP,
5012 ICP, HTCP, ICAP, eCAP, helper, and other secondary requests
5013 sent by Squid as a part of a master transaction do not increment
5014 the counter logged for the received request.
5016 SSL-related format codes:
5018 ssl::bump_mode SslBump decision for the transaction:
5020 For CONNECT requests that initiated bumping of
5021 a connection and for any request received on
5022 an already bumped connection, Squid logs the
5023 corresponding SslBump mode ("splice", "bump",
5024 "peek", "stare", "terminate", "server-first"
5025 or "client-first"). See the ssl_bump option
5026 for more information about these modes.
5028 A "none" token is logged for requests that
5029 triggered "ssl_bump" ACL evaluation matching
5032 In all other cases, a single dash ("-") is
5035 ssl::>sni SSL client SNI sent to Squid.
5038 The Subject field of the received client
5039 SSL certificate or a dash ('-') if Squid has
5040 received an invalid/malformed certificate or
5041 no certificate at all. Consider encoding the
5042 logged value because Subject often has spaces.
5045 The Issuer field of the received client
5046 SSL certificate or a dash ('-') if Squid has
5047 received an invalid/malformed certificate or
5048 no certificate at all. Consider encoding the
5049 logged value because Issuer often has spaces.
5052 The Subject field of the received server
5053 TLS certificate or a dash ('-') if this is
5054 not available. Consider encoding the logged
5055 value because Subject often has spaces.
5058 The Issuer field of the received server
5059 TLS certificate or a dash ('-') if this is
5060 not available. Consider encoding the logged
5061 value because Issuer often has spaces.
5064 The received server x509 certificate in PEM
5065 format, including BEGIN and END lines (or a
5066 dash ('-') if the certificate is unavailable).
5068 WARNING: Large certificates will exceed the
5069 current 8KB access.log record limit, resulting
5070 in truncated records. Such truncation usually
5071 happens in the middle of a record field. The
5072 limit applies to all access logging modules.
5074 The logged certificate may have failed
5075 validation and may not be trusted by Squid.
5076 This field does not include any intermediate
5077 certificates that may have been received from
5078 the server or fetched during certificate
5081 Currently, Squid only collects server
5082 certificates during step3 of SslBump
5083 processing; connections that were not subject
5084 to ssl_bump rules or that did not match a peek
5085 or stare rule at step2 will not have the
5086 server certificate information.
5088 This field is using pass-through URL encoding
5092 The list of certificate validation errors
5093 detected by Squid (including OpenSSL and
5094 certificate validation helper components). The
5095 errors are listed in the discovery order. By
5096 default, the error codes are separated by ':'.
5097 Accepts an optional separator argument.
5099 %ssl::>negotiated_version The negotiated TLS version of the
5102 %ssl::<negotiated_version The negotiated TLS version of the
5103 last server or peer connection.
5105 %ssl::>received_hello_version The TLS version of the Hello
5106 message received from TLS client.
5108 %ssl::<received_hello_version The TLS version of the Hello
5109 message received from TLS server.
5111 %ssl::>received_supported_version The maximum TLS version
5112 supported by the TLS client.
5114 %ssl::<received_supported_version The maximum TLS version
5115 supported by the TLS server.
5117 %ssl::>negotiated_cipher The negotiated cipher of the
5120 %ssl::<negotiated_cipher The negotiated cipher of the
5121 last server or peer connection.
5123 If ICAP is enabled, the following code becomes available (as
5124 well as ICAP log codes documented with the icap_log option):
5126 icap::tt Total ICAP "blocking" time for the HTTP transaction. The
5127 timer ticks while Squid checks adaptation_access and while
5128 ICAP transaction(s) expect ICAP response headers, including
5129 the embedded adapted HTTP message headers (where applicable).
5130 This measurement is meant to estimate ICAP impact on HTTP
5131 transaction response times, but it does not currently account
5132 for slow ICAP response body delivery blocking HTTP progress.
5134 Once Squid receives the final ICAP response headers (e.g.,
5135 ICAP 200 or 204) and the associated adapted HTTP message
5136 headers (if any) from the ICAP service, the corresponding ICAP
5137 transaction stops affecting this measurement, even though the
5138 transaction itself may continue for a long time (e.g., to
5139 finish sending the ICAP request and/or to finish receiving the
5140 ICAP response body).
5142 When "blocking" sections of multiple concurrent ICAP
5143 transactions overlap in time, the overlapping segment is
5146 To see complete ICAP transaction response times (rather than
5147 the cumulative effect of their blocking sections) use the
5148 %adapt::all_trs logformat code or the icap_log directive.
5150 If adaptation is enabled the following codes become available:
5152 adapt::<last_h The header of the last ICAP response or
5153 meta-information from the last eCAP
5154 transaction related to the HTTP transaction.
5155 Like <h, accepts an optional header name
5158 adapt::sum_trs Summed adaptation transaction response
5159 times recorded as a comma-separated list in
5160 the order of transaction start time. Each time
5161 value is recorded as an integer number,
5162 representing response time of one or more
5163 adaptation (ICAP or eCAP) transaction in
5164 milliseconds. When a failed transaction is
5165 being retried or repeated, its time is not
5166 logged individually but added to the
5167 replacement (next) transaction. Lifetimes of individually
5168 listed adaptation transactions may overlap.
5169 See also: %icap::tt and %adapt::all_trs.
5171 adapt::all_trs All adaptation transaction response times.
5172 Same as %adapt::sum_trs but response times of
5173 individual transactions are never added
5174 together. Instead, all transaction response
5175 times are recorded individually.
5177 You can prefix adapt::*_trs format codes with adaptation
5178 service name in curly braces to record response time(s) specific
5179 to that service. For example: %{my_service}adapt::sum_trs
5181 Format codes related to the PROXY protocol:
5183 proxy_protocol::>h PROXY protocol header, including optional TLVs.
5185 Supports the same field and element reporting/extraction logic
5186 as %http::>h. For configuration and reporting purposes, Squid
5187 maps each PROXY TLV to an HTTP header field: the TLV type
5188 (configured as a decimal integer) is the field name, and the
5189 TLV value is the field value. All TLVs of "LOCAL" connections
5190 (in PROXY protocol terminology) are currently skipped/ignored.
5192 Squid also maps the following standard PROXY protocol header
5193 blocks to pseudo HTTP headers (their names use PROXY
5194 terminology and start with a colon, following HTTP tradition
5195 for pseudo headers): :command, :version, :src_addr, :dst_addr,
5196 :src_port, and :dst_port.
5198 Without optional parameters, this logformat code logs
5199 pseudo headers and TLVs.
5201 This format code uses pass-through URL encoding by default.
5204 # relay custom PROXY TLV #224 to adaptation services
5205 adaptation_meta Client-Foo "%proxy_protocol::>h{224}"
5209 The default formats available (which do not need re-defining) are:
5211 logformat squid %ts.%03tu %6tr %>a %Ss/%03>Hs %<st %rm %ru %[un %Sh/%<a %mt
5212 logformat common %>a - %[un [%tl] "%rm %ru HTTP/%rv" %>Hs %<st %Ss:%Sh
5213 logformat combined %>a - %[un [%tl] "%rm %ru HTTP/%rv" %>Hs %<st "%{Referer}>h" "%{User-Agent}>h" %Ss:%Sh
5214 logformat referrer %ts.%03tu %>a %{Referer}>h %ru
5215 logformat useragent %>a [%tl] "%{User-Agent}>h"
5217 NOTE: When the log_mime_hdrs directive is set to ON.
5218 The squid, common and combined formats have a safely encoded copy
5219 of the mime headers appended to each line within a pair of brackets.
5221 NOTE: The common and combined formats are not quite true to the Apache definition.
5222 The logs from Squid contain an extra status and hierarchy code appended.
5226 NAME: access_log cache_access_log
5228 LOC: Config.Log.accesslogs
5229 DEFAULT_IF_NONE: daemon:@DEFAULT_ACCESS_LOG@ squid
5231 Configures whether and how Squid logs HTTP and ICP transactions.
5232 If access logging is enabled, a single line is logged for every
5233 matching HTTP or ICP request. The recommended directive formats are:
5235 access_log <module>:<place> [option ...] [acl acl ...]
5236 access_log none [acl acl ...]
5238 The following directive format is accepted but may be deprecated:
5239 access_log <module>:<place> [<logformat name> [acl acl ...]]
5241 In most cases, the first ACL name must not contain the '=' character
5242 and should not be equal to an existing logformat name. You can always
5243 start with an 'all' ACL to work around those restrictions.
5245 Will log to the specified module:place using the specified format (which
5246 must be defined in a logformat directive) those entries which match
5247 ALL the acl's specified (which must be defined in acl clauses).
5248 If no acl is specified, all requests will be logged to this destination.
5250 ===== Available options for the recommended directive format =====
5252 logformat=name Names log line format (either built-in or
5253 defined by a logformat directive). Defaults
5256 buffer-size=64KB Defines approximate buffering limit for log
5257 records (see buffered_logs). Squid should not
5258 keep more than the specified size and, hence,
5259 should flush records before the buffer becomes
5260 full to avoid overflows under normal
5261 conditions (the exact flushing algorithm is
5262 module-dependent though). The on-error option
5263 controls overflow handling.
5265 on-error=die|drop Defines action on unrecoverable errors. The
5266 'drop' action ignores (i.e., does not log)
5267 affected log records. The default 'die' action
5268 kills the affected worker. The drop action
5269 support has not been tested for modules other
5272 rotate=N Specifies the number of log file rotations to
5273 make when you run 'squid -k rotate'. The default
5274 is to obey the logfile_rotate directive. Setting
5275 rotate=0 will disable the file name rotation,
5276 but the log files are still closed and re-opened.
5277 This will enable you to rename the logfiles
5278 yourself just before sending the rotate signal.
5279 Only supported by the stdio module.
5281 ===== Modules Currently available =====
5283 none Do not log any requests matching these ACL.
5284 Do not specify Place or logformat name.
5286 stdio Write each log line to disk immediately at the completion of
5288 Place: the filename and path to be written.
5290 daemon Very similar to stdio. But instead of writing to disk the log
5291 line is passed to a daemon helper for asynchronous handling instead.
5292 Place: varies depending on the daemon.
5294 log_file_daemon Place: the file name and path to be written.
5296 syslog To log each request via syslog facility.
5297 Place: The syslog facility and priority level for these entries.
5298 Place Format: facility.priority
5300 where facility could be any of:
5301 authpriv, daemon, local0 ... local7 or user.
5303 And priority could be any of:
5304 err, warning, notice, info, debug.
5306 udp To send each log line as text data to a UDP receiver.
5307 Place: The destination host name or IP and port.
5308 Place Format: //host:port
5310 tcp To send each log line as text data to a TCP receiver.
5311 Lines may be accumulated before sending (see buffered_logs).
5312 Place: The destination host name or IP and port.
5313 Place Format: //host:port
5316 access_log daemon:@DEFAULT_ACCESS_LOG@ squid
5322 LOC: Config.Log.icaplogs
5325 ICAP log files record ICAP transaction summaries, one line per
5328 The icap_log option format is:
5329 icap_log <filepath> [<logformat name> [acl acl ...]]
5330 icap_log none [acl acl ...]]
5332 Please see access_log option documentation for details. The two
5333 kinds of logs share the overall configuration approach and many
5336 ICAP processing of a single HTTP message or transaction may
5337 require multiple ICAP transactions. In such cases, multiple
5338 ICAP transaction log lines will correspond to a single access
5341 ICAP log supports many access.log logformat %codes. In ICAP context,
5342 HTTP message-related %codes are applied to the HTTP message embedded
5343 in an ICAP message. Logformat "%http::>..." codes are used for HTTP
5344 messages embedded in ICAP requests while "%http::<..." codes are used
5345 for HTTP messages embedded in ICAP responses. For example:
5347 http::>h To-be-adapted HTTP message headers sent by Squid to
5348 the ICAP service. For REQMOD transactions, these are
5349 HTTP request headers. For RESPMOD, these are HTTP
5350 response headers, but Squid currently cannot log them
5351 (i.e., %http::>h will expand to "-" for RESPMOD).
5353 http::<h Adapted HTTP message headers sent by the ICAP
5354 service to Squid (i.e., HTTP request headers in regular
5355 REQMOD; HTTP response headers in RESPMOD and during
5356 request satisfaction in REQMOD).
5358 ICAP OPTIONS transactions do not embed HTTP messages.
5360 Several logformat codes below deal with ICAP message bodies. An ICAP
5361 message body, if any, typically includes a complete HTTP message
5362 (required HTTP headers plus optional HTTP message body). When
5363 computing HTTP message body size for these logformat codes, Squid
5364 either includes or excludes chunked encoding overheads; see
5365 code-specific documentation for details.
5367 For Secure ICAP services, all size-related information is currently
5368 computed before/after TLS encryption/decryption, as if TLS was not
5371 The following format codes are also available for ICAP logs:
5373 icap::<A ICAP server IP address. Similar to <A.
5375 icap::<service_name ICAP service name from the icap_service
5376 option in Squid configuration file.
5378 icap::ru ICAP Request-URI. Similar to ru.
5380 icap::rm ICAP request method (REQMOD, RESPMOD, or
5381 OPTIONS). Similar to existing rm.
5383 icap::>st The total size of the ICAP request sent to the ICAP
5384 server (ICAP headers + ICAP body), including chunking
5387 icap::<st The total size of the ICAP response received from the
5388 ICAP server (ICAP headers + ICAP body), including
5389 chunking metadata (if any).
5391 icap::<bs The size of the ICAP response body received from the
5392 ICAP server, excluding chunking metadata (if any).
5394 icap::tr Transaction response time (in
5395 milliseconds). The timer starts when
5396 the ICAP transaction is created and
5397 stops when the transaction is completed.
5400 icap::tio Transaction I/O time (in milliseconds). The
5401 timer starts when the first ICAP request
5402 byte is scheduled for sending. The timers
5403 stops when the last byte of the ICAP response
5406 icap::to Transaction outcome: ICAP_ERR* for all
5407 transaction errors, ICAP_OPT for OPTION
5408 transactions, ICAP_ECHO for 204
5409 responses, ICAP_MOD for message
5410 modification, and ICAP_SAT for request
5411 satisfaction. Similar to Ss.
5413 icap::Hs ICAP response status code. Similar to Hs.
5415 icap::>h ICAP request header(s). Similar to >h.
5417 icap::<h ICAP response header(s). Similar to <h.
5419 The default ICAP log format, which can be used without an explicit
5420 definition, is called icap_squid:
5422 logformat icap_squid %ts.%03tu %6icap::tr %>A %icap::to/%03icap::Hs %icap::<st %icap::rm %icap::ru %un -/%icap::<A -
5424 See also: logformat and %adapt::<last_h
5427 NAME: logfile_daemon
5429 DEFAULT: @DEFAULT_LOGFILED@
5430 LOC: Log::TheConfig.logfile_daemon
5432 Specify the path to the logfile-writing daemon. This daemon is
5433 used to write the access and store logs, if configured.
5435 Squid sends a number of commands to the log daemon:
5436 L<data>\n - logfile data
5441 r<n>\n - set rotate count to <n>
5442 b<n>\n - 1 = buffer output, 0 = don't buffer output
5444 No responses is expected.
5447 NAME: stats_collection
5449 LOC: Config.accessList.stats_collection
5451 DEFAULT_DOC: Allow logging for all transactions.
5452 COMMENT: allow|deny acl acl...
5454 This options allows you to control which requests gets accounted
5455 in performance counters.
5457 This clause only supports fast acl types.
5458 See https://wiki.squid-cache.org/SquidFaq/SquidAcl for details.
5461 NAME: cache_store_log
5464 LOC: Config.Log.store
5466 Logs the activities of the storage manager. Shows which
5467 objects are ejected from the cache, and which objects are
5468 saved and for how long.
5469 There are not really utilities to analyze this data, so you can safely
5470 disable it (the default).
5472 Store log uses modular logging outputs. See access_log for the list
5473 of modules supported.
5476 cache_store_log stdio:@DEFAULT_STORE_LOG@
5477 cache_store_log daemon:@DEFAULT_STORE_LOG@
5480 NAME: cache_swap_state cache_swap_log
5482 LOC: Config.Log.swap
5484 DEFAULT_DOC: Store the journal inside its cache_dir
5486 Location for the cache "swap.state" file. This index file holds
5487 the metadata of objects saved on disk. It is used to rebuild
5488 the cache during startup. Normally this file resides in each
5489 'cache_dir' directory, but you may specify an alternate
5490 pathname here. Note you must give a full filename, not just
5491 a directory. Since this is the index for the whole object
5492 list you CANNOT periodically rotate it!
5494 If %s can be used in the file name it will be replaced with a
5495 a representation of the cache_dir name where each / is replaced
5496 with '.'. This is needed to allow adding/removing cache_dir
5497 lines when cache_swap_log is being used.
5499 If have more than one 'cache_dir', and %s is not used in the name
5500 these swap logs will have names such as:
5506 The numbered extension (which is added automatically)
5507 corresponds to the order of the 'cache_dir' lines in this
5508 configuration file. If you change the order of the 'cache_dir'
5509 lines in this file, these index files will NOT correspond to
5510 the correct 'cache_dir' entry (unless you manually rename
5511 them). We recommend you do NOT use this option. It is
5512 better to keep these index files in each 'cache_dir' directory.
5515 NAME: logfile_rotate
5518 LOC: Config.Log.rotateNumber
5520 Specifies the default number of logfile rotations to make when you
5521 type 'squid -k rotate'. The default is 10, which will rotate
5522 with extensions 0 through 9. Setting logfile_rotate to 0 will
5523 disable the file name rotation, but the logfiles are still closed
5524 and re-opened. This will enable you to rename the logfiles
5525 yourself just before sending the rotate signal.
5527 Note, from Squid-3.1 this option is only a default for cache.log,
5528 that log can be rotated separately by using debug_options.
5530 Note, from Squid-4 this option is only a default for access.log
5531 recorded by stdio: module. Those logs can be rotated separately by
5532 using the rotate=N option on their access_log directive.
5534 Note, the 'squid -k rotate' command normally sends a USR1
5535 signal to the running squid process. In certain situations
5536 (e.g. on Linux with Async I/O), USR1 is used for other
5537 purposes, so -k rotate uses another signal. It is best to get
5538 in the habit of using 'squid -k rotate' instead of 'kill -USR1
5545 DEFAULT: @DEFAULT_MIME_TABLE@
5546 LOC: Config.mimeTablePathname
5548 Path to Squid's icon configuration file.
5550 You shouldn't need to change this, but the default file contains
5551 examples and formatting information if you do.
5557 LOC: Config.onoff.log_mime_hdrs
5560 The Cache can record both the request and the response MIME
5561 headers for each HTTP transaction. The headers are encoded
5562 safely and will appear as two bracketed fields at the end of
5563 the access log (for either the native or httpd-emulated log
5564 formats). To enable this logging set log_mime_hdrs to 'on'.
5569 DEFAULT: @DEFAULT_PID_FILE@
5570 LOC: Config.pidFilename
5572 A filename to write the process-id to. To disable, enter "none".
5575 NAME: client_netmask
5577 LOC: Config.Addrs.client_netmask
5579 DEFAULT_DOC: Log full client IP address
5581 A netmask for client addresses in logfiles and cachemgr output.
5582 Change this to protect the privacy of your cache clients.
5583 A netmask of 255.255.255.0 will log all IP's in that range with
5584 the last digit set to '0'.
5587 NAME: strip_query_terms
5589 LOC: Config.onoff.strip_query_terms
5592 By default, Squid strips query terms from requested URLs before
5593 logging. This protects your user's privacy and reduces log size.
5595 When investigating HIT/MISS or other caching behaviour you
5596 will need to disable this to see the full URL used by Squid.
5603 LOC: Config.onoff.buffered_logs
5605 Whether to write/send access_log records ASAP or accumulate them and
5606 then write/send them in larger chunks. Buffering may improve
5607 performance because it decreases the number of I/Os. However,
5608 buffering increases the delay before log records become available to
5609 the final recipient (e.g., a disk file or logging daemon) and,
5610 hence, increases the risk of log records loss.
5612 Note that even when buffered_logs are off, Squid may have to buffer
5613 records if it cannot write/send them immediately due to pending I/Os
5614 (e.g., the I/O writing the previous log record) or connectivity loss.
5616 Currently honored by 'daemon', 'tcp' and 'udp' access_log modules only.
5619 NAME: netdb_filename
5621 DEFAULT: stdio:@DEFAULT_NETDB_FILE@
5622 LOC: Config.netdbFilename
5625 Where Squid stores it's netdb journal.
5626 When enabled this journal preserves netdb state between restarts.
5628 To disable, enter "none".
5632 TYPE: Security::KeyLog*
5634 LOC: Config.Log.tlsKeys
5637 Configures whether and where Squid records pre-master secret and
5638 related encryption details for TLS connections accepted or established
5639 by Squid. These connections include connections accepted at
5640 https_port, TLS connections opened to origin servers/cache_peers/ICAP
5641 services, and TLS tunnels bumped by Squid using the SslBump feature.
5642 This log (a.k.a. SSLKEYLOGFILE) is meant for triage with traffic
5643 inspection tools like Wireshark.
5645 tls_key_log <destination> [options] [if [!]<acl>...]
5647 WARNING: This log allows anybody to decrypt the corresponding
5648 encrypted TLS connections, both in-flight and postmortem.
5650 At most one log file is supported at this time. Repeated tls_key_log
5651 directives are treated as fatal configuration errors. By default, no
5652 log is created or updated.
5654 If the log file does not exist, Squid creates it. Otherwise, Squid
5655 appends an existing log file.
5657 The directive is consulted whenever a TLS connection is accepted or
5658 established by Squid. TLS connections that fail the handshake may be
5659 logged if Squid got enough information to form a log record. A record
5660 is logged only if all of the configured ACLs match.
5662 While transport-related ACLs like src and dst should work, Squid may
5663 not have access to higher-level information. For example, when logging
5664 accepted https_port connections, Squid does not yet have access to the
5665 expected HTTPS request. Similarly, an HTTPS response is not available
5666 when logging most TLS connections established by Squid.
5668 The log record format is meant to be compatible with TLS deciphering
5669 features of Wireshark which relies on fields like CLIENT_RANDOM and
5670 RSA Master-Key. A single log record usually spans multiple lines.
5671 Technical documentation for that format is maintained inside the
5672 Wireshark code (e.g., see tls_keylog_process_lines() comments as of
5673 Wireshark commit e3d44136f0f0026c5e893fa249f458073f3b7328). TLS key
5674 log does not support custom record formats.
5676 This clause only supports fast acl types.
5677 See https://wiki.squid-cache.org/SquidFaq/SquidAcl for details.
5679 See access_log's <module>:<place> parameter for a list of supported
5680 logging destinations.
5682 TLS key log supports all access_log key=value options with the
5683 exception of logformat=name.
5685 Requires Squid built with OpenSSL support.
5690 OPTIONS FOR TROUBLESHOOTING
5691 -----------------------------------------------------------------------------
5696 DEFAULT_IF_NONE: @DEFAULT_CACHE_LOG@
5697 LOC: Debug::cache_log
5699 Squid administrative logging file.
5701 This is where general information about Squid behavior goes. You can
5702 increase the amount of data logged to this file and how often it is
5703 rotated with "debug_options"
5706 NAME: cache_log_message
5707 TYPE: cache_log_message
5709 DEFAULT_DOC: Use debug_options.
5710 LOC: DebugMessagesConfig
5712 Configures logging of individual cache.log messages.
5714 cache_log_message id=<number> option...
5715 cache_log_message ids=<number>-<number> option...
5717 Most messages have _not_ been instrumented to support this directive
5718 yet. For the list of instrumented messages and their IDs, please see
5719 the doc/debug-messages.dox file.
5721 Message ID corresponds to the message semantics rather than message
5722 text or source code location. The ID is stable across Squid
5723 instances and versions. Substantial changes in message semantics
5724 result in a new ID assignment. To reduce the danger of suppressing
5725 an important log message, the old IDs of removed (or substantially
5726 changed) messages are never reused.
5728 If more than one cache_log_message directive refers to the same
5729 message ID, the last directive wins.
5731 Use ids=min-max syntax to apply the same message configuration to an
5732 inclusive range of message IDs. An ID range with N values has
5733 exactly the same effect as typing N cache_log_message lines.
5735 At least one option is required. Supported options are:
5737 level=<number>: The logging level to use for the message. Squid
5738 command line options (-s and -d) as well as the debug_options
5739 directive control which levels go to syslog, stderr, and/or
5740 cache.log. In most environments, using level=2 or higher stops
5741 Squid from logging the message anywhere. By default, the
5742 hard-coded message-specific level is used.
5744 limit=<number>: After logging the specified number of messages at
5745 the configured (or default) debugging level DL, start using
5746 level 3 (for DL 0 and 1) or 8 (for higher DL values). Usually,
5747 level-3+ messages are not logged anywhere so this option can
5748 often be used to effectively suppress the message. Each SMP
5749 Squid process gets the same limit.
5755 DEFAULT_DOC: Log all critical and important messages.
5756 LOC: Debug::debugOptions
5758 Logging options are set as section,level where each source file
5759 is assigned a unique section. Lower levels result in less
5760 output, Full debugging (level 9) can result in a very large
5761 log file, so be careful.
5763 The magic word "ALL" sets debugging levels for all sections.
5764 The default is to run with "ALL,1" to record important warnings.
5766 The rotate=N option can be used to keep more or less of these logs
5767 than would otherwise be kept by logfile_rotate.
5768 For most uses a single log should be enough to monitor current
5769 events affecting Squid.
5774 LOC: Config.coredump_dir
5775 DEFAULT_IF_NONE: none
5776 DEFAULT_DOC: Use the directory from where Squid was started.
5778 By default Squid leaves core files in the directory from where
5779 it was started. If you set 'coredump_dir' to a directory
5780 that exists, Squid will chdir() to that directory at startup
5781 and coredump files will be left there.
5783 In addition to changing the directory, the process permissions are updated
5784 to enable process tracing and/or coredump file generation. The details are
5785 OS-specific, but look for prctl(2) PR_SET_DUMPABLE and procctl(2)
5786 PROC_TRACE_CTL documentation as guiding examples.
5790 # Leave coredumps in the first cache dir
5791 coredump_dir @DEFAULT_SWAP_DIR@
5797 OPTIONS FOR FTP GATEWAYING
5798 -----------------------------------------------------------------------------
5804 LOC: Config.Ftp.anon_user
5806 If you want the anonymous login password to be more informative
5807 (and enable the use of picky FTP servers), set this to something
5808 reasonable for your domain, like wwwuser@somewhere.net
5810 The reason why this is domainless by default is the
5811 request can be made on the behalf of a user in any domain,
5812 depending on how the cache is used.
5813 Some FTP server also validate the email address is valid
5814 (for example perl.com).
5820 LOC: Config.Ftp.passive
5822 If your firewall does not allow Squid to use passive
5823 connections, turn off this option.
5825 Use of ftp_epsv_all option requires this to be ON.
5831 LOC: Config.Ftp.epsv_all
5833 FTP Protocol extensions permit the use of a special "EPSV ALL" command.
5835 NATs may be able to put the connection on a "fast path" through the
5836 translator, as the EPRT command will never be used and therefore,
5837 translation of the data portion of the segments will never be needed.
5839 When a client only expects to do two-way FTP transfers this may be
5841 If squid finds that it must do a three-way FTP transfer after issuing
5842 an EPSV ALL command, the FTP session will fail.
5844 If you have any doubts about this option do not use it.
5845 Squid will nicely attempt all other connection methods.
5847 Requires ftp_passive to be ON (default) for any effect.
5853 LOC: Config.accessList.ftp_epsv
5855 FTP Protocol extensions permit the use of a special "EPSV" command.
5857 NATs may be able to put the connection on a "fast path" through the
5858 translator using EPSV, as the EPRT command will never be used
5859 and therefore, translation of the data portion of the segments
5860 will never be needed.
5862 EPSV is often required to interoperate with FTP servers on IPv6
5863 networks. On the other hand, it may break some IPv4 servers.
5865 By default, EPSV may try EPSV with any FTP server. To fine tune
5866 that decision, you may restrict EPSV to certain clients or servers
5869 ftp_epsv allow|deny al1 acl2 ...
5871 WARNING: Disabling EPSV may cause problems with external NAT and IPv6.
5873 Only fast ACLs are supported.
5874 Requires ftp_passive to be ON (default) for any effect.
5880 LOC: Config.Ftp.eprt
5882 FTP Protocol extensions permit the use of a special "EPRT" command.
5884 This extension provides a protocol neutral alternative to the
5885 IPv4-only PORT command. When supported it enables active FTP data
5886 channels over IPv6 and efficient NAT handling.
5888 Turning this OFF will prevent EPRT being attempted and will skip
5889 straight to using PORT for IPv4 servers.
5891 Some devices are known to not handle this extension correctly and
5892 may result in crashes. Devices which support EPRT enough to fail
5893 cleanly will result in Squid attempting PORT anyway. This directive
5894 should only be disabled when EPRT results in device failures.
5896 WARNING: Doing so will convert Squid back to the old behavior with all
5897 the related problems with external NAT devices/layers and IPv4-only FTP.
5900 NAME: ftp_sanitycheck
5903 LOC: Config.Ftp.sanitycheck
5905 For security and data integrity reasons Squid by default performs
5906 sanity checks of the addresses of FTP data connections ensure the
5907 data connection is to the requested server. If you need to allow
5908 FTP connections to servers using another IP address for the data
5909 connection turn this off.
5912 NAME: ftp_telnet_protocol
5915 LOC: Config.Ftp.telnet
5917 The FTP protocol is officially defined to use the telnet protocol
5918 as transport channel for the control connection. However, many
5919 implementations are broken and does not respect this aspect of
5922 If you have trouble accessing files with ASCII code 255 in the
5923 path or similar problems involving this ASCII code you can
5924 try setting this directive to off. If that helps, report to the
5925 operator of the FTP server in question that their FTP server
5926 is broken and does not follow the FTP standard.
5930 OPTIONS FOR EXTERNAL SUPPORT PROGRAMS
5931 -----------------------------------------------------------------------------
5936 DEFAULT: @DEFAULT_DISKD@
5937 LOC: Config.Program.diskd
5939 Specify the location of the diskd executable.
5940 Note this is only useful if you have compiled in
5941 diskd as one of the store io modules.
5944 NAME: unlinkd_program
5947 DEFAULT: @DEFAULT_UNLINKD@
5948 LOC: Config.Program.unlinkd
5950 Specify the location of the executable for file deletion process.
5953 NAME: pinger_program
5956 DEFAULT: @DEFAULT_PINGER@
5959 Specify the location of the executable for the pinger process.
5968 Control whether the pinger is active at run-time.
5969 Enables turning ICMP pinger on and off with a simple
5970 squid -k reconfigure.
5975 OPTIONS FOR URL REWRITING
5976 -----------------------------------------------------------------------------
5979 NAME: url_rewrite_program redirect_program
5981 LOC: Config.Program.redirect
5984 The name and command line parameters of an admin-provided executable
5985 for redirecting clients or adjusting/replacing client request URLs.
5987 This helper is consulted after the received request is cleared by
5988 http_access and adapted using eICAP/ICAP services (if any). If the
5989 helper does not redirect the client, Squid checks adapted_http_access
5990 and may consult the cache or forward the request to the next hop.
5993 For each request, the helper gets one line in the following format:
5995 [channel-ID <SP>] request-URL [<SP> extras] <NL>
5997 Use url_rewrite_extras to configure what Squid sends as 'extras'.
6000 The helper must reply to each query using a single line:
6002 [channel-ID <SP>] result [<SP> kv-pairs] <NL>
6004 The result section must match exactly one of the following outcomes:
6006 OK [status=30N] url="..."
6008 Redirect the client to a URL supplied in the 'url' parameter.
6009 Optional 'status' specifies the status code to send to the
6010 client in Squid's HTTP redirect response. It must be one of
6011 the standard HTTP redirect status codes: 301, 302, 303, 307,
6012 or 308. When no specific status is requested, Squid uses 302.
6014 OK rewrite-url="..."
6016 Replace the current request URL with the one supplied in the
6017 'rewrite-url' parameter. Squid fetches the resource specified
6018 by the new URL and forwards the received response (or its
6019 cached copy) to the client.
6021 WARNING: Avoid rewriting URLs! When possible, redirect the
6022 client using an "OK url=..." helper response instead.
6023 Rewriting URLs may create inconsistent requests and/or break
6024 synchronization between internal client and origin server
6025 states, especially when URLs or other message parts contain
6026 snippets of that state. For example, Squid does not adjust
6027 Location headers and embedded URLs after the helper rewrites
6030 If Squid cannot parse the URL value returned by the helper, it logs a
6031 critical cache.log ERROR message and uses the original request URL.
6032 Supported URL format depends on the request method. For example,
6033 CONNECT request URLs must use `host:port` form, while GET URLs start
6034 with a `scheme:` prefix (e.g., `https://example.com/`).
6037 Keep the client request intact.
6040 Keep the client request intact.
6043 A helper problem that should be reported to the Squid admin
6044 via a level-1 cache.log message. The 'message' parameter is
6045 reserved for specifying the log message.
6047 In addition to the kv-pairs mentioned above, Squid also understands
6048 the following optional kv-pairs in URL rewriter responses:
6051 Associates a TAG with the client TCP connection.
6053 The clt_conn_tag=TAG pair is treated as a regular transaction
6054 annotation for the current request and also annotates future
6055 requests on the same client connection. A helper may update
6056 the TAG during subsequent requests by returning a new kv-pair.
6059 Helper messages contain the channel-ID part if and only if the
6060 url_rewrite_children directive specifies positive concurrency. As a
6061 channel-ID value, Squid sends a number between 0 and concurrency-1.
6062 The helper must echo back the received channel-ID in its response.
6064 By default, Squid does not use a URL rewriter.
6067 NAME: url_rewrite_children redirect_children
6068 TYPE: HelperChildConfig
6069 DEFAULT: 20 startup=0 idle=1 concurrency=0
6070 LOC: Config.redirectChildren
6072 Specifies the maximum number of redirector processes that Squid may
6073 spawn (numberofchildren) and several related options. Using too few of
6074 these helper processes (a.k.a. "helpers") creates request queues.
6075 Using too many helpers wastes your system resources.
6077 Usage: numberofchildren [option]...
6079 The startup= and idle= options allow some measure of skew in your
6084 Sets a minimum of how many processes are to be spawned when Squid
6085 starts or reconfigures. When set to zero the first request will
6086 cause spawning of the first child process to handle it.
6088 Starting too few will cause an initial slowdown in traffic as Squid
6089 attempts to simultaneously spawn enough processes to cope.
6093 Sets a minimum of how many processes Squid is to try and keep available
6094 at all times. When traffic begins to rise above what the existing
6095 processes can handle this many more will be spawned up to the maximum
6096 configured. A minimum setting of 1 is required.
6100 The number of requests each redirector helper can handle in
6101 parallel. Defaults to 0 which indicates the redirector
6102 is a old-style single threaded redirector.
6104 When this directive is set to a value >= 1 then the protocol
6105 used to communicate with the helper is modified to include
6106 an ID in front of the request/response. The ID from the request
6107 must be echoed back with the response to that request.
6111 Sets the maximum number of queued requests. A request is queued when
6112 no existing child can accept it due to concurrency limit and no new
6113 child can be started due to numberofchildren limit. The default
6114 maximum is zero if url_rewrite_bypass is enabled and
6115 2*numberofchildren otherwise. If the queued requests exceed queue size
6116 and redirector_bypass configuration option is set, then redirector is
6117 bypassed. Otherwise, Squid is allowed to temporarily exceed the
6118 configured maximum, marking the affected helper as "overloaded". If
6119 the helper overload lasts more than 3 minutes, the action prescribed
6120 by the on-persistent-overload option applies.
6122 on-persistent-overload=action
6124 Specifies Squid reaction to a new helper request arriving when the helper
6125 has been overloaded for more that 3 minutes already. The number of queued
6126 requests determines whether the helper is overloaded (see the queue-size
6129 Two actions are supported:
6131 die Squid worker quits. This is the default behavior.
6133 ERR Squid treats the helper request as if it was
6134 immediately submitted, and the helper immediately
6135 replied with an ERR response. This action has no effect
6136 on the already queued and in-progress helper requests.
6139 NAME: url_rewrite_host_header redirect_rewrites_host_header
6142 LOC: Config.onoff.redir_rewrites_host
6144 To preserve same-origin security policies in browsers and
6145 prevent Host: header forgery by redirectors Squid rewrites
6146 any Host: header in redirected requests.
6148 If you are running an accelerator this may not be a wanted
6149 effect of a redirector. This directive enables you disable
6150 Host: alteration in reverse-proxy traffic.
6152 WARNING: Entries are cached on the result of the URL rewriting
6153 process, so be careful if you have domain-virtual hosts.
6155 WARNING: Squid and other software verifies the URL and Host
6156 are matching, so be careful not to relay through other proxies
6157 or inspecting firewalls with this disabled.
6160 NAME: url_rewrite_access redirector_access
6163 DEFAULT_DOC: Allow, unless rules exist in squid.conf.
6164 LOC: Config.accessList.redirector
6166 If defined, this access list specifies which requests are
6167 sent to the redirector processes.
6169 This clause supports both fast and slow acl types.
6170 See https://wiki.squid-cache.org/SquidFaq/SquidAcl for details.
6173 NAME: url_rewrite_bypass redirector_bypass
6175 LOC: Config.onoff.redirector_bypass
6178 When this is 'on', a request will not go through the
6179 redirector if all the helpers are busy. If this is 'off' and the
6180 redirector queue grows too large, the action is prescribed by the
6181 on-persistent-overload option. You should only enable this if the
6182 redirectors are not critical to your caching system. If you use
6183 redirectors for access control, and you enable this option,
6184 users may have access to pages they should not
6185 be allowed to request.
6187 Enabling this option sets the default url_rewrite_children queue-size
6191 NAME: url_rewrite_extras
6192 TYPE: TokenOrQuotedString
6193 LOC: Config.redirector_extras
6194 DEFAULT: "%>a/%>A %un %>rm myip=%la myport=%lp"
6196 Specifies a string to be append to request line format for the
6197 rewriter helper. "Quoted" format values may contain spaces and
6198 logformat %macros. In theory, any logformat %macro can be used.
6199 In practice, a %macro expands as a dash (-) if the helper request is
6200 sent before the required macro information is available to Squid.
6203 NAME: url_rewrite_timeout
6204 TYPE: UrlHelperTimeout
6205 LOC: Config.onUrlRewriteTimeout
6207 DEFAULT_DOC: Squid waits for the helper response forever
6209 Squid times active requests to redirector. The timeout value and Squid
6210 reaction to a timed out request are configurable using the following
6213 url_rewrite_timeout timeout time-units on_timeout=<action> [response=<quoted-response>]
6215 supported timeout actions:
6216 fail Squid return a ERR_GATEWAY_FAILURE error page
6218 bypass Do not re-write the URL
6220 retry Send the lookup to the helper again
6222 use_configured_response
6223 Use the <quoted-response> as helper response
6227 OPTIONS FOR STORE ID
6228 -----------------------------------------------------------------------------
6231 NAME: store_id_program storeurl_rewrite_program
6233 LOC: Config.Program.store_id
6236 Specify the location of the executable StoreID helper to use.
6237 Since they can perform almost any function there isn't one included.
6239 For each requested URL, the helper will receive one line with the format
6241 [channel-ID <SP>] URL [<SP> extras]<NL>
6244 After processing the request the helper must reply using the following format:
6246 [channel-ID <SP>] result [<SP> kv-pairs]
6248 The result code can be:
6251 Use the StoreID supplied in 'store-id='.
6254 The default is to use HTTP request URL as the store ID.
6257 An internal error occurred in the helper, preventing
6258 a result being identified.
6260 In addition to the above kv-pairs Squid also understands the following
6261 optional kv-pairs received from URL rewriters:
6263 Associates a TAG with the client TCP connection.
6264 Please see url_rewrite_program related documentation for this
6267 Helper programs should be prepared to receive and possibly ignore
6268 additional whitespace-separated tokens on each input line.
6270 When using the concurrency= option the protocol is changed by
6271 introducing a query channel tag in front of the request/response.
6272 The query channel tag is a number between 0 and concurrency-1.
6273 This value must be echoed back unchanged to Squid as the first part
6274 of the response relating to its request.
6276 NOTE: when using StoreID refresh_pattern will apply to the StoreID
6277 returned from the helper and not the URL.
6279 WARNING: Wrong StoreID value returned by a careless helper may result
6280 in the wrong cached response returned to the user.
6282 By default, a StoreID helper is not used.
6285 NAME: store_id_extras
6286 TYPE: TokenOrQuotedString
6287 LOC: Config.storeId_extras
6288 DEFAULT: "%>a/%>A %un %>rm myip=%la myport=%lp"
6290 Specifies a string to be append to request line format for the
6291 StoreId helper. "Quoted" format values may contain spaces and
6292 logformat %macros. In theory, any logformat %macro can be used.
6293 In practice, a %macro expands as a dash (-) if the helper request is
6294 sent before the required macro information is available to Squid.
6297 NAME: store_id_children storeurl_rewrite_children
6298 TYPE: HelperChildConfig
6299 DEFAULT: 20 startup=0 idle=1 concurrency=0
6300 LOC: Config.storeIdChildren
6302 Specifies the maximum number of StoreID helper processes that Squid
6303 may spawn (numberofchildren) and several related options. Using
6304 too few of these helper processes (a.k.a. "helpers") creates request
6305 queues. Using too many helpers wastes your system resources.
6307 Usage: numberofchildren [option]...
6309 The startup= and idle= options allow some measure of skew in your
6314 Sets a minimum of how many processes are to be spawned when Squid
6315 starts or reconfigures. When set to zero the first request will
6316 cause spawning of the first child process to handle it.
6318 Starting too few will cause an initial slowdown in traffic as Squid
6319 attempts to simultaneously spawn enough processes to cope.
6323 Sets a minimum of how many processes Squid is to try and keep available
6324 at all times. When traffic begins to rise above what the existing
6325 processes can handle this many more will be spawned up to the maximum
6326 configured. A minimum setting of 1 is required.
6330 The number of requests each storeID helper can handle in
6331 parallel. Defaults to 0 which indicates the helper
6332 is a old-style single threaded program.
6334 When this directive is set to a value >= 1 then the protocol
6335 used to communicate with the helper is modified to include
6336 an ID in front of the request/response. The ID from the request
6337 must be echoed back with the response to that request.
6341 Sets the maximum number of queued requests to N. A request is queued
6342 when no existing child can accept it due to concurrency limit and no
6343 new child can be started due to numberofchildren limit. The default
6344 maximum is 2*numberofchildren. If the queued requests exceed queue
6345 size and redirector_bypass configuration option is set, then
6346 redirector is bypassed. Otherwise, Squid is allowed to temporarily
6347 exceed the configured maximum, marking the affected helper as
6348 "overloaded". If the helper overload lasts more than 3 minutes, the
6349 action prescribed by the on-persistent-overload option applies.
6351 on-persistent-overload=action
6353 Specifies Squid reaction to a new helper request arriving when the helper
6354 has been overloaded for more that 3 minutes already. The number of queued
6355 requests determines whether the helper is overloaded (see the queue-size
6358 Two actions are supported:
6360 die Squid worker quits. This is the default behavior.
6362 ERR Squid treats the helper request as if it was
6363 immediately submitted, and the helper immediately
6364 replied with an ERR response. This action has no effect
6365 on the already queued and in-progress helper requests.
6368 NAME: store_id_access storeurl_rewrite_access
6371 DEFAULT_DOC: Allow, unless rules exist in squid.conf.
6372 LOC: Config.accessList.store_id
6374 If defined, this access list specifies which requests are
6375 sent to the StoreID processes. By default all requests
6378 This clause supports both fast and slow acl types.
6379 See https://wiki.squid-cache.org/SquidFaq/SquidAcl for details.
6382 NAME: store_id_bypass storeurl_rewrite_bypass
6384 LOC: Config.onoff.store_id_bypass
6387 When this is 'on', a request will not go through the
6388 helper if all helpers are busy. If this is 'off' and the helper
6389 queue grows too large, the action is prescribed by the
6390 on-persistent-overload option. You should only enable this if the
6391 helpers are not critical to your caching system. If you use
6392 helpers for critical caching components, and you enable this
6393 option, users may not get objects from cache.
6394 This options sets default queue-size option of the store_id_children
6399 OPTIONS FOR TUNING THE CACHE
6400 -----------------------------------------------------------------------------
6403 NAME: cache no_cache
6406 DEFAULT_DOC: By default, this directive is unused and has no effect.
6407 LOC: Config.accessList.noCache
6409 Requests denied by this directive will not be served from the cache
6410 and their responses will not be stored in the cache. This directive
6411 has no effect on other transactions and on already cached responses.
6413 This clause supports both fast and slow acl types.
6414 See https://wiki.squid-cache.org/SquidFaq/SquidAcl for details.
6416 This and the two other similar caching directives listed below are
6417 checked at different transaction processing stages, have different
6418 access to response information, affect different cache operations,
6419 and differ in slow ACLs support:
6421 * cache: Checked before Squid makes a hit/miss determination.
6422 No access to reply information!
6423 Denies both serving a hit and storing a miss.
6424 Supports both fast and slow ACLs.
6425 * send_hit: Checked after a hit was detected.
6426 Has access to reply (hit) information.
6427 Denies serving a hit only.
6428 Supports fast ACLs only.
6429 * store_miss: Checked before storing a cachable miss.
6430 Has access to reply (miss) information.
6431 Denies storing a miss only.
6432 Supports fast ACLs only.
6434 If you are not sure which of the three directives to use, apply the
6435 following decision logic:
6437 * If your ACL(s) are of slow type _and_ need response info, redesign.
6438 Squid does not support that particular combination at this time.
6440 * If your directive ACL(s) are of slow type, use "cache"; and/or
6441 * if your directive ACL(s) need no response info, use "cache".
6443 * If you do not want the response cached, use store_miss; and/or
6444 * if you do not want a hit on a cached response, use send_hit.
6450 DEFAULT_DOC: By default, this directive is unused and has no effect.
6451 LOC: Config.accessList.sendHit
6453 Responses denied by this directive will not be served from the cache
6454 (but may still be cached, see store_miss). This directive has no
6455 effect on the responses it allows and on the cached objects. This
6456 directive is applied to both regular from-cache responses and responses
6457 reused by collapsed requests (see collapsed_forwarding).
6459 Please see the "cache" directive for a summary of differences among
6460 store_miss, send_hit, and cache directives.
6462 Unlike the "cache" directive, send_hit only supports fast acl
6463 types. See https://wiki.squid-cache.org/SquidFaq/SquidAcl for details.
6467 # apply custom Store ID mapping to some URLs
6468 acl MapMe dstdomain .c.example.com
6469 store_id_program ...
6470 store_id_access allow MapMe
6472 # but prevent caching of special responses
6473 # such as 302 redirects that cause StoreID loops
6474 acl Ordinary http_status 200-299
6475 store_miss deny MapMe !Ordinary
6477 # and do not serve any previously stored special responses
6478 # from the cache (in case they were already cached before
6479 # the above store_miss rule was in effect).
6480 send_hit deny MapMe !Ordinary
6486 DEFAULT_DOC: By default, this directive is unused and has no effect.
6487 LOC: Config.accessList.storeMiss
6489 Responses denied by this directive will not be cached (but may still
6490 be served from the cache, see send_hit). This directive has no
6491 effect on the responses it allows and on the already cached responses.
6493 Please see the "cache" directive for a summary of differences among
6494 store_miss, send_hit, and cache directives. See the
6495 send_hit directive for a usage example.
6497 Unlike the "cache" directive, store_miss only supports fast acl
6498 types. See https://wiki.squid-cache.org/SquidFaq/SquidAcl for details.
6504 LOC: Config.maxStale
6507 This option puts an upper limit on how stale content Squid
6508 will serve from the cache if cache validation fails.
6509 Can be overridden by the refresh_pattern max-stale option.
6512 NAME: refresh_pattern
6513 TYPE: refreshpattern
6517 usage: refresh_pattern [-i] regex min percent max [options]
6519 By default, regular expressions are CASE-SENSITIVE. To make
6520 them case-insensitive, use the -i option.
6522 'Min' is the time (in minutes) an object without an explicit
6523 expiry time should be considered fresh. The recommended
6524 value is 0, any higher values may cause dynamic applications
6525 to be erroneously cached unless the application designer
6526 has taken the appropriate actions.
6528 'Percent' is used to compute the max-age value for responses
6529 with a Last-Modified header and no Cache-Control:max-age nor Expires.
6530 Cache-Control:max-age = ( Date - Last-Modified ) * percent
6532 'Max' is an upper limit on how long objects without an explicit
6533 expiry time will be considered fresh. The value is also used
6534 to form Cache-Control: max-age header for a request sent from
6535 Squid to origin/parent.
6537 options: override-expire
6547 override-expire enforces min age even if the server
6548 sent an explicit expiry time (e.g., with the
6549 Expires: header or Cache-Control: max-age). Doing this
6550 VIOLATES the HTTP standard. Enabling this feature
6551 could make you liable for problems which it causes.
6553 Note: override-expire does not enforce staleness - it only extends
6554 freshness / min. If the server returns a Expires time which
6555 is longer than your max time, Squid will still consider
6556 the object fresh for that period of time.
6558 override-lastmod enforces min age even on objects
6559 that were modified recently.
6561 reload-into-ims changes a client no-cache or ``reload''
6562 request for a cached entry into a conditional request using
6563 If-Modified-Since and/or If-None-Match headers, provided the
6564 cached entry has a Last-Modified and/or a strong ETag header.
6565 Doing this VIOLATES the HTTP standard. Enabling this feature
6566 could make you liable for problems which it causes.
6568 ignore-reload ignores a client no-cache or ``reload''
6569 header. Doing this VIOLATES the HTTP standard. Enabling
6570 this feature could make you liable for problems which
6573 ignore-no-store ignores any ``Cache-control: no-store''
6574 headers received from a server. Doing this VIOLATES
6575 the HTTP standard. Enabling this feature could make you
6576 liable for problems which it causes.
6578 ignore-private ignores any ``Cache-control: private''
6579 headers received from a server. Doing this VIOLATES
6580 the HTTP standard. Enabling this feature could make you
6581 liable for problems which it causes.
6583 refresh-ims causes squid to contact the origin server
6584 when a client issues an If-Modified-Since request. This
6585 ensures that the client will receive an updated version
6586 if one is available.
6588 store-stale stores responses even if they don't have explicit
6589 freshness or a validator (i.e., Last-Modified or an ETag)
6590 present, or if they're already stale. By default, Squid will
6591 not cache such responses because they usually can't be
6592 reused. Note that such responses will be stale by default.
6594 max-stale=NN provide a maximum staleness factor. Squid won't
6595 serve objects more stale than this even if it failed to
6596 validate the object. Default: use the max_stale global limit.
6598 Basically a cached object is:
6600 FRESH if expire > now, else STALE
6602 FRESH if lm-factor < percent, else STALE
6606 The refresh_pattern lines are checked in the order listed here.
6607 The first entry which matches is used. If none of the entries
6608 match the default will be used.
6610 Note, you must uncomment all the default lines if you want
6611 to change one. The default setting is only active if none is
6617 # Add any of your own refresh_pattern entries above these.
6619 refresh_pattern ^ftp: 1440 20% 10080
6620 refresh_pattern -i (/cgi-bin/|\?) 0 0% 0
6621 refresh_pattern . 0 20% 4320
6625 NAME: quick_abort_min
6629 LOC: Config.quickAbort.min
6632 NAME: quick_abort_max
6636 LOC: Config.quickAbort.max
6639 NAME: quick_abort_pct
6643 LOC: Config.quickAbort.pct
6645 Continuing to download a cachable response after its request is aborted is
6646 going to waste resources if the received response is not requested again.
6647 On the other hand, aborting an in-progress download may effectively waste
6648 (already spent) resources if the received cachable response is requested
6649 again. Such waste is especially noticeable when, for example, impatient
6650 users repeatedly request and then abort slow downloads. To balance these
6651 trade-offs when a request is aborted during response download, Squid may
6652 check quick_abort_* directives to decide whether to finish the retrieval:
6654 If the transfer has less than 'quick_abort_min' KB remaining,
6655 it will finish the retrieval.
6657 If the transfer has more than 'quick_abort_max' KB remaining,
6658 it will abort the retrieval.
6660 If more than 'quick_abort_pct' of the transfer has completed,
6661 it will finish the retrieval.
6663 If you do not want any retrieval to continue after the client
6664 has aborted, set both 'quick_abort_min' and 'quick_abort_max'
6667 If you want retrievals to always continue if they are being
6668 cached set 'quick_abort_min' to '-1 KB'.
6670 Many other conditions affect Squid decision to abort or continue download.
6671 For example, Squid continues to download responses that feed other
6672 requests but aborts responses with unknown body length.
6675 NAME: read_ahead_gap
6676 COMMENT: buffer-size
6678 LOC: Config.readAheadGap
6681 The amount of data the cache will buffer ahead of what has been
6682 sent to the client when retrieving an object from another server.
6686 IFDEF: USE_HTTP_VIOLATIONS
6689 LOC: Config.negativeTtl
6692 Set the Default Time-to-Live (TTL) for failed requests.
6693 Certain types of failures (such as "connection refused" and
6694 "404 Not Found") are able to be negatively-cached for a short time.
6695 Modern web servers should provide Expires: header, however if they
6696 do not this can provide a minimum TTL.
6697 The default is not to cache errors with unknown expiry details.
6699 Note that this is different from negative caching of DNS lookups.
6701 WARNING: Doing this VIOLATES the HTTP standard. Enabling
6702 this feature could make you liable for problems which it
6706 NAME: positive_dns_ttl
6709 LOC: Config.positiveDnsTtl
6712 Upper limit on how long Squid will cache positive DNS responses.
6713 Default is 6 hours (360 minutes). This directive must be set
6714 larger than negative_dns_ttl.
6717 NAME: negative_dns_ttl
6720 LOC: Config.negativeDnsTtl
6723 Time-to-Live (TTL) for negative caching of failed DNS lookups.
6724 This also sets the lower cache limit on positive lookups.
6725 Minimum value is 1 second, and it is not recommendable to go
6726 much below 10 seconds.
6729 NAME: range_offset_limit
6730 COMMENT: size [acl acl...]
6732 LOC: Config.rangeOffsetLimit
6735 usage: (size) [units] [[!]aclname]
6737 Sets an upper limit on how far (number of bytes) into the file
6738 a Range request may be to cause Squid to prefetch the whole file.
6739 If beyond this limit, Squid forwards the Range request as it is and
6740 the result is NOT cached.
6742 This is to stop a far ahead range request (lets say start at 17MB)
6743 from making Squid fetch the whole object up to that point before
6744 sending anything to the client.
6746 Multiple range_offset_limit lines may be specified, and they will
6747 be searched from top to bottom on each request until a match is found.
6748 The first match found will be used. If no line matches a request, the
6749 default limit of 0 bytes will be used.
6751 'size' is the limit specified as a number of units.
6753 'units' specifies whether to use bytes, KB, MB, etc.
6754 If no units are specified bytes are assumed.
6756 A size of 0 causes Squid to never fetch more than the
6757 client requested. (default)
6759 A size of 'none' causes Squid to always fetch the object from the
6760 beginning so it may cache the result. (2.0 style)
6762 'aclname' is the name of a defined ACL.
6764 NP: Using 'none' as the byte value here will override any quick_abort settings
6765 that may otherwise apply to the range request. The range request will
6766 be fully fetched from start to finish regardless of the client
6767 actions. This affects bandwidth usage.
6770 NAME: minimum_expiry_time
6773 LOC: Config.minimum_expiry_time
6776 The minimum caching time according to (Expires - Date)
6777 headers Squid honors if the object can't be revalidated.
6778 The default is 60 seconds.
6780 In reverse proxy environments it might be desirable to honor
6781 shorter object lifetimes. It is most likely better to make
6782 your server return a meaningful Last-Modified header however.
6785 NAME: store_avg_object_size
6789 LOC: Config.Store.avgObjectSize
6791 Average object size, used to estimate number of objects your
6792 cache can hold. The default is 13 KB.
6794 This is used to pre-seed the cache index memory allocation to
6795 reduce expensive reallocate operations while handling clients
6796 traffic. Too-large values may result in memory allocation during
6797 peak traffic, too-small values will result in wasted memory.
6799 Check the cache manager 'info' report metrics for the real
6800 object sizes seen by your Squid before tuning this.
6803 NAME: store_objects_per_bucket
6806 LOC: Config.Store.objectsPerBucket
6808 Target number of objects per bucket in the store hash table.
6809 Lowering this value increases the total number of buckets and
6810 also the storage maintenance rate. The default is 20.
6815 -----------------------------------------------------------------------------
6818 NAME: request_header_max_size
6822 LOC: Config.maxRequestHeaderSize
6824 This directives limits the header size of a received HTTP request
6825 (including request-line). Increasing this limit beyond its 64 KB default
6826 exposes certain old Squid code to various denial-of-service attacks. This
6827 limit also applies to received FTP commands.
6829 This limit has no direct affect on Squid memory consumption.
6831 Squid does not check this limit when sending requests.
6834 NAME: reply_header_max_size
6838 LOC: Config.maxReplyHeaderSize
6840 This directives limits the header size of a received HTTP response
6841 (including status-line). Increasing this limit beyond its 64 KB default
6842 exposes certain old Squid code to various denial-of-service attacks. This
6843 limit also applies to FTP command responses.
6845 Squid also checks this limit when loading hit responses from disk cache.
6847 Squid does not check this limit when sending responses.
6850 NAME: request_body_max_size
6854 DEFAULT_DOC: No limit.
6855 LOC: Config.maxRequestBodySize
6857 This specifies the maximum size for an HTTP request body.
6858 In other words, the maximum size of a PUT/POST request.
6859 A user who attempts to send a request with a body larger
6860 than this limit receives an "Invalid Request" error message.
6861 If you set this parameter to a zero (the default), there will
6862 be no limit imposed.
6864 See also client_request_buffer_max_size for an alternative
6865 limitation on client uploads which can be configured.
6868 NAME: client_request_buffer_max_size
6872 LOC: Config.maxRequestBufferSize
6874 This specifies the maximum buffer size of a client request.
6875 It prevents squid eating too much memory when somebody uploads
6880 IFDEF: USE_HTTP_VIOLATIONS
6883 DEFAULT_DOC: Obey RFC 2616.
6884 LOC: Config.accessList.brokenPosts
6886 A list of ACL elements which, if matched, causes Squid to send
6887 an extra CRLF pair after the body of a PUT/POST request.
6889 Some HTTP servers has broken implementations of PUT/POST,
6890 and rely on an extra CRLF pair sent by some WWW clients.
6892 Quote from RFC2616 section 4.1 on this matter:
6894 Note: certain buggy HTTP/1.0 client implementations generate an
6895 extra CRLF's after a POST request. To restate what is explicitly
6896 forbidden by the BNF, an HTTP/1.1 client must not preface or follow
6897 a request with an extra CRLF.
6899 This clause only supports fast acl types.
6900 See https://wiki.squid-cache.org/SquidFaq/SquidAcl for details.
6903 acl buggy_server url_regex ^http://....
6904 broken_posts allow buggy_server
6907 NAME: adaptation_uses_indirect_client icap_uses_indirect_client
6910 IFDEF: FOLLOW_X_FORWARDED_FOR&&USE_ADAPTATION
6912 LOC: Adaptation::Config::use_indirect_client
6914 Controls whether the indirect client IP address (instead of the direct
6915 client IP address) is passed to adaptation services.
6917 See also: follow_x_forwarded_for adaptation_send_client_ip
6921 IFDEF: USE_HTTP_VIOLATIONS
6925 LOC: Config.onoff.via
6927 If set (default), Squid will include a Via header in requests and
6928 replies as required by RFC2616.
6931 NAME: vary_ignore_expire
6934 LOC: Config.onoff.vary_ignore_expire
6937 Many HTTP servers supporting Vary gives such objects
6938 immediate expiry time with no cache-control header
6939 when requested by a HTTP/1.0 client. This option
6940 enables Squid to ignore such expiry times until
6941 HTTP/1.1 is fully implemented.
6943 WARNING: If turned on this may eventually cause some
6944 varying objects not intended for caching to get cached.
6947 NAME: request_header_access
6948 IFDEF: USE_HTTP_VIOLATIONS
6949 TYPE: http_header_access
6950 LOC: Config.request_header_access
6952 DEFAULT_DOC: No limits.
6954 Usage: request_header_access header_name allow|deny [!]aclname ...
6956 WARNING: Doing this VIOLATES the HTTP standard. Enabling
6957 this feature could make you liable for problems which it
6960 This option replaces the old 'anonymize_headers' and the
6961 older 'http_anonymizer' option with something that is much
6962 more configurable. A list of ACLs for each header name allows
6963 removal of specific header fields under specific conditions.
6965 This option only applies to outgoing HTTP request headers (i.e.,
6966 headers sent by Squid to the next HTTP hop such as a cache peer
6967 or an origin server). The option has no effect during cache hit
6968 detection. The equivalent adaptation vectoring point in ICAP
6969 terminology is post-cache REQMOD.
6971 The option is applied to individual outgoing request header
6972 fields. For each request header field F, Squid uses the first
6973 qualifying sets of request_header_access rules:
6975 1. Rules with header_name equal to F's name.
6976 2. Rules with header_name 'Other', provided F's name is not
6977 on the hard-coded list of commonly used HTTP header names.
6978 3. Rules with header_name 'All'.
6980 Within that qualifying rule set, rule ACLs are checked as usual.
6981 If ACLs of an "allow" rule match, the header field is allowed to
6982 go through as is. If ACLs of a "deny" rule match, the header is
6983 removed and request_header_replace is then checked to identify
6984 if the removed header has a replacement. If no rules within the
6985 set have matching ACLs, the header field is left as is.
6987 For example, to achieve the same behavior as the old
6988 'http_anonymizer standard' option, you should use:
6990 request_header_access From deny all
6991 request_header_access Referer deny all
6992 request_header_access User-Agent deny all
6994 Or, to reproduce the old 'http_anonymizer paranoid' feature
6997 request_header_access Authorization allow all
6998 request_header_access Proxy-Authorization allow all
6999 request_header_access Cache-Control allow all
7000 request_header_access Content-Length allow all
7001 request_header_access Content-Type allow all
7002 request_header_access Date allow all
7003 request_header_access Host allow all
7004 request_header_access If-Modified-Since allow all
7005 request_header_access Pragma allow all
7006 request_header_access Accept allow all
7007 request_header_access Accept-Charset allow all
7008 request_header_access Accept-Encoding allow all
7009 request_header_access Accept-Language allow all
7010 request_header_access Connection allow all
7011 request_header_access All deny all
7013 HTTP reply headers are controlled with the reply_header_access directive.
7015 By default, all headers are allowed (no anonymizing is performed).
7018 NAME: reply_header_access
7019 IFDEF: USE_HTTP_VIOLATIONS
7020 TYPE: http_header_access
7021 LOC: Config.reply_header_access
7023 DEFAULT_DOC: No limits.
7025 Usage: reply_header_access header_name allow|deny [!]aclname ...
7027 WARNING: Doing this VIOLATES the HTTP standard. Enabling
7028 this feature could make you liable for problems which it
7031 This option only applies to reply headers, i.e., from the
7032 server to the client.
7034 This is the same as request_header_access, but in the other
7035 direction. Please see request_header_access for detailed
7038 For example, to achieve the same behavior as the old
7039 'http_anonymizer standard' option, you should use:
7041 reply_header_access Server deny all
7042 reply_header_access WWW-Authenticate deny all
7043 reply_header_access Link deny all
7045 Or, to reproduce the old 'http_anonymizer paranoid' feature
7048 reply_header_access Allow allow all
7049 reply_header_access WWW-Authenticate allow all
7050 reply_header_access Proxy-Authenticate allow all
7051 reply_header_access Cache-Control allow all
7052 reply_header_access Content-Encoding allow all
7053 reply_header_access Content-Length allow all
7054 reply_header_access Content-Type allow all
7055 reply_header_access Date allow all
7056 reply_header_access Expires allow all
7057 reply_header_access Last-Modified allow all
7058 reply_header_access Location allow all
7059 reply_header_access Pragma allow all
7060 reply_header_access Content-Language allow all
7061 reply_header_access Retry-After allow all
7062 reply_header_access Title allow all
7063 reply_header_access Content-Disposition allow all
7064 reply_header_access Connection allow all
7065 reply_header_access All deny all
7067 HTTP request headers are controlled with the request_header_access directive.
7069 By default, all headers are allowed (no anonymizing is
7073 NAME: request_header_replace header_replace
7074 IFDEF: USE_HTTP_VIOLATIONS
7075 TYPE: http_header_replace
7076 LOC: Config.request_header_access
7079 Usage: request_header_replace header_name message
7080 Example: request_header_replace User-Agent Nutscrape/1.0 (CP/M; 8-bit)
7082 This option allows you to change the contents of headers
7083 denied with request_header_access above, by replacing them
7084 with some fixed string.
7086 This only applies to request headers, not reply headers.
7088 By default, headers are removed if denied.
7091 NAME: reply_header_replace
7092 IFDEF: USE_HTTP_VIOLATIONS
7093 TYPE: http_header_replace
7094 LOC: Config.reply_header_access
7097 Usage: reply_header_replace header_name message
7098 Example: reply_header_replace Server Foo/1.0
7100 This option allows you to change the contents of headers
7101 denied with reply_header_access above, by replacing them
7102 with some fixed string.
7104 This only applies to reply headers, not request headers.
7106 By default, headers are removed if denied.
7109 NAME: request_header_add
7110 TYPE: HeaderWithAclList
7111 LOC: Config.request_header_add
7114 Usage: request_header_add field-name field-value [ acl ... ]
7115 Example: request_header_add X-Client-CA "CA=%ssl::>cert_issuer" all
7117 This option adds header fields to outgoing HTTP requests (i.e.,
7118 request headers sent by Squid to the next HTTP hop such as a
7119 cache peer or an origin server). The option has no effect during
7120 cache hit detection. The equivalent adaptation vectoring point
7121 in ICAP terminology is post-cache REQMOD.
7123 Field-name is a token specifying an HTTP header name. If a
7124 standard HTTP header name is used, Squid does not check whether
7125 the new header conflicts with any existing headers or violates
7126 HTTP rules. If the request to be modified already contains a
7127 field with the same name, the old field is preserved but the
7128 header field values are not merged.
7130 Field-value is either a token or a quoted string. If quoted
7131 string format is used, then the surrounding quotes are removed
7132 while escape sequences and %macros are processed.
7134 One or more Squid ACLs may be specified to restrict header
7135 injection to matching requests. As always in squid.conf, all
7136 ACLs in the ACL list must be satisfied for the insertion to
7137 happen. The request_header_add supports fast ACLs only.
7139 See also: reply_header_add.
7142 NAME: reply_header_add
7143 TYPE: HeaderWithAclList
7144 LOC: Config.reply_header_add
7147 Usage: reply_header_add field-name field-value [ acl ... ]
7148 Example: reply_header_add X-Client-CA "CA=%ssl::>cert_issuer" all
7150 This option adds header fields to outgoing HTTP responses (i.e., response
7151 headers delivered by Squid to the client). This option has no effect on
7152 cache hit detection. The equivalent adaptation vectoring point in
7153 ICAP terminology is post-cache RESPMOD. This option does not apply to
7154 successful CONNECT replies.
7156 Field-name is a token specifying an HTTP header name. If a
7157 standard HTTP header name is used, Squid does not check whether
7158 the new header conflicts with any existing headers or violates
7159 HTTP rules. If the response to be modified already contains a
7160 field with the same name, the old field is preserved but the
7161 header field values are not merged.
7163 Field-value is either a token or a quoted string. If quoted
7164 string format is used, then the surrounding quotes are removed
7165 while escape sequences and %macros are processed.
7167 One or more Squid ACLs may be specified to restrict header
7168 injection to matching responses. As always in squid.conf, all
7169 ACLs in the ACL list must be satisfied for the insertion to
7170 happen. The reply_header_add option supports fast ACLs only.
7172 See also: request_header_add.
7180 This option used to log custom information about the master
7181 transaction. For example, an admin may configure Squid to log
7182 which "user group" the transaction belongs to, where "user group"
7183 will be determined based on a set of ACLs and not [just]
7184 authentication information.
7185 Values of key/value pairs can be logged using %{key}note macros:
7187 note key value acl ...
7188 logformat myFormat ... %{key}note ...
7190 This clause only supports fast acl types.
7191 See https://wiki.squid-cache.org/SquidFaq/SquidAcl for details.
7194 NAME: relaxed_header_parser
7195 COMMENT: on|off|warn
7197 LOC: Config.onoff.relaxed_header_parser
7200 In the default "on" setting Squid accepts certain forms
7201 of non-compliant HTTP messages where it is unambiguous
7202 what the sending application intended even if the message
7203 is not correctly formatted. The messages is then normalized
7204 to the correct form when forwarded by Squid.
7206 If set to "warn" then a warning will be emitted in cache.log
7207 each time such HTTP error is encountered.
7209 If set to "off" then such HTTP errors will cause the request
7210 or response to be rejected.
7213 NAME: collapsed_forwarding
7216 LOC: Config.onoff.collapsed_forwarding
7219 This option controls whether Squid is allowed to merge multiple
7220 potentially cachable requests for the same URI before Squid knows
7221 whether the response is going to be cachable.
7223 When enabled, instead of forwarding each concurrent request for
7224 the same URL, Squid just sends the first of them. The other, so
7225 called "collapsed" requests, wait for the response to the first
7226 request and, if it happens to be cachable, use that response.
7227 Here, "concurrent requests" means "received after the first
7228 request headers were parsed and before the corresponding response
7229 headers were parsed".
7231 This feature is disabled by default: enabling collapsed
7232 forwarding needlessly delays forwarding requests that look
7233 cachable (when they are collapsed) but then need to be forwarded
7234 individually anyway because they end up being for uncachable
7235 content. However, in some cases, such as acceleration of highly
7236 cachable content with periodic or grouped expiration times, the
7237 gains from collapsing [large volumes of simultaneous refresh
7238 requests] outweigh losses from such delays.
7240 Squid collapses two kinds of requests: regular client requests
7241 received on one of the listening ports and internal "cache
7242 revalidation" requests which are triggered by those regular
7243 requests hitting a stale cached object. Revalidation collapsing
7244 is currently disabled for Squid instances containing SMP-aware
7245 disk or memory caches and for Vary-controlled cached objects.
7247 A response reused by the collapsed request is deemed fresh in that
7248 request processing context -- Squid does not apply refresh_pattern and
7249 internal freshness validation checks to collapsed transactions. Squid
7250 does apply send_hit rules.
7253 NAME: collapsed_forwarding_access
7256 DEFAULT_DOC: Requests may be collapsed if collapsed_forwarding is on.
7257 LOC: Config.accessList.collapsedForwardingAccess
7259 Use this directive to restrict collapsed forwarding to a subset of
7260 eligible requests. The directive is checked for regular HTTP
7261 requests, internal revalidation requests, and HTCP/ICP requests.
7263 collapsed_forwarding_access allow|deny [!]aclname ...
7265 This directive cannot force collapsing. It has no effect on
7266 collapsing unless collapsed_forwarding is 'on', and all other
7267 collapsing preconditions are satisfied.
7269 * A denied request will not collapse, and future transactions will
7270 not collapse on it (even if they are allowed to collapse).
7272 * An allowed request may collapse, or future transactions may
7273 collapse on it (provided they are allowed to collapse).
7275 This directive is evaluated before receiving HTTP response headers
7276 and without access to Squid-to-peer connection (if any).
7278 Only fast ACLs are supported.
7280 See also: collapsed_forwarding.
7283 NAME: shared_transient_entries_limit collapsed_forwarding_shared_entries_limit
7284 COMMENT: (number of entries)
7286 LOC: Config.shared_transient_entries_limit
7289 This directive limits the size of a table used for sharing current
7290 transaction information among SMP workers. A table entry stores meta
7291 information about a single cache entry being delivered to Squid
7292 client(s) by one or more SMP workers. A single table entry consumes
7293 less than 128 shared memory bytes.
7295 The limit should be significantly larger than the number of
7296 concurrent non-collapsed cachable responses leaving Squid. For a
7297 cache that handles less than 5000 concurrent requests, the default
7298 setting of 16384 should be plenty.
7300 Using excessively large values wastes shared memory. Limiting the
7301 table size too much results in hash collisions, leading to lower hit
7302 ratio and missed SMP request collapsing opportunities: Transactions
7303 left without a table entry cannot cache their responses and are
7304 invisible to other concurrent requests for the same resource.
7306 A zero limit is allowed but unsupported. A positive small limit
7307 lowers hit ratio, but zero limit disables a lot of essential
7308 synchronization among SMP workers, leading to HTTP violations (e.g.,
7309 stale hit responses). It also disables shared collapsed forwarding:
7310 A worker becomes unable to collapse its requests on transactions in
7311 other workers, resulting in more trips to the origin server and more
7317 -----------------------------------------------------------------------------
7320 NAME: forward_timeout
7323 LOC: Config.Timeout.forward
7326 This parameter specifies how long Squid should at most attempt in
7327 finding a forwarding path for the request before giving up.
7330 NAME: connect_timeout
7333 LOC: Config.Timeout.connect
7336 This parameter specifies how long to wait for the TCP connect to
7337 the requested server or peer to complete before Squid should
7338 attempt to find another path where to forward the request.
7341 NAME: peer_connect_timeout
7344 LOC: Config.Timeout.peer_connect
7347 This parameter specifies how long to wait for a pending TCP
7348 connection to a peer cache. The default is 30 seconds. You
7349 may also set different timeout values for individual neighbors
7350 with the 'connect-timeout' option on a 'cache_peer' line.
7356 LOC: Config.Timeout.read
7359 Applied on peer server connections.
7361 After each successful read(), the timeout will be extended by this
7362 amount. If no data is read again after this amount of time,
7363 the request is aborted and logged with ERR_READ_TIMEOUT.
7365 The default is 15 minutes.
7371 LOC: Config.Timeout.write
7374 This timeout is tracked for all connections that have data
7375 available for writing and are waiting for the socket to become
7376 ready. After each successful write, the timeout is extended by
7377 the configured amount. If Squid has data to write but the
7378 connection is not ready for the configured duration, the
7379 transaction associated with the connection is terminated. The
7380 default is 15 minutes.
7383 NAME: request_timeout
7385 LOC: Config.Timeout.request
7388 How long to wait for complete HTTP request headers after initial
7389 connection establishment.
7392 NAME: request_start_timeout
7394 LOC: Config.Timeout.request_start_timeout
7397 How long to wait for the first request byte after initial
7398 connection establishment.
7401 NAME: client_idle_pconn_timeout persistent_request_timeout
7403 LOC: Config.Timeout.clientIdlePconn
7406 How long to wait for the next HTTP request on a persistent
7407 client connection after the previous request completes.
7410 NAME: ftp_client_idle_timeout
7412 LOC: Config.Timeout.ftpClientIdle
7415 How long to wait for an FTP request on a connection to Squid ftp_port.
7416 Many FTP clients do not deal with idle connection closures well,
7417 necessitating a longer default timeout than client_idle_pconn_timeout
7418 used for incoming HTTP requests.
7421 NAME: client_lifetime
7424 LOC: Config.Timeout.lifetime
7427 The maximum amount of time a client (browser) is allowed to
7428 remain connected to the cache process. This protects the Cache
7429 from having a lot of sockets (and hence file descriptors) tied up
7430 in a CLOSE_WAIT state from remote clients that go away without
7431 properly shutting down (either because of a network failure or
7432 because of a poor client implementation). The default is one
7435 NOTE: The default value is intended to be much larger than any
7436 client would ever need to be connected to your cache. You
7437 should probably change client_lifetime only as a last resort.
7438 If you seem to have many client connections tying up
7439 filedescriptors, we recommend first tuning the read_timeout,
7440 request_timeout, persistent_request_timeout and quick_abort values.
7443 NAME: pconn_lifetime
7446 LOC: Config.Timeout.pconnLifetime
7449 Desired maximum lifetime of a persistent connection.
7450 When set, Squid will close a now-idle persistent connection that
7451 exceeded configured lifetime instead of moving the connection into
7452 the idle connection pool (or equivalent). No effect on ongoing/active
7453 transactions. Connection lifetime is the time period from the
7454 connection acceptance or opening time until "now".
7456 This limit is useful in environments with long-lived connections
7457 where Squid configuration or environmental factors change during a
7458 single connection lifetime. If unrestricted, some connections may
7459 last for hours and even days, ignoring those changes that should
7460 have affected their behavior or their existence.
7462 Currently, a new lifetime value supplied via Squid reconfiguration
7463 has no effect on already idle connections unless they become busy.
7465 When set to '0' this limit is not used.
7468 NAME: half_closed_clients
7470 LOC: Config.onoff.half_closed_clients
7473 Some clients may shutdown the sending side of their TCP
7474 connections, while leaving their receiving sides open. Sometimes,
7475 Squid can not tell the difference between a half-closed and a
7476 fully-closed TCP connection.
7478 By default, Squid will immediately close client connections when
7479 read(2) returns "no more data to read."
7481 Change this option to 'on' and Squid will keep open connections
7482 until a read(2) or write(2) on the socket returns an error.
7483 This may show some benefits for reverse proxies. But if not
7484 it is recommended to leave OFF.
7487 NAME: server_idle_pconn_timeout pconn_timeout
7489 LOC: Config.Timeout.serverIdlePconn
7492 Timeout for idle persistent connections to servers and other
7496 NAME: shutdown_lifetime
7499 LOC: Config.shutdownLifetime
7502 When SIGTERM or SIGHUP is received, the cache is put into
7503 "shutdown pending" mode until all active sockets are closed.
7504 This value is the lifetime to set for all open descriptors
7505 during shutdown mode. Any active clients after this many
7506 seconds will receive a 'timeout' message.
7510 ADMINISTRATIVE PARAMETERS
7511 -----------------------------------------------------------------------------
7517 LOC: Config.adminEmail
7519 Email-address of local cache manager who will receive
7520 mail if the cache dies. The default is "webmaster".
7526 LOC: Config.EmailFrom
7528 From: email-address for mail sent when the cache dies.
7529 The default is to use 'squid@unique_hostname'.
7531 See also: unique_hostname directive.
7537 LOC: Config.EmailProgram
7539 Email program used to send mail if the cache dies.
7540 The default is "mail". The specified program must comply
7541 with the standard Unix mail syntax:
7542 mail-program recipient < mailfile
7544 Optional command line options can be specified.
7547 NAME: cache_effective_user
7549 DEFAULT: @DEFAULT_CACHE_EFFECTIVE_USER@
7550 LOC: Config.effectiveUser
7552 If you start Squid as root, it will change its effective/real
7553 UID/GID to the user specified below. The default is to change
7554 to UID of @DEFAULT_CACHE_EFFECTIVE_USER@.
7555 see also; cache_effective_group
7558 NAME: cache_effective_group
7561 DEFAULT_DOC: Use system group memberships of the cache_effective_user account
7562 LOC: Config.effectiveGroup
7564 Squid sets the GID to the effective user's default group ID
7565 (taken from the password file) and supplementary group list
7566 from the groups membership.
7568 If you want Squid to run with a specific GID regardless of
7569 the group memberships of the effective user then set this
7570 to the group (or GID) you want Squid to run as. When set
7571 all other group privileges of the effective user are ignored
7572 and only this GID is effective. If Squid is not started as
7573 root the user starting Squid MUST be member of the specified
7576 This option is not recommended by the Squid Team.
7577 Our preference is for administrators to configure a secure
7578 user account for squid with UID/GID matching system policies.
7581 NAME: httpd_suppress_version_string
7585 LOC: Config.onoff.httpd_suppress_version_string
7587 Do not send Squid version string in HTTP metadata and generated content
7588 such as HTML error pages. Squid version string is still present in certain
7589 SNMP responses, HTTP(S) Server response header field,
7590 various console output, and cache.log.
7593 NAME: visible_hostname
7595 LOC: Config.visibleHostname
7597 DEFAULT_DOC: Automatically detect the system host name
7599 If you want to present a special hostname in error messages, etc,
7600 define this. Otherwise, the return value of gethostname()
7601 will be used. If you have multiple caches in a cluster and
7602 get errors about IP-forwarding you must set them to have individual
7603 names with this setting.
7606 NAME: unique_hostname
7608 LOC: Config.uniqueHostname
7610 DEFAULT_DOC: Copy the value from visible_hostname
7612 If you want to have multiple machines with the same
7613 'visible_hostname' you must give each machine a different
7614 'unique_hostname' so forwarding loops can be detected.
7617 NAME: hostname_aliases
7619 LOC: Config.hostnameAliases
7622 A list of other DNS names your cache has.
7630 Minimum umask which should be enforced while the proxy
7631 is running, in addition to the umask set at startup.
7633 For a traditional octal representation of umasks, start
7638 HTTPD-ACCELERATOR OPTIONS
7639 -----------------------------------------------------------------------------
7642 NAME: httpd_accel_surrogate_id
7645 DEFAULT_DOC: visible_hostname is used if no specific ID is set.
7646 LOC: Config.Accel.surrogate_id
7648 Surrogates (http://www.esi.org/architecture_spec_1.0.html)
7649 need an identification token to allow control targeting. Because
7650 a farm of surrogates may all perform the same tasks, they may share
7651 an identification token.
7653 When the surrogate is a reverse-proxy, this ID is also
7654 used as cdn-id for CDN-Loop detection (RFC 8586).
7657 NAME: http_accel_surrogate_remote
7661 LOC: Config.onoff.surrogate_is_remote
7663 Remote surrogates (such as those in a CDN) honour the header
7664 "Surrogate-Control: no-store-remote".
7666 Set this to on to have squid behave as a remote surrogate.
7670 DELAY POOL PARAMETERS
7671 -----------------------------------------------------------------------------
7675 TYPE: delay_pool_count
7677 IFDEF: USE_DELAY_POOLS
7680 This represents the number of delay pools to be used. For example,
7681 if you have one class 2 delay pool and one class 3 delays pool, you
7682 have a total of 2 delay pools.
7684 See also delay_parameters, delay_class, delay_access for pool
7685 configuration details.
7689 TYPE: delay_pool_class
7691 IFDEF: USE_DELAY_POOLS
7694 This defines the class of each delay pool. There must be exactly one
7695 delay_class line for each delay pool. For example, to define two
7696 delay pools, one of class 2 and one of class 3, the settings above
7700 delay_pools 4 # 4 delay pools
7701 delay_class 1 2 # pool 1 is a class 2 pool
7702 delay_class 2 3 # pool 2 is a class 3 pool
7703 delay_class 3 4 # pool 3 is a class 4 pool
7704 delay_class 4 5 # pool 4 is a class 5 pool
7706 The delay pool classes are:
7708 class 1 Everything is limited by a single aggregate
7711 class 2 Everything is limited by a single aggregate
7712 bucket as well as an "individual" bucket chosen
7713 from bits 25 through 32 of the IPv4 address.
7715 class 3 Everything is limited by a single aggregate
7716 bucket as well as a "network" bucket chosen
7717 from bits 17 through 24 of the IP address and a
7718 "individual" bucket chosen from bits 17 through
7719 32 of the IPv4 address.
7721 class 4 Everything in a class 3 delay pool, with an
7722 additional limit on a per user basis. This
7723 only takes effect if the username is established
7724 in advance - by forcing authentication in your
7727 class 5 Requests are grouped according their tag (see
7728 external_acl's tag= reply).
7731 Each pool also requires a delay_parameters directive to configure the pool size
7732 and speed limits used whenever the pool is applied to a request. Along with
7733 a set of delay_access directives to determine when it is used.
7735 NOTE: If an IP address is a.b.c.d
7736 -> bits 25 through 32 are "d"
7737 -> bits 17 through 24 are "c"
7738 -> bits 17 through 32 are "c * 256 + d"
7740 NOTE-2: Due to the use of bitmasks in class 2,3,4 pools they only apply to
7741 IPv4 traffic. Class 1 and 5 pools may be used with IPv6 traffic.
7743 This clause only supports fast acl types.
7744 See https://wiki.squid-cache.org/SquidFaq/SquidAcl for details.
7746 See also delay_parameters and delay_access.
7750 TYPE: delay_pool_access
7752 DEFAULT_DOC: Deny using the pool, unless allow rules exist in squid.conf for the pool.
7753 IFDEF: USE_DELAY_POOLS
7756 This is used to determine which delay pool a request falls into.
7758 delay_access is sorted per pool and the matching starts with pool 1,
7759 then pool 2, ..., and finally pool N. The first delay pool where the
7760 request is allowed is selected for the request. If it does not allow
7761 the request to any pool then the request is not delayed (default).
7763 For example, if you want some_big_clients in delay
7764 pool 1 and lotsa_little_clients in delay pool 2:
7766 delay_access 1 allow some_big_clients
7767 delay_access 1 deny all
7768 delay_access 2 allow lotsa_little_clients
7769 delay_access 2 deny all
7770 delay_access 3 allow authenticated_clients
7772 See also delay_parameters and delay_class.
7776 NAME: delay_parameters
7777 TYPE: delay_pool_rates
7779 IFDEF: USE_DELAY_POOLS
7782 This defines the parameters for a delay pool. Each delay pool has
7783 a number of "buckets" associated with it, as explained in the
7784 description of delay_class.
7786 For a class 1 delay pool, the syntax is:
7788 delay_parameters pool aggregate
7790 For a class 2 delay pool:
7792 delay_parameters pool aggregate individual
7794 For a class 3 delay pool:
7796 delay_parameters pool aggregate network individual
7798 For a class 4 delay pool:
7800 delay_parameters pool aggregate network individual user
7802 For a class 5 delay pool:
7804 delay_parameters pool tagrate
7806 The option variables are:
7808 pool a pool number - ie, a number between 1 and the
7809 number specified in delay_pools as used in
7812 aggregate the speed limit parameters for the aggregate bucket
7815 individual the speed limit parameters for the individual
7816 buckets (class 2, 3).
7818 network the speed limit parameters for the network buckets
7821 user the speed limit parameters for the user buckets
7824 tagrate the speed limit parameters for the tag buckets
7827 A pair of delay parameters is written restore/maximum, where restore is
7828 the number of bytes (not bits - modem and network speeds are usually
7829 quoted in bits) per second placed into the bucket, and maximum is the
7830 maximum number of bytes which can be in the bucket at any time.
7832 There must be one delay_parameters line for each delay pool.
7835 For example, if delay pool number 1 is a class 2 delay pool as in the
7836 above example, and is being used to strictly limit each host to 64Kbit/sec
7837 (plus overheads), with no overall limit, the line is:
7839 delay_parameters 1 none 8000/8000
7841 Note that 8 x 8K Byte/sec -> 64K bit/sec.
7843 Note that the word 'none' is used to represent no limit.
7846 And, if delay pool number 2 is a class 3 delay pool as in the above
7847 example, and you want to limit it to a total of 256Kbit/sec (strict limit)
7848 with each 8-bit network permitted 64Kbit/sec (strict limit) and each
7849 individual host permitted 4800bit/sec with a bucket maximum size of 64Kbits
7850 to permit a decent web page to be downloaded at a decent speed
7851 (if the network is not being limited due to overuse) but slow down
7852 large downloads more significantly:
7854 delay_parameters 2 32000/32000 8000/8000 600/8000
7856 Note that 8 x 32K Byte/sec -> 256K bit/sec.
7857 8 x 8K Byte/sec -> 64K bit/sec.
7858 8 x 600 Byte/sec -> 4800 bit/sec.
7861 Finally, for a class 4 delay pool as in the example - each user will
7862 be limited to 128Kbits/sec no matter how many workstations they are logged into.:
7864 delay_parameters 4 32000/32000 8000/8000 600/64000 16000/16000
7867 See also delay_class and delay_access.
7871 NAME: delay_initial_bucket_level
7872 COMMENT: (percent, 0-100)
7875 IFDEF: USE_DELAY_POOLS
7876 LOC: Config.Delay.initial
7878 The initial bucket percentage is used to determine how much is put
7879 in each bucket when squid starts, is reconfigured, or first notices
7880 a host accessing it (in class 2 and class 3, individual hosts and
7881 networks only have buckets associated with them once they have been
7886 CLIENT DELAY POOL PARAMETERS
7887 -----------------------------------------------------------------------------
7890 NAME: client_delay_pools
7891 TYPE: client_delay_pool_count
7893 IFDEF: USE_DELAY_POOLS
7894 LOC: Config.ClientDelay
7896 This option specifies the number of client delay pools used. It must
7897 preceed other client_delay_* options.
7900 client_delay_pools 2
7902 See also client_delay_parameters and client_delay_access.
7905 NAME: client_delay_initial_bucket_level
7906 COMMENT: (percent, 0-no_limit)
7909 IFDEF: USE_DELAY_POOLS
7910 LOC: Config.ClientDelay.initial
7912 This option determines the initial bucket size as a percentage of
7913 max_bucket_size from client_delay_parameters. Buckets are created
7914 at the time of the "first" connection from the matching IP. Idle
7915 buckets are periodically deleted up.
7917 You can specify more than 100 percent but note that such "oversized"
7918 buckets are not refilled until their size goes down to max_bucket_size
7919 from client_delay_parameters.
7922 client_delay_initial_bucket_level 50
7925 NAME: client_delay_parameters
7926 TYPE: client_delay_pool_rates
7928 IFDEF: USE_DELAY_POOLS
7929 LOC: Config.ClientDelay
7932 This option configures client-side bandwidth limits using the
7935 client_delay_parameters pool speed_limit max_bucket_size
7937 pool is an integer ID used for client_delay_access matching.
7939 speed_limit is bytes added to the bucket per second.
7941 max_bucket_size is the maximum size of a bucket, enforced after any
7942 speed_limit additions.
7944 Please see the delay_parameters option for more information and
7948 client_delay_parameters 1 1024 2048
7949 client_delay_parameters 2 51200 16384
7951 See also client_delay_access.
7955 NAME: client_delay_access
7956 TYPE: client_delay_pool_access
7958 DEFAULT_DOC: Deny use of the pool, unless allow rules exist in squid.conf for the pool.
7959 IFDEF: USE_DELAY_POOLS
7960 LOC: Config.ClientDelay
7962 This option determines the client-side delay pool for the
7965 client_delay_access pool_ID allow|deny acl_name
7967 All client_delay_access options are checked in their pool ID
7968 order, starting with pool 1. The first checked pool with allowed
7969 request is selected for the request. If no ACL matches or there
7970 are no client_delay_access options, the request bandwidth is not
7973 The ACL-selected pool is then used to find the
7974 client_delay_parameters for the request. Client-side pools are
7975 not used to aggregate clients. Clients are always aggregated
7976 based on their source IP addresses (one bucket per source IP).
7978 This clause only supports fast acl types.
7979 See https://wiki.squid-cache.org/SquidFaq/SquidAcl for details.
7980 Additionally, only the client TCP connection details are available.
7981 ACLs testing HTTP properties will not work.
7983 Please see delay_access for more examples.
7986 client_delay_access 1 allow low_rate_network
7987 client_delay_access 2 allow vips_network
7990 See also client_delay_parameters and client_delay_pools.
7993 NAME: response_delay_pool
7994 TYPE: response_delay_pool_parameters
7996 IFDEF: USE_DELAY_POOLS
7997 LOC: Config.MessageDelay
7999 This option configures client response bandwidth limits using the
8002 response_delay_pool name [option=value] ...
8004 name the response delay pool name
8008 individual-restore The speed limit of an individual
8009 bucket(bytes/s). To be used in conjunction
8010 with 'individual-maximum'.
8012 individual-maximum The maximum number of bytes which can
8013 be placed into the individual bucket. To be used
8014 in conjunction with 'individual-restore'.
8016 aggregate-restore The speed limit for the aggregate
8017 bucket(bytes/s). To be used in conjunction with
8018 'aggregate-maximum'.
8020 aggregate-maximum The maximum number of bytes which can
8021 be placed into the aggregate bucket. To be used
8022 in conjunction with 'aggregate-restore'.
8024 initial-bucket-level The initial bucket size as a percentage
8025 of individual-maximum.
8027 Individual and(or) aggregate bucket options may not be specified,
8028 meaning no individual and(or) aggregate speed limitation.
8029 See also response_delay_pool_access and delay_parameters for
8030 terminology details.
8033 NAME: response_delay_pool_access
8034 TYPE: response_delay_pool_access
8036 DEFAULT_DOC: Deny use of the pool, unless allow rules exist in squid.conf for the pool.
8037 IFDEF: USE_DELAY_POOLS
8038 LOC: Config.MessageDelay
8040 Determines whether a specific named response delay pool is used
8041 for the transaction. The syntax for this directive is:
8043 response_delay_pool_access pool_name allow|deny acl_name
8045 All response_delay_pool_access options are checked in the order
8046 they appear in this configuration file. The first rule with a
8047 matching ACL wins. If (and only if) an "allow" rule won, Squid
8048 assigns the response to the corresponding named delay pool.
8052 WCCPv1 AND WCCPv2 CONFIGURATION OPTIONS
8053 -----------------------------------------------------------------------------
8058 LOC: Config.Wccp.router
8060 DEFAULT_DOC: WCCP disabled.
8063 Use this option to define your WCCP ``home'' router for
8066 wccp_router supports a single WCCP(v1) router
8068 wccp2_router supports multiple WCCPv2 routers
8070 only one of the two may be used at the same time and defines
8071 which version of WCCP to use.
8075 TYPE: IpAddress_list
8076 LOC: Config.Wccp2.router
8078 DEFAULT_DOC: WCCPv2 disabled.
8081 Use this option to define your WCCP ``home'' router for
8084 wccp_router supports a single WCCP(v1) router
8086 wccp2_router supports multiple WCCPv2 routers
8088 only one of the two may be used at the same time and defines
8089 which version of WCCP to use.
8094 LOC: Config.Wccp.version
8098 This directive is only relevant if you need to set up WCCP(v1)
8099 to some very old and end-of-life Cisco routers. In all other
8100 setups it must be left unset or at the default setting.
8101 It defines an internal version in the WCCP(v1) protocol,
8102 with version 4 being the officially documented protocol.
8104 According to some users, Cisco IOS 11.2 and earlier only
8105 support WCCP version 3. If you're using that or an earlier
8106 version of IOS, you may need to change this value to 3, otherwise
8107 do not specify this parameter.
8110 NAME: wccp2_rebuild_wait
8112 LOC: Config.Wccp2.rebuildwait
8116 If this is enabled Squid will wait for the cache dir rebuild to finish
8117 before sending the first wccp2 HereIAm packet
8120 NAME: wccp2_forwarding_method
8122 LOC: Config.Wccp2.forwarding_method
8126 WCCP2 allows the setting of forwarding methods between the
8127 router/switch and the cache. Valid values are as follows:
8129 gre - GRE encapsulation (forward the packet in a GRE/WCCP tunnel)
8130 l2 - L2 redirect (forward the packet using Layer 2/MAC rewriting)
8132 Currently (as of IOS 12.4) cisco routers only support GRE.
8133 Cisco switches only support the L2 redirect assignment method.
8136 NAME: wccp2_return_method
8138 LOC: Config.Wccp2.return_method
8142 WCCP2 allows the setting of return methods between the
8143 router/switch and the cache for packets that the cache
8144 decides not to handle. Valid values are as follows:
8146 gre - GRE encapsulation (forward the packet in a GRE/WCCP tunnel)
8147 l2 - L2 redirect (forward the packet using Layer 2/MAC rewriting)
8149 Currently (as of IOS 12.4) cisco routers only support GRE.
8150 Cisco switches only support the L2 redirect assignment.
8152 If the "ip wccp redirect exclude in" command has been
8153 enabled on the cache interface, then it is still safe for
8154 the proxy server to use a l2 redirect method even if this
8155 option is set to GRE.
8158 NAME: wccp2_assignment_method
8160 LOC: Config.Wccp2.assignment_method
8164 WCCP2 allows the setting of methods to assign the WCCP hash
8165 Valid values are as follows:
8167 hash - Hash assignment
8168 mask - Mask assignment
8170 As a general rule, cisco routers support the hash assignment method
8171 and cisco switches support the mask assignment method.
8176 LOC: Config.Wccp2.info
8177 DEFAULT_IF_NONE: standard 0
8178 DEFAULT_DOC: Use the 'web-cache' standard service.
8181 WCCP2 allows for multiple traffic services. There are two
8182 types: "standard" and "dynamic". The standard type defines
8183 one service id - http (id 0). The dynamic service ids can be from
8184 51 to 255 inclusive. In order to use a dynamic service id
8185 one must define the type of traffic to be redirected; this is done
8186 using the wccp2_service_info option.
8188 The "standard" type does not require a wccp2_service_info option,
8189 just specifying the service id will suffice.
8191 MD5 service authentication can be enabled by adding
8192 "password=<password>" to the end of this service declaration.
8196 wccp2_service standard 0 # for the 'web-cache' standard service
8197 wccp2_service dynamic 80 # a dynamic service type which will be
8198 # fleshed out with subsequent options.
8199 wccp2_service standard 0 password=foo
8202 NAME: wccp2_service_info
8203 TYPE: wccp2_service_info
8204 LOC: Config.Wccp2.info
8208 Dynamic WCCPv2 services require further information to define the
8209 traffic you wish to have diverted.
8213 wccp2_service_info <id> protocol=<protocol> flags=<flag>,<flag>..
8214 priority=<priority> ports=<port>,<port>..
8216 The relevant WCCPv2 flags:
8217 + src_ip_hash, dst_ip_hash
8218 + source_port_hash, dst_port_hash
8219 + src_ip_alt_hash, dst_ip_alt_hash
8220 + src_port_alt_hash, dst_port_alt_hash
8223 The port list can be one to eight entries.
8227 wccp2_service_info 80 protocol=tcp flags=src_ip_hash,ports_source
8228 priority=240 ports=80
8230 Note: the service id must have been defined by a previous
8231 'wccp2_service dynamic <id>' entry.
8236 LOC: Config.Wccp2.weight
8240 Each cache server gets assigned a set of the destination
8241 hash proportional to their weight.
8246 LOC: Config.Wccp.address
8248 DEFAULT_DOC: Address selected by the operating system.
8251 Use this option if you require WCCP(v1) to use a specific
8254 The default behavior is to not bind to any specific address.
8259 LOC: Config.Wccp2.address
8261 DEFAULT_DOC: Address selected by the operating system.
8264 Use this option if you require WCCPv2 to use a specific
8267 The default behavior is to not bind to any specific address.
8271 PERSISTENT CONNECTION HANDLING
8272 -----------------------------------------------------------------------------
8274 Also see "pconn_timeout" in the TIMEOUTS section
8277 NAME: client_persistent_connections
8279 LOC: Config.onoff.client_pconns
8282 Persistent connection support for clients.
8283 Squid uses persistent connections (when allowed). You can use
8284 this option to disable persistent connections with clients.
8287 NAME: server_persistent_connections
8289 LOC: Config.onoff.server_pconns
8292 Persistent connection support for servers.
8293 Squid uses persistent connections (when allowed). You can use
8294 this option to disable persistent connections with servers.
8297 NAME: persistent_connection_after_error
8299 LOC: Config.onoff.error_pconns
8302 With this directive the use of persistent connections after
8303 HTTP errors can be disabled. Useful if you have clients
8304 who fail to handle errors on persistent connections proper.
8307 NAME: detect_broken_pconn
8309 LOC: Config.onoff.detect_broken_server_pconns
8312 Some servers have been found to incorrectly signal the use
8313 of HTTP/1.0 persistent connections even on replies not
8314 compatible, causing significant delays. This server problem
8315 has mostly been seen on redirects.
8317 By enabling this directive Squid attempts to detect such
8318 broken replies and automatically assume the reply is finished
8319 after 10 seconds timeout.
8323 CACHE DIGEST OPTIONS
8324 -----------------------------------------------------------------------------
8327 NAME: digest_generation
8328 IFDEF: USE_CACHE_DIGESTS
8330 LOC: Config.onoff.digest_generation
8333 This controls whether the server will generate a Cache Digest
8334 of its contents. By default, Cache Digest generation is
8335 enabled if Squid is compiled with --enable-cache-digests defined.
8338 NAME: digest_bits_per_entry
8339 IFDEF: USE_CACHE_DIGESTS
8341 LOC: Config.digest.bits_per_entry
8344 This is the number of bits of the server's Cache Digest which
8345 will be associated with the Digest entry for a given HTTP
8346 Method and URL (public key) combination. The default is 5.
8349 NAME: digest_rebuild_period
8350 IFDEF: USE_CACHE_DIGESTS
8353 LOC: Config.digest.rebuild_period
8356 This is the wait time between Cache Digest rebuilds.
8359 NAME: digest_rewrite_period
8361 IFDEF: USE_CACHE_DIGESTS
8363 LOC: Config.digest.rewrite_period
8366 This is the wait time between Cache Digest writes to
8370 NAME: digest_swapout_chunk_size
8373 IFDEF: USE_CACHE_DIGESTS
8374 LOC: Config.digest.swapout_chunk_size
8377 This is the number of bytes of the Cache Digest to write to
8378 disk at a time. It defaults to 4096 bytes (4KB), the Squid
8382 NAME: digest_rebuild_chunk_percentage
8383 COMMENT: (percent, 0-100)
8384 IFDEF: USE_CACHE_DIGESTS
8386 LOC: Config.digest.rebuild_chunk_percentage
8389 This is the percentage of the Cache Digest to be scanned at a
8390 time. By default it is set to 10% of the Cache Digest.
8395 -----------------------------------------------------------------------------
8400 LOC: Config.Port.snmp
8402 DEFAULT_DOC: SNMP disabled.
8405 The port number where Squid listens for SNMP requests. To enable
8406 SNMP support set this to a suitable port number. Port number
8407 3401 is often used for the Squid SNMP agent. By default it's
8408 set to "0" (disabled)
8416 LOC: Config.accessList.snmp
8418 DEFAULT_DOC: Deny, unless rules exist in squid.conf.
8421 Allowing or denying access to the SNMP port.
8423 All access to the agent is denied by default.
8426 snmp_access allow|deny [!]aclname ...
8428 This clause only supports fast acl types.
8429 See https://wiki.squid-cache.org/SquidFaq/SquidAcl for details.
8432 snmp_access allow snmppublic localhost
8433 snmp_access deny all
8436 NAME: snmp_incoming_address
8438 LOC: Config.Addrs.snmp_incoming
8440 DEFAULT_DOC: Accept SNMP packets from all machine interfaces.
8443 Just like 'udp_incoming_address', but for the SNMP port.
8445 snmp_incoming_address is used for the SNMP socket receiving
8446 messages from SNMP agents.
8448 The default snmp_incoming_address is to listen on all
8449 available network interfaces.
8452 NAME: snmp_outgoing_address
8454 LOC: Config.Addrs.snmp_outgoing
8456 DEFAULT_DOC: Use snmp_incoming_address or an address selected by the operating system.
8459 Just like 'udp_outgoing_address', but for the SNMP port.
8461 snmp_outgoing_address is used for SNMP packets returned to SNMP
8464 If snmp_outgoing_address is not set it will use the same socket
8465 as snmp_incoming_address. Only change this if you want to have
8466 SNMP replies sent using another address than where this Squid
8467 listens for SNMP queries.
8469 NOTE, snmp_incoming_address and snmp_outgoing_address can not have
8470 the same value since they both use the same port.
8475 -----------------------------------------------------------------------------
8478 NAME: icp_port udp_port
8481 DEFAULT_DOC: ICP disabled.
8482 LOC: Config.Port.icp
8484 The port number where Squid sends and receives ICP queries to
8485 and from neighbor caches. The standard UDP port for ICP is 3130.
8495 DEFAULT_DOC: HTCP disabled.
8496 LOC: Config.Port.htcp
8498 The port number where Squid sends and receives HTCP queries to
8499 and from neighbor caches. To turn it on you want to set it to
8506 NAME: log_icp_queries
8510 LOC: Config.onoff.log_udp
8512 If set, ICP queries are logged to access.log. You may wish
8513 do disable this if your ICP load is VERY high to speed things
8514 up or to simplify log analysis.
8517 NAME: udp_incoming_address
8519 LOC:Config.Addrs.udp_incoming
8521 DEFAULT_DOC: Accept packets from all machine interfaces.
8523 udp_incoming_address is used for UDP packets received from other
8526 The default behavior is to not bind to any specific address.
8528 Only change this if you want to have all UDP queries received on
8529 a specific interface/address.
8531 NOTE: udp_incoming_address is used by the ICP, HTCP, and DNS
8532 modules. Altering it will affect all of them in the same manner.
8534 see also; udp_outgoing_address
8536 NOTE, udp_incoming_address and udp_outgoing_address can not
8537 have the same value since they both use the same port.
8540 NAME: udp_outgoing_address
8542 LOC: Config.Addrs.udp_outgoing
8544 DEFAULT_DOC: Use udp_incoming_address or an address selected by the operating system.
8546 udp_outgoing_address is used for UDP packets sent out to other
8549 The default behavior is to not bind to any specific address.
8551 Instead it will use the same socket as udp_incoming_address.
8552 Only change this if you want to have UDP queries sent using another
8553 address than where this Squid listens for UDP queries from other
8556 NOTE: udp_outgoing_address is used by the ICP, HTCP, and DNS
8557 modules. Altering it will affect all of them in the same manner.
8559 see also; udp_incoming_address
8561 NOTE, udp_incoming_address and udp_outgoing_address can not
8562 have the same value since they both use the same port.
8569 LOC: Config.onoff.icp_hit_stale
8571 If you want to return ICP_HIT for stale cache objects, set this
8572 option to 'on'. If you have sibling relationships with caches
8573 in other administrative domains, this should be 'off'. If you only
8574 have sibling relationships with caches under your control,
8575 it is probably okay to set this to 'on'.
8576 If set to 'on', your siblings should use the option "allow-miss"
8577 on their cache_peer lines for connecting to you.
8580 NAME: minimum_direct_hops
8583 LOC: Config.minDirectHops
8585 If using the ICMP pinging stuff, do direct fetches for sites
8586 which are no more than this many hops away.
8589 NAME: minimum_direct_rtt
8593 LOC: Config.minDirectRtt
8595 If using the ICMP pinging stuff, do direct fetches for sites
8596 which are no more than this many rtt milliseconds away.
8602 LOC: Config.Netdb.low
8604 The low water mark for the ICMP measurement database.
8606 Note: high watermark controlled by netdb_high directive.
8608 These watermarks are counts, not percents. The defaults are
8609 (low) 900 and (high) 1000. When the high water mark is
8610 reached, database entries will be deleted until the low
8617 LOC: Config.Netdb.high
8619 The high water mark for the ICMP measurement database.
8621 Note: low watermark controlled by netdb_low directive.
8623 These watermarks are counts, not percents. The defaults are
8624 (low) 900 and (high) 1000. When the high water mark is
8625 reached, database entries will be deleted until the low
8629 NAME: netdb_ping_period
8631 LOC: Config.Netdb.period
8634 The minimum period for measuring a site. There will be at
8635 least this much delay between successive pings to the same
8636 network. The default is five minutes.
8643 LOC: Config.onoff.query_icmp
8645 If you want to ask your peers to include ICMP data in their ICP
8646 replies, enable this option.
8648 If your peer has configured Squid (during compilation) with
8649 '--enable-icmp' that peer will send ICMP pings to origin server
8650 sites of the URLs it receives. If you enable this option the
8651 ICP replies from that peer will include the ICMP data (if available).
8652 Then, when choosing a parent cache, Squid will choose the parent with
8653 the minimal RTT to the origin server. When this happens, the
8654 hierarchy field of the access.log will be
8655 "CLOSEST_PARENT_MISS". This option is off by default.
8658 NAME: test_reachability
8662 LOC: Config.onoff.test_reachability
8664 When this is 'on', ICP MISS replies will be ICP_MISS_NOFETCH
8665 instead of ICP_MISS if the target host is NOT in the ICMP
8666 database, or has a zero RTT.
8669 NAME: icp_query_timeout
8672 DEFAULT_DOC: Dynamic detection.
8674 LOC: Config.Timeout.icp_query
8676 Normally Squid will automatically determine an optimal ICP
8677 query timeout value based on the round-trip-time of recent ICP
8678 queries. If you want to override the value determined by
8679 Squid, set this 'icp_query_timeout' to a non-zero value. This
8680 value is specified in MILLISECONDS, so, to use a 2-second
8681 timeout (the old default), you would write:
8683 icp_query_timeout 2000
8686 NAME: maximum_icp_query_timeout
8690 LOC: Config.Timeout.icp_query_max
8692 Normally the ICP query timeout is determined dynamically. But
8693 sometimes it can lead to very large values (say 5 seconds).
8694 Use this option to put an upper limit on the dynamic timeout
8695 value. Do NOT use this option to always use a fixed (instead
8696 of a dynamic) timeout value. To set a fixed timeout see the
8697 'icp_query_timeout' directive.
8700 NAME: minimum_icp_query_timeout
8704 LOC: Config.Timeout.icp_query_min
8706 Normally the ICP query timeout is determined dynamically. But
8707 sometimes it can lead to very small timeouts, even lower than
8708 the normal latency variance on your link due to traffic.
8709 Use this option to put an lower limit on the dynamic timeout
8710 value. Do NOT use this option to always use a fixed (instead
8711 of a dynamic) timeout value. To set a fixed timeout see the
8712 'icp_query_timeout' directive.
8715 NAME: background_ping_rate
8719 LOC: Config.backgroundPingRate
8721 Controls how often the ICP pings are sent to siblings that
8722 have background-ping set.
8726 MULTICAST ICP OPTIONS
8727 -----------------------------------------------------------------------------
8732 LOC: Config.mcast_group_list
8735 This tag specifies a list of multicast groups which your server
8736 should join to receive multicasted ICP queries.
8738 NOTE! Be very careful what you put here! Be sure you
8739 understand the difference between an ICP _query_ and an ICP
8740 _reply_. This option is to be set only if you want to RECEIVE
8741 multicast queries. Do NOT set this option to SEND multicast
8742 ICP (use cache_peer for that). ICP replies are always sent via
8743 unicast, so this option does not affect whether or not you will
8744 receive replies from multicast group members.
8746 You must be very careful to NOT use a multicast address which
8747 is already in use by another group of caches.
8749 If you are unsure about multicast, please read the Multicast
8750 chapter in the Squid FAQ (http://www.squid-cache.org/FAQ/).
8752 Usage: mcast_groups 239.128.16.128 224.0.1.20
8754 By default, Squid doesn't listen on any multicast groups.
8757 NAME: mcast_icp_query_timeout
8761 LOC: Config.Timeout.mcast_icp_query
8763 For multicast peers, Squid regularly sends out ICP "probes" to
8764 count how many other peers are listening on the given multicast
8765 address. This value specifies how long Squid should wait to
8766 count all the replies. The default is 2000 msec, or 2
8771 INTERNAL ICON OPTIONS
8772 -----------------------------------------------------------------------------
8775 NAME: icon_directory
8777 LOC: Config.icons.directory
8778 DEFAULT: @DEFAULT_ICON_DIR@
8780 Where the icons are stored. These are normally kept in
8784 NAME: global_internal_static
8786 LOC: Config.onoff.global_internal_static
8789 This directive controls is Squid should intercept all requests for
8790 /squid-internal-static/ no matter which host the URL is requesting
8791 (default on setting), or if nothing special should be done for
8792 such URLs (off setting). The purpose of this directive is to make
8793 icons etc work better in complex cache hierarchies where it may
8794 not always be possible for all corners in the cache mesh to reach
8795 the server generating a directory listing.
8798 NAME: short_icon_urls
8800 LOC: Config.icons.use_short_names
8803 If this is enabled Squid will use short URLs for icons.
8804 If disabled it will revert to the old behavior of including
8805 it's own name and port in the URL.
8807 If you run a complex cache hierarchy with a mix of Squid and
8808 other proxies you may need to disable this directive.
8813 -----------------------------------------------------------------------------
8816 NAME: error_directory
8818 LOC: Config.errorDirectory
8820 DEFAULT_DOC: Send error pages in the clients preferred language
8822 If you wish to create your own versions of the default
8823 error files to customize them to suit your company copy
8824 the error/template files to another directory and point
8827 WARNING: This option will disable multi-language support
8828 on error pages if used.
8830 The squid developers are interested in making squid available in
8831 a wide variety of languages. If you are making translations for a
8832 language that Squid does not currently provide please consider
8833 contributing your translation back to the project.
8834 https://wiki.squid-cache.org/Translations
8836 The squid developers working on translations are happy to supply drop-in
8837 translated error files in exchange for any new language contributions.
8840 NAME: error_default_language
8841 IFDEF: USE_ERR_LOCALES
8843 LOC: Config.errorDefaultLanguage
8845 DEFAULT_DOC: Generate English language pages.
8847 Set the default language which squid will send error pages in
8848 if no existing translation matches the clients language
8851 If unset (default) generic English will be used.
8853 The squid developers are interested in making squid available in
8854 a wide variety of languages. If you are interested in making
8855 translations for any language see the squid wiki for details.
8856 https://wiki.squid-cache.org/Translations
8859 NAME: error_log_languages
8860 IFDEF: USE_ERR_LOCALES
8862 LOC: Config.errorLogMissingLanguages
8865 Log to cache.log what languages users are attempting to
8866 auto-negotiate for translations.
8868 Successful negotiations are not logged. Only failures
8869 have meaning to indicate that Squid may need an upgrade
8870 of its error page translations.
8873 NAME: err_page_stylesheet
8875 LOC: Config.errorStylesheet
8876 DEFAULT: @DEFAULT_CONFIG_DIR@/errorpage.css
8878 CSS Stylesheet to pattern the display of Squid default error pages.
8880 For information on CSS see http://www.w3.org/Style/CSS/
8885 LOC: Config.errHtmlText
8888 HTML text to include in error messages. Make this a "mailto"
8889 URL to your admin address, or maybe just a link to your
8890 organizations Web page.
8892 To include this in your error messages, you must rewrite
8893 the error template files (found in the "errors" directory).
8894 Wherever you want the 'err_html_text' line to appear,
8895 insert a %L tag in the error template file.
8898 NAME: email_err_data
8901 LOC: Config.onoff.emailErrData
8904 If enabled, information about the occurred error will be
8905 included in the mailto links of the ERR pages (if %W is set)
8906 so that the email body contains the data.
8907 Syntax is <A HREF="mailto:%w%W">%w</A>
8912 LOC: Config.denyInfoList
8915 Usage: deny_info err_page_name acl
8916 or deny_info http://... acl
8917 or deny_info TCP_RESET acl
8919 This can be used to return a ERR_ page for requests which
8920 do not pass the 'http_access' rules. Squid remembers the last
8921 acl it evaluated in http_access, and if a 'deny_info' line exists
8922 for that ACL Squid returns a corresponding error page.
8924 The acl is typically the last acl on the http_access deny line which
8925 denied access. The exceptions to this rule are:
8926 - When Squid needs to request authentication credentials. It's then
8927 the first authentication related acl encountered
8928 - When none of the http_access lines matches. It's then the last
8929 acl processed on the last http_access line.
8930 - When the decision to deny access was made by an adaptation service,
8931 the acl name is the corresponding eCAP or ICAP service_name.
8933 NP: If providing your own custom error pages with error_directory
8934 you may also specify them by your custom file name:
8935 Example: deny_info ERR_CUSTOM_ACCESS_DENIED bad_guys
8937 By default Squid will send "403 Forbidden". A different 4xx or 5xx
8938 may be specified by prefixing the file name with the code and a colon.
8939 e.g. 404:ERR_CUSTOM_ACCESS_DENIED
8941 Alternatively you can tell Squid to reset the TCP connection
8942 by specifying TCP_RESET.
8944 Or you can specify an error URL or URL pattern. The browsers will
8945 get redirected to the specified URL after formatting tags have
8946 been replaced. Redirect will be done with 302 or 307 according to
8947 HTTP/1.1 specs. A different 3xx code may be specified by prefixing
8948 the URL. e.g. 303:http://example.com/
8951 %a - username (if available. Password NOT included)
8952 %A - Local listening IP address the client connection was connected to
8955 %E - Error description
8957 %H - Request domain name
8958 %i - Client IP Address
8960 %O - Unescaped message result from external ACL helper
8961 %o - Message result from external ACL helper
8962 %p - Request Port number
8963 %P - Request Protocol name
8964 %R - Request URL path
8965 %T - Timestamp in RFC 1123 format
8966 %U - Full canonical URL from client
8967 (HTTPS URLs terminate with *)
8968 %u - Full canonical URL from client
8969 %w - Admin email from squid.conf
8971 %% - Literal percent (%) code
8976 OPTIONS INFLUENCING REQUEST FORWARDING
8977 -----------------------------------------------------------------------------
8980 NAME: nonhierarchical_direct
8982 LOC: Config.onoff.nonhierarchical_direct
8985 By default, Squid will send any non-hierarchical requests
8986 (not cacheable request type) direct to origin servers.
8988 When this is set to "off", Squid will prefer to send these
8989 requests to parents.
8991 Note that in most configurations, by turning this off you will only
8992 add latency to these request without any improvement in global hit
8995 This option only sets a preference. If the parent is unavailable a
8996 direct connection to the origin server may still be attempted. To
8997 completely prevent direct connections use never_direct.
9002 LOC: Config.onoff.prefer_direct
9005 Normally Squid tries to use parents for most requests. If you for some
9006 reason like it to first try going direct and only use a parent if
9007 going direct fails set this to on.
9009 By combining nonhierarchical_direct off and prefer_direct on you
9010 can set up Squid to use a parent as a backup path if going direct
9013 Note: If you want Squid to use parents for all requests see
9014 the never_direct directive. prefer_direct only modifies how Squid
9015 acts on cacheable requests.
9018 NAME: cache_miss_revalidate
9022 LOC: Config.onoff.cache_miss_revalidate
9024 RFC 7232 defines a conditional request mechanism to prevent
9025 response objects being unnecessarily transferred over the network.
9026 If that mechanism is used by the client and a cache MISS occurs
9027 it can prevent new cache entries being created.
9029 This option determines whether Squid on cache MISS will pass the
9030 client revalidation request to the server or tries to fetch new
9031 content for caching. It can be useful while the cache is mostly
9032 empty to more quickly have the cache populated by generating
9033 non-conditional GETs.
9035 When set to 'on' (default), Squid will pass all client If-* headers
9036 to the server. This permits server responses without a cacheable
9037 payload to be delivered and on MISS no new cache entry is created.
9039 When set to 'off' and if the request is cacheable, Squid will
9040 remove the clients If-Modified-Since and If-None-Match headers from
9041 the request sent to the server. This requests a 200 status response
9042 from the server to create a new cache entry with.
9047 LOC: Config.accessList.AlwaysDirect
9049 DEFAULT_DOC: Prevent any cache_peer being used for this request.
9051 Usage: always_direct allow|deny [!]aclname ...
9053 Here you can use ACL elements to specify requests which should
9054 ALWAYS be forwarded by Squid to the origin servers without using
9055 any peers. For example, to always directly forward requests for
9056 local servers ignoring any parents or siblings you may have use
9059 acl local-servers dstdomain my.domain.net
9060 always_direct allow local-servers
9062 To always forward FTP requests directly, use
9065 always_direct allow FTP
9067 NOTE: There is a similar, but opposite option named
9068 'never_direct'. You need to be aware that "always_direct deny
9069 foo" is NOT the same thing as "never_direct allow foo". You
9070 may need to use a deny rule to exclude a more-specific case of
9071 some other rule. Example:
9073 acl local-external dstdomain external.foo.net
9074 acl local-servers dstdomain .foo.net
9075 always_direct deny local-external
9076 always_direct allow local-servers
9078 NOTE: If your goal is to make the client forward the request
9079 directly to the origin server bypassing Squid then this needs
9080 to be done in the client configuration. Squid configuration
9081 can only tell Squid how Squid should fetch the object.
9083 NOTE: This directive is not related to caching. The replies
9084 is cached as usual even if you use always_direct. To not cache
9085 the replies see the 'cache' directive.
9087 This clause supports both fast and slow acl types.
9088 See https://wiki.squid-cache.org/SquidFaq/SquidAcl for details.
9093 LOC: Config.accessList.NeverDirect
9095 DEFAULT_DOC: Allow DNS results to be used for this request.
9097 Usage: never_direct allow|deny [!]aclname ...
9099 never_direct is the opposite of always_direct. Please read
9100 the description for always_direct if you have not already.
9102 With 'never_direct' you can use ACL elements to specify
9103 requests which should NEVER be forwarded directly to origin
9104 servers. For example, to force the use of a proxy for all
9105 requests, except those in your local domain use something like:
9107 acl local-servers dstdomain .foo.net
9108 never_direct deny local-servers
9109 never_direct allow all
9111 or if Squid is inside a firewall and there are local intranet
9112 servers inside the firewall use something like:
9114 acl local-intranet dstdomain .foo.net
9115 acl local-external dstdomain external.foo.net
9116 always_direct deny local-external
9117 always_direct allow local-intranet
9118 never_direct allow all
9120 This clause supports both fast and slow acl types.
9121 See https://wiki.squid-cache.org/SquidFaq/SquidAcl for details.
9125 ADVANCED NETWORKING OPTIONS
9126 -----------------------------------------------------------------------------
9129 NAME: incoming_udp_average incoming_icp_average
9132 LOC: Config.comm_incoming.udp.average
9134 Heavy voodoo here. I can't even believe you are reading this.
9135 Are you crazy? Don't even think about adjusting these unless
9136 you understand the algorithms in comm_select.c first!
9139 NAME: incoming_tcp_average incoming_http_average
9142 LOC: Config.comm_incoming.tcp.average
9144 Heavy voodoo here. I can't even believe you are reading this.
9145 Are you crazy? Don't even think about adjusting these unless
9146 you understand the algorithms in comm_select.c first!
9149 NAME: incoming_dns_average
9152 LOC: Config.comm_incoming.dns.average
9154 Heavy voodoo here. I can't even believe you are reading this.
9155 Are you crazy? Don't even think about adjusting these unless
9156 you understand the algorithms in comm_select.c first!
9159 NAME: min_udp_poll_cnt min_icp_poll_cnt
9162 LOC: Config.comm_incoming.udp.min_poll
9164 Heavy voodoo here. I can't even believe you are reading this.
9165 Are you crazy? Don't even think about adjusting these unless
9166 you understand the algorithms in comm_select.c first!
9169 NAME: min_dns_poll_cnt
9172 LOC: Config.comm_incoming.dns.min_poll
9174 Heavy voodoo here. I can't even believe you are reading this.
9175 Are you crazy? Don't even think about adjusting these unless
9176 you understand the algorithms in comm_select.c first!
9179 NAME: min_tcp_poll_cnt min_http_poll_cnt
9182 LOC: Config.comm_incoming.tcp.min_poll
9184 Heavy voodoo here. I can't even believe you are reading this.
9185 Are you crazy? Don't even think about adjusting these unless
9186 you understand the algorithms in comm_select.c first!
9192 LOC: Config.accept_filter
9196 The name of an accept(2) filter to install on Squid's
9197 listen socket(s). This feature is perhaps specific to
9198 FreeBSD and requires support in the kernel.
9200 The 'httpready' filter delays delivering new connections
9201 to Squid until a full HTTP request has been received.
9202 See the accf_http(9) man page for details.
9204 The 'dataready' filter delays delivering new connections
9205 to Squid until there is some data to process.
9206 See the accf_dataready(9) man page for details.
9210 The 'data' filter delays delivering of new connections
9211 to Squid until there is some data to process by TCP_ACCEPT_DEFER.
9212 You may optionally specify a number of seconds to wait by
9213 'data=N' where N is the number of seconds. Defaults to 30
9214 if not specified. See the tcp(7) man page for details.
9217 accept_filter httpready
9222 NAME: client_ip_max_connections
9224 LOC: Config.client_ip_max_connections
9226 DEFAULT_DOC: No limit.
9228 Set an absolute limit on the number of connections a single
9229 client IP can use. Any more than this and Squid will begin to drop
9230 new connections from the client until it closes some links.
9232 Note that this is a global limit. It affects all HTTP, HTCP, and FTP
9233 connections from the client. For finer control use the ACL access controls.
9235 Requires client_db to be enabled (the default).
9237 WARNING: This may noticeably slow down traffic received via external proxies
9238 or NAT devices and cause them to rebound error messages back to their clients.
9241 NAME: tcp_recv_bufsize
9245 DEFAULT_DOC: Use operating system TCP defaults.
9246 LOC: Config.tcpRcvBufsz
9248 Size of receive buffer to set for TCP sockets. Probably just
9249 as easy to change your kernel's default.
9250 Omit from squid.conf to use the default buffer size.
9255 -----------------------------------------------------------------------------
9262 LOC: Adaptation::Icap::TheConfig.onoff
9265 If you want to enable the ICAP module support, set this to on.
9268 NAME: icap_connect_timeout
9271 LOC: Adaptation::Icap::TheConfig.connect_timeout_raw
9274 This parameter specifies how long to wait for the TCP connect to
9275 the requested ICAP server to complete before giving up and either
9276 terminating the HTTP transaction or bypassing the failure.
9278 The default for optional services is peer_connect_timeout.
9279 The default for essential services is connect_timeout.
9280 If this option is explicitly set, its value applies to all services.
9283 NAME: icap_io_timeout
9287 DEFAULT_DOC: Use read_timeout.
9288 LOC: Adaptation::Icap::TheConfig.io_timeout_raw
9291 This parameter specifies how long to wait for an I/O activity on
9292 an established, active ICAP connection before giving up and
9293 either terminating the HTTP transaction or bypassing the
9297 NAME: icap_service_failure_limit
9298 COMMENT: limit [in memory-depth time-units]
9299 TYPE: icap_service_failure_limit
9301 LOC: Adaptation::Icap::TheConfig
9304 The limit specifies the number of failures that Squid tolerates
9305 when establishing a new TCP connection with an ICAP service. If
9306 the number of failures exceeds the limit, the ICAP service is
9307 not used for new ICAP requests until it is time to refresh its
9310 A negative value disables the limit. Without the limit, an ICAP
9311 service will not be considered down due to connectivity failures
9312 between ICAP OPTIONS requests.
9314 Squid forgets ICAP service failures older than the specified
9315 value of memory-depth. The memory fading algorithm
9316 is approximate because Squid does not remember individual
9317 errors but groups them instead, splitting the option
9318 value into ten time slots of equal length.
9320 When memory-depth is 0 and by default this option has no
9321 effect on service failure expiration.
9323 Squid always forgets failures when updating service settings
9324 using an ICAP OPTIONS transaction, regardless of this option
9328 # suspend service usage after 10 failures in 5 seconds:
9329 icap_service_failure_limit 10 in 5 seconds
9332 NAME: icap_service_revival_delay
9335 LOC: Adaptation::Icap::TheConfig.service_revival_delay
9338 The delay specifies the number of seconds to wait after an ICAP
9339 OPTIONS request failure before requesting the options again. The
9340 failed ICAP service is considered "down" until fresh OPTIONS are
9343 The actual delay cannot be smaller than the hardcoded minimum
9344 delay of 30 seconds.
9347 NAME: icap_preview_enable
9351 LOC: Adaptation::Icap::TheConfig.preview_enable
9354 The ICAP Preview feature allows the ICAP server to handle the
9355 HTTP message by looking only at the beginning of the message body
9356 or even without receiving the body at all. In some environments,
9357 previews greatly speedup ICAP processing.
9359 During an ICAP OPTIONS transaction, the server may tell Squid what
9360 HTTP messages should be previewed and how big the preview should be.
9361 Squid will not use Preview if the server did not request one.
9363 To disable ICAP Preview for all ICAP services, regardless of
9364 individual ICAP server OPTIONS responses, set this option to "off".
9366 icap_preview_enable off
9369 NAME: icap_preview_size
9372 LOC: Adaptation::Icap::TheConfig.preview_size
9374 DEFAULT_DOC: No preview sent.
9376 The default size of preview data to be sent to the ICAP server.
9377 This value might be overwritten on a per server basis by OPTIONS requests.
9380 NAME: icap_206_enable
9384 LOC: Adaptation::Icap::TheConfig.allow206_enable
9387 206 (Partial Content) responses is an ICAP extension that allows the
9388 ICAP agents to optionally combine adapted and original HTTP message
9389 content. The decision to combine is postponed until the end of the
9390 ICAP response. Squid supports Partial Content extension by default.
9392 Activation of the Partial Content extension is negotiated with each
9393 ICAP service during OPTIONS exchange. Most ICAP servers should handle
9394 negotiation correctly even if they do not support the extension, but
9395 some might fail. To disable Partial Content support for all ICAP
9396 services and to avoid any negotiation, set this option to "off".
9402 NAME: icap_default_options_ttl
9405 LOC: Adaptation::Icap::TheConfig.default_options_ttl
9408 The default TTL value for ICAP OPTIONS responses that don't have
9409 an Options-TTL header.
9412 NAME: icap_persistent_connections
9416 LOC: Adaptation::Icap::TheConfig.reuse_connections
9419 Whether or not Squid should use persistent connections to
9423 NAME: adaptation_send_client_ip icap_send_client_ip
9425 IFDEF: USE_ADAPTATION
9427 LOC: Adaptation::Config::send_client_ip
9430 If enabled, Squid shares HTTP client IP information with adaptation
9431 services. For ICAP, Squid adds the X-Client-IP header to ICAP requests.
9432 For eCAP, Squid sets the libecap::metaClientIp transaction option.
9434 See also: adaptation_uses_indirect_client
9437 NAME: adaptation_send_username icap_send_client_username
9439 IFDEF: USE_ADAPTATION
9441 LOC: Adaptation::Config::send_username
9444 This sends authenticated HTTP client username (if available) to
9445 the adaptation service.
9447 For ICAP, the username value is encoded based on the
9448 icap_client_username_encode option and is sent using the header
9449 specified by the icap_client_username_header option.
9452 NAME: icap_client_username_header
9455 LOC: Adaptation::Icap::TheConfig.client_username_header
9456 DEFAULT: X-Client-Username
9458 ICAP request header name to use for adaptation_send_username.
9461 NAME: icap_client_username_encode
9465 LOC: Adaptation::Icap::TheConfig.client_username_encode
9468 Whether to base64 encode the authenticated client username.
9472 TYPE: icap_service_type
9474 LOC: Adaptation::Icap::TheConfig
9477 Defines a single ICAP service using the following format:
9479 icap_service id vectoring_point uri [option ...]
9482 an opaque identifier or name which is used to direct traffic to
9483 this specific service. Must be unique among all adaptation
9484 services in squid.conf.
9486 vectoring_point: reqmod_precache|reqmod_postcache|respmod_precache|respmod_postcache
9487 This specifies at which point of transaction processing the
9488 ICAP service should be activated. *_postcache vectoring points
9489 are not yet supported.
9491 uri: icap://servername:port/servicepath
9492 ICAP server and service location.
9493 icaps://servername:port/servicepath
9494 The "icap:" URI scheme is used for traditional ICAP server and
9495 service location (default port is 1344, connections are not
9496 encrypted). The "icaps:" URI scheme is for Secure ICAP
9497 services that use SSL/TLS-encrypted ICAP connections (by
9498 default, on port 11344).
9500 ICAP does not allow a single service to handle both REQMOD and RESPMOD
9501 transactions. Squid does not enforce that requirement. You can specify
9502 services with the same service_url and different vectoring_points. You
9503 can even specify multiple identical services as long as their
9504 service_names differ.
9506 To activate a service, use the adaptation_access directive. To group
9507 services, use adaptation_service_chain and adaptation_service_set.
9509 Service options are separated by white space. ICAP services support
9510 the following name=value options:
9513 If set to 'on' or '1', the ICAP service is treated as
9514 optional. If the service cannot be reached or malfunctions,
9515 Squid will try to ignore any errors and process the message as
9516 if the service was not enabled. No all ICAP errors can be
9517 bypassed. If set to 0, the ICAP service is treated as
9518 essential and all ICAP errors will result in an error page
9519 returned to the HTTP client.
9521 Bypass is off by default: services are treated as essential.
9524 If set to 'on' or '1', the ICAP service is allowed to
9525 dynamically change the current message adaptation plan by
9526 returning a chain of services to be used next. The services
9527 are specified using the X-Next-Services ICAP response header
9528 value, formatted as a comma-separated list of service names.
9529 Each named service should be configured in squid.conf. Other
9530 services are ignored. An empty X-Next-Services value results
9531 in an empty plan which ends the current adaptation.
9533 Dynamic adaptation plan may cross or cover multiple supported
9534 vectoring points in their natural processing order.
9536 Routing is not allowed by default: the ICAP X-Next-Services
9537 response header is ignored.
9540 Only has effect on split-stack systems. The default on those systems
9541 is to use IPv4-only connections. When set to 'on' this option will
9542 make Squid use IPv6-only connections to contact this ICAP service.
9544 on-overload=block|bypass|wait|force
9545 If the service Max-Connections limit has been reached, do
9546 one of the following for each new ICAP transaction:
9547 * block: send an HTTP error response to the client
9548 * bypass: ignore the "over-connected" ICAP service
9549 * wait: wait (in a FIFO queue) for an ICAP connection slot
9550 * force: proceed, ignoring the Max-Connections limit
9552 In SMP mode with N workers, each worker assumes the service
9553 connection limit is Max-Connections/N, even though not all
9554 workers may use a given service.
9556 The default value is "bypass" if service is bypassable,
9557 otherwise it is set to "wait".
9561 Use the given number as the Max-Connections limit, regardless
9562 of the Max-Connections value given by the service, if any.
9564 connection-encryption=on|off
9565 Determines the ICAP service effect on the connections_encrypted
9568 The default is "on" for Secure ICAP services (i.e., those
9569 with the icaps:// service URIs scheme) and "off" for plain ICAP
9572 Does not affect ICAP connections (e.g., does not turn Secure
9575 ==== ICAPS / TLS OPTIONS ====
9577 These options are used for Secure ICAP (icaps://....) services only.
9579 tls-cert=/path/to/ssl/certificate
9580 A client X.509 certificate to use when connecting to
9583 tls-key=/path/to/ssl/key
9584 The private key corresponding to the previous
9587 If tls-key= is not specified tls-cert= is assumed to
9588 reference a PEM file containing both the certificate
9591 tls-cipher=... The list of valid TLS/SSL ciphers to use when connecting
9592 to this icap server.
9595 The minimum TLS protocol version to permit. To control
9596 SSLv3 use the tls-options= parameter.
9597 Supported Values: 1.0 (default), 1.1, 1.2
9599 tls-options=... Specify various OpenSSL library options:
9601 NO_SSLv3 Disallow the use of SSLv3
9604 Always create a new key when using
9605 temporary/ephemeral DH key exchanges
9607 ALL Enable various bug workarounds
9608 suggested as "harmless" by OpenSSL
9609 Be warned that this reduces SSL/TLS
9610 strength to some attacks.
9612 See the OpenSSL SSL_CTX_set_options documentation for a
9613 more complete list. Options relevant only to SSLv2 are
9616 tls-cafile= PEM file containing CA certificates to use when verifying
9617 the icap server certificate.
9618 Use to specify intermediate CA certificate(s) if not sent
9619 by the server. Or the full CA chain for the server when
9620 using the tls-default-ca=off flag.
9621 May be repeated to load multiple files.
9623 tls-capath=... A directory containing additional CA certificates to
9624 use when verifying the icap server certificate.
9625 Requires OpenSSL or LibreSSL.
9627 tls-crlfile=... A certificate revocation list file to use when
9628 verifying the icap server certificate.
9630 tls-flags=... Specify various flags modifying the Squid TLS implementation:
9633 Accept certificates even if they fail to
9636 Don't verify the icap server certificate
9637 matches the server name
9639 tls-default-ca[=off]
9640 Whether to use the system Trusted CAs. Default is ON.
9642 tls-domain= The icap server name as advertised in it's certificate.
9643 Used for verifying the correctness of the received icap
9644 server certificate. If not specified the icap server
9645 hostname extracted from ICAP URI will be used.
9647 Older icap_service format without optional named parameters is
9648 deprecated but supported for backward compatibility.
9651 icap_service svcBlocker reqmod_precache icap://icap1.mydomain.net:1344/reqmod bypass=0
9652 icap_service svcLogger reqmod_precache icaps://icap2.mydomain.net:11344/reqmod routing=on
9656 TYPE: icap_class_type
9661 This deprecated option was documented to define an ICAP service
9662 chain, even though it actually defined a set of similar, redundant
9663 services, and the chains were not supported.
9665 To define a set of redundant services, please use the
9666 adaptation_service_set directive. For service chains, use
9667 adaptation_service_chain.
9671 TYPE: icap_access_type
9676 This option is deprecated. Please use adaptation_access, which
9677 has the same ICAP functionality, but comes with better
9678 documentation, and eCAP support.
9683 -----------------------------------------------------------------------------
9690 LOC: Adaptation::Ecap::TheConfig.onoff
9693 Controls whether eCAP support is enabled.
9697 TYPE: ecap_service_type
9699 LOC: Adaptation::Ecap::TheConfig
9702 Defines a single eCAP service
9704 ecap_service id vectoring_point uri [option ...]
9707 an opaque identifier or name which is used to direct traffic to
9708 this specific service. Must be unique among all adaptation
9709 services in squid.conf.
9711 vectoring_point: reqmod_precache|reqmod_postcache|respmod_precache|respmod_postcache
9712 This specifies at which point of transaction processing the
9713 eCAP service should be activated. *_postcache vectoring points
9714 are not yet supported.
9716 uri: ecap://vendor/service_name?custom&cgi=style¶meters=optional
9717 Squid uses the eCAP service URI to match this configuration
9718 line with one of the dynamically loaded services. Each loaded
9719 eCAP service must have a unique URI. Obtain the right URI from
9720 the service provider.
9722 To activate a service, use the adaptation_access directive. To group
9723 services, use adaptation_service_chain and adaptation_service_set.
9725 Service options are separated by white space. eCAP services support
9726 the following name=value options:
9729 If set to 'on' or '1', the eCAP service is treated as optional.
9730 If the service cannot be reached or malfunctions, Squid will try
9731 to ignore any errors and process the message as if the service
9732 was not enabled. No all eCAP errors can be bypassed.
9733 If set to 'off' or '0', the eCAP service is treated as essential
9734 and all eCAP errors will result in an error page returned to the
9737 Bypass is off by default: services are treated as essential.
9740 If set to 'on' or '1', the eCAP service is allowed to
9741 dynamically change the current message adaptation plan by
9742 returning a chain of services to be used next.
9744 Dynamic adaptation plan may cross or cover multiple supported
9745 vectoring points in their natural processing order.
9747 Routing is not allowed by default.
9749 connection-encryption=on|off
9750 Determines the eCAP service effect on the connections_encrypted
9753 Defaults to "on", which does not taint the master transaction
9756 Does not affect eCAP API calls.
9758 Older ecap_service format without optional named parameters is
9759 deprecated but supported for backward compatibility.
9763 ecap_service s1 reqmod_precache ecap://filters.R.us/leakDetector?on_error=block bypass=off
9764 ecap_service s2 respmod_precache ecap://filters.R.us/virusFilter config=/etc/vf.cfg bypass=on
9767 NAME: loadable_modules
9769 IFDEF: USE_LOADABLE_MODULES
9770 LOC: Config.loadable_module_names
9773 Instructs Squid to load the specified dynamic module(s) or activate
9774 preloaded module(s).
9776 loadable_modules @DEFAULT_PREFIX@/lib/MinimalAdapter.so
9780 MESSAGE ADAPTATION OPTIONS
9781 -----------------------------------------------------------------------------
9784 NAME: adaptation_service_set
9785 TYPE: adaptation_service_set_type
9786 IFDEF: USE_ADAPTATION
9791 Configures an ordered set of similar, redundant services. This is
9792 useful when hot standby or backup adaptation servers are available.
9794 adaptation_service_set set_name service_name1 service_name2 ...
9796 The named services are used in the set declaration order. The first
9797 applicable adaptation service from the set is used first. The next
9798 applicable service is tried if and only if the transaction with the
9799 previous service fails and the message waiting to be adapted is still
9802 When adaptation starts, broken services are ignored as if they were
9803 not a part of the set. A broken service is a down optional service.
9805 The services in a set must be attached to the same vectoring point
9806 (e.g., pre-cache) and use the same adaptation method (e.g., REQMOD).
9808 If all services in a set are optional then adaptation failures are
9809 bypassable. If all services in the set are essential, then a
9810 transaction failure with one service may still be retried using
9811 another service from the set, but when all services fail, the master
9812 transaction fails as well.
9814 A set may contain a mix of optional and essential services, but that
9815 is likely to lead to surprising results because broken services become
9816 ignored (see above), making previously bypassable failures fatal.
9817 Technically, it is the bypassability of the last failed service that
9820 See also: adaptation_access adaptation_service_chain
9823 adaptation_service_set svcBlocker urlFilterPrimary urlFilterBackup
9824 adaptation service_set svcLogger loggerLocal loggerRemote
9827 NAME: adaptation_service_chain
9828 TYPE: adaptation_service_chain_type
9829 IFDEF: USE_ADAPTATION
9834 Configures a list of complementary services that will be applied
9835 one-by-one, forming an adaptation chain or pipeline. This is useful
9836 when Squid must perform different adaptations on the same message.
9838 adaptation_service_chain chain_name service_name1 svc_name2 ...
9840 The named services are used in the chain declaration order. The first
9841 applicable adaptation service from the chain is used first. The next
9842 applicable service is applied to the successful adaptation results of
9843 the previous service in the chain.
9845 When adaptation starts, broken services are ignored as if they were
9846 not a part of the chain. A broken service is a down optional service.
9848 Request satisfaction terminates the adaptation chain because Squid
9849 does not currently allow declaration of RESPMOD services at the
9850 "reqmod_precache" vectoring point (see icap_service or ecap_service).
9852 The services in a chain must be attached to the same vectoring point
9853 (e.g., pre-cache) and use the same adaptation method (e.g., REQMOD).
9855 A chain may contain a mix of optional and essential services. If an
9856 essential adaptation fails (or the failure cannot be bypassed for
9857 other reasons), the master transaction fails. Otherwise, the failure
9858 is bypassed as if the failed adaptation service was not in the chain.
9860 See also: adaptation_access adaptation_service_set
9863 adaptation_service_chain svcRequest requestLogger urlFilter leakDetector
9866 NAME: adaptation_access
9867 TYPE: adaptation_access_type
9868 IFDEF: USE_ADAPTATION
9871 DEFAULT_DOC: Allow, unless rules exist in squid.conf.
9873 Sends an HTTP transaction to an ICAP or eCAP adaptation service.
9875 adaptation_access service_name allow|deny [!]aclname...
9876 adaptation_access set_name allow|deny [!]aclname...
9878 At each supported vectoring point, the adaptation_access
9879 statements are processed in the order they appear in this
9880 configuration file. Statements pointing to the following services
9881 are ignored (i.e., skipped without checking their ACL):
9883 - services serving different vectoring points
9884 - "broken-but-bypassable" services
9885 - "up" services configured to ignore such transactions
9886 (e.g., based on the ICAP Transfer-Ignore header).
9888 When a set_name is used, all services in the set are checked
9889 using the same rules, to find the first applicable one. See
9890 adaptation_service_set for details.
9892 If an access list is checked and there is a match, the
9893 processing stops: For an "allow" rule, the corresponding
9894 adaptation service is used for the transaction. For a "deny"
9895 rule, no adaptation service is activated.
9897 It is currently not possible to apply more than one adaptation
9898 service at the same vectoring point to the same HTTP transaction.
9900 See also: icap_service and ecap_service
9903 adaptation_access service_1 allow all
9906 NAME: adaptation_service_iteration_limit
9908 IFDEF: USE_ADAPTATION
9909 LOC: Adaptation::Config::service_iteration_limit
9912 Limits the number of iterations allowed when applying adaptation
9913 services to a message. If your longest adaptation set or chain
9914 may have more than 16 services, increase the limit beyond its
9915 default value of 16. If detecting infinite iteration loops sooner
9916 is critical, make the iteration limit match the actual number
9917 of services in your longest adaptation set or chain.
9919 Infinite adaptation loops are most likely with routing services.
9921 See also: icap_service routing=1
9924 NAME: adaptation_masterx_shared_names
9926 IFDEF: USE_ADAPTATION
9927 LOC: Adaptation::Config::masterx_shared_name
9930 For each master transaction (i.e., the HTTP request and response
9931 sequence, including all related ICAP and eCAP exchanges), Squid
9932 maintains a table of metadata. The table entries are (name, value)
9933 pairs shared among eCAP and ICAP exchanges. The table is destroyed
9934 with the master transaction.
9936 This option specifies the table entry names that Squid must accept
9937 from and forward to the adaptation transactions.
9939 An ICAP REQMOD or RESPMOD transaction may set an entry in the
9940 shared table by returning an ICAP header field with a name
9941 specified in adaptation_masterx_shared_names.
9943 An eCAP REQMOD or RESPMOD transaction may set an entry in the
9944 shared table by implementing the libecap::visitEachOption() API
9945 to provide an option with a name specified in
9946 adaptation_masterx_shared_names.
9948 Squid will store and forward the set entry to subsequent adaptation
9949 transactions within the same master transaction scope.
9951 Only one shared entry name is supported at this time.
9954 # share authentication information among ICAP services
9955 adaptation_masterx_shared_names X-Subscriber-ID
9958 NAME: adaptation_meta
9960 IFDEF: USE_ADAPTATION
9961 LOC: Adaptation::Config::metaHeaders()
9964 This option allows Squid administrator to add custom ICAP request
9965 headers or eCAP options to Squid ICAP requests or eCAP transactions.
9966 Use it to pass custom authentication tokens and other
9967 transaction-state related meta information to an ICAP/eCAP service.
9969 The addition of a meta header is ACL-driven:
9970 adaptation_meta name value [!]aclname ...
9972 Processing for a given header name stops after the first ACL list match.
9973 Thus, it is impossible to add two headers with the same name. If no ACL
9974 lists match for a given header name, no such header is added. For
9977 # do not debug transactions except for those that need debugging
9978 adaptation_meta X-Debug 1 needs_debugging
9980 # log all transactions except for those that must remain secret
9981 adaptation_meta X-Log 1 !keep_secret
9983 # mark transactions from users in the "G 1" group
9984 adaptation_meta X-Authenticated-Groups "G 1" authed_as_G1
9986 The "value" parameter may be a regular squid.conf token or a "double
9987 quoted string". Within the quoted string, use backslash (\) to escape
9988 any character, which is currently only useful for escaping backslashes
9989 and double quotes. For example,
9990 "this string has one backslash (\\) and two \"quotes\""
9992 Used adaptation_meta header values may be logged via %note
9993 logformat code. If multiple adaptation_meta headers with the same name
9994 are used during master transaction lifetime, the header values are
9995 logged in the order they were used and duplicate values are ignored
9996 (only the first repeated value will be logged).
10002 LOC: Adaptation::Icap::TheConfig.repeat
10003 DEFAULT_IF_NONE: deny all
10005 This ACL determines which retriable ICAP transactions are
10006 retried. Transactions that received a complete ICAP response
10007 and did not have to consume or produce HTTP bodies to receive
10008 that response are usually retriable.
10010 icap_retry allow|deny [!]aclname ...
10012 Squid automatically retries some ICAP I/O timeouts and errors
10013 due to persistent connection race conditions.
10015 See also: icap_retry_limit
10018 NAME: icap_retry_limit
10021 LOC: Adaptation::Icap::TheConfig.repeat_limit
10023 DEFAULT_DOC: No retries are allowed.
10025 Limits the number of retries allowed.
10027 Communication errors due to persistent connection race
10028 conditions are unavoidable, automatically retried, and do not
10029 count against this limit.
10031 See also: icap_retry
10037 -----------------------------------------------------------------------------
10040 NAME: check_hostnames
10043 LOC: Config.onoff.check_hostnames
10045 For security and stability reasons Squid can check
10046 hostnames for Internet standard RFC compliance. If you want
10047 Squid to perform these checks turn this directive on.
10050 NAME: allow_underscore
10053 LOC: Config.onoff.allow_underscore
10055 Underscore characters is not strictly allowed in Internet hostnames
10056 but nevertheless used by many sites. Set this to off if you want
10057 Squid to be strict about the standard.
10058 This check is performed only when check_hostnames is set to on.
10061 NAME: dns_retransmit_interval
10064 LOC: Config.Timeout.idns_retransmit
10066 Initial retransmit interval for DNS queries. The interval is
10067 doubled each time all configured DNS servers have been tried.
10072 DEFAULT: 30 seconds
10073 LOC: Config.Timeout.idns_query
10075 DNS Query timeout. If no response is received to a DNS query
10076 within this time all DNS servers for the queried domain
10077 are assumed to be unavailable.
10080 NAME: dns_packet_max
10082 DEFAULT_DOC: EDNS disabled
10084 LOC: Config.dns.packet_max
10086 Maximum number of bytes packet size to advertise via EDNS.
10087 Set to "none" to disable EDNS large packet support.
10089 For legacy reasons DNS UDP replies will default to 512 bytes which
10090 is too small for many responses. EDNS provides a means for Squid to
10091 negotiate receiving larger responses back immediately without having
10092 to failover with repeat requests. Responses larger than this limit
10093 will retain the old behaviour of failover to TCP DNS.
10095 Squid has no real fixed limit internally, but allowing packet sizes
10096 over 1500 bytes requires network jumbogram support and is usually not
10099 WARNING: The RFC also indicates that some older resolvers will reply
10100 with failure of the whole request if the extension is added. Some
10101 resolvers have already been identified which will reply with mangled
10102 EDNS response on occasion. Usually in response to many-KB jumbogram
10103 sizes being advertised by Squid.
10104 Squid will currently treat these both as an unable-to-resolve domain
10105 even if it would be resolvable without EDNS.
10112 DEFAULT_DOC: Search for single-label domain names is disabled.
10113 LOC: Config.onoff.res_defnames
10115 Normally the RES_DEFNAMES resolver option is disabled
10116 (see res_init(3)). This prevents caches in a hierarchy
10117 from interpreting single-component hostnames locally. To allow
10118 Squid to handle single-component names, enable this option.
10121 NAME: dns_multicast_local
10125 DEFAULT_DOC: Search for .local and .arpa names is disabled.
10126 LOC: Config.onoff.dns_mdns
10128 When set to on, Squid sends multicast DNS lookups on the local
10129 network for domains ending in .local and .arpa.
10130 This enables local servers and devices to be contacted in an
10131 ad-hoc or zero-configuration network environment.
10134 NAME: dns_nameservers
10137 DEFAULT_DOC: Use operating system definitions
10138 LOC: Config.dns.nameservers
10140 Use this if you want to specify a list of DNS name servers
10141 (IP addresses) to use instead of those given in your
10142 /etc/resolv.conf file.
10144 On Windows platforms, if no value is specified here or in
10145 the /etc/resolv.conf file, the list of DNS name servers are
10146 taken from the Windows registry, both static and dynamic DHCP
10147 configurations are supported.
10149 Example: dns_nameservers 10.0.0.1 192.172.0.4
10154 DEFAULT: @DEFAULT_HOSTS@
10155 LOC: Config.etcHostsPath
10157 Location of the host-local IP name-address associations
10158 database. Most Operating Systems have such a file on different
10160 - Un*X & Linux: /etc/hosts
10161 - Windows NT/2000: %SystemRoot%\system32\drivers\etc\hosts
10162 (%SystemRoot% value install default is c:\winnt)
10163 - Windows XP/2003: %SystemRoot%\system32\drivers\etc\hosts
10164 (%SystemRoot% value install default is c:\windows)
10165 - Windows 9x/Me: %windir%\hosts
10166 (%windir% value is usually c:\windows)
10167 - Cygwin: /etc/hosts
10169 The file contains newline-separated definitions, in the
10170 form ip_address_in_dotted_form name [name ...] names are
10171 whitespace-separated. Lines beginning with an hash (#)
10172 character are comments.
10174 The file is checked at startup and upon configuration.
10175 If set to 'none', it won't be checked.
10176 If append_domain is used, that domain will be added to
10177 domain-local (i.e. not containing any dot character) host
10181 NAME: append_domain
10183 LOC: Config.appendDomain
10185 DEFAULT_DOC: Use operating system definitions
10187 Appends local domain name to hostnames without any dots in
10188 them. append_domain must begin with a period.
10190 Be warned there are now Internet names with no dots in
10191 them using only top-domain names, so setting this may
10192 cause some Internet sites to become unavailable.
10195 append_domain .yourdomain.com
10198 NAME: ignore_unknown_nameservers
10200 LOC: Config.onoff.ignore_unknown_nameservers
10203 By default Squid checks that DNS responses are received
10204 from the same IP addresses they are sent to. If they
10205 don't match, Squid ignores the response and writes a warning
10206 message to cache.log. You can allow responses from unknown
10207 nameservers by setting this option to 'off'.
10211 COMMENT: (number of entries)
10214 LOC: Config.ipcache.size
10216 Maximum number of DNS IP cache entries.
10223 LOC: Config.ipcache.low
10230 LOC: Config.ipcache.high
10232 The size, low-, and high-water marks for the IP cache.
10235 NAME: fqdncache_size
10236 COMMENT: (number of entries)
10239 LOC: Config.fqdncache.size
10241 Maximum number of FQDN cache entries.
10246 -----------------------------------------------------------------------------
10249 NAME: configuration_includes_quoted_values
10251 TYPE: configuration_includes_quoted_values
10253 LOC: ConfigParser::RecognizeQuotedValues
10255 If set, Squid will recognize each "quoted string" after a configuration
10256 directive as a single parameter. The quotes are stripped before the
10257 parameter value is interpreted or used.
10258 See "Values with spaces, quotes, and other special characters"
10259 section for more details.
10266 LOC: Config.onoff.mem_pools
10268 If set, Squid will keep pools of allocated (but unused) memory
10269 available for future use. If memory is a premium on your
10270 system and you believe your malloc library outperforms Squid
10271 routines, disable this.
10274 NAME: memory_pools_limit
10278 LOC: Config.MemPools.limit
10280 Used only with memory_pools on:
10281 memory_pools_limit 50 MB
10283 If set to a non-zero value, Squid will keep at most the specified
10284 limit of allocated (but unused) memory in memory pools. All free()
10285 requests that exceed this limit will be handled by your malloc
10286 library. Squid does not pre-allocate any memory, just safe-keeps
10287 objects that otherwise would be free()d. Thus, it is safe to set
10288 memory_pools_limit to a reasonably high value even if your
10289 configuration will use less memory.
10291 If set to none, Squid will keep all memory it can. That is, there
10292 will be no limit on the total amount of memory used for safe-keeping.
10294 To disable memory allocation optimization, do not set
10295 memory_pools_limit to 0 or none. Set memory_pools to "off" instead.
10297 An overhead for maintaining memory pools is not taken into account
10298 when the limit is checked. This overhead is close to four bytes per
10299 object kept. However, pools may actually _save_ memory because of
10300 reduced memory thrashing in your malloc library.
10303 NAME: forwarded_for
10304 COMMENT: on|off|transparent|truncate|delete
10307 LOC: opt_forwarded_for
10309 If set to "on", Squid will append your client's IP address
10310 in the HTTP requests it forwards. By default it looks like:
10312 X-Forwarded-For: 192.1.2.3
10314 If set to "off", it will appear as
10316 X-Forwarded-For: unknown
10318 If set to "transparent", Squid will not alter the
10319 X-Forwarded-For header in any way.
10321 If set to "delete", Squid will delete the entire
10322 X-Forwarded-For header.
10324 If set to "truncate", Squid will remove all existing
10325 X-Forwarded-For entries, and place the client IP as the sole entry.
10328 NAME: cachemgr_passwd
10329 TYPE: cachemgrpasswd
10331 DEFAULT_DOC: No password. Actions which require password are denied.
10332 LOC: Config.passwd_list
10334 Specify passwords for cachemgr operations.
10336 Usage: cachemgr_passwd password action action ...
10338 Some valid actions are (see cache manager menu for a full list):
10376 * Indicates actions which will not be performed without a
10377 valid password, others can be performed if not listed here.
10379 To disable an action, set the password to "disable".
10380 To allow performing an action without a password, set the
10381 password to "none".
10383 Use the keyword "all" to set the same password for all actions.
10386 cachemgr_passwd secret shutdown
10387 cachemgr_passwd lesssssssecret info stats/objects
10388 cachemgr_passwd disable all
10395 LOC: Config.onoff.client_db
10397 If you want to disable collecting per-client statistics,
10398 turn off client_db here.
10401 NAME: refresh_all_ims
10405 LOC: Config.onoff.refresh_all_ims
10407 When you enable this option, squid will always check
10408 the origin server for an update when a client sends an
10409 If-Modified-Since request. Many browsers use IMS
10410 requests when the user requests a reload, and this
10411 ensures those clients receive the latest version.
10413 By default (off), squid may return a Not Modified response
10414 based on the age of the cached version.
10417 NAME: reload_into_ims
10418 IFDEF: USE_HTTP_VIOLATIONS
10422 LOC: Config.onoff.reload_into_ims
10424 When you enable this option, client no-cache or ``reload''
10425 requests will be changed to If-Modified-Since requests.
10426 Doing this VIOLATES the HTTP standard. Enabling this
10427 feature could make you liable for problems which it
10430 see also refresh_pattern for a more selective approach.
10433 NAME: connect_retries
10435 LOC: Config.connect_retries
10437 DEFAULT_DOC: Do not retry failed connections.
10439 Limits the number of reopening attempts when establishing a single
10440 TCP connection. All these attempts must still complete before the
10441 applicable connection opening timeout expires.
10443 By default and when connect_retries is set to zero, Squid does not
10444 retry failed connection opening attempts.
10446 The (not recommended) maximum is 10 tries. An attempt to configure a
10447 higher value results in the value of 10 being used (with a warning).
10449 Squid may open connections to retry various high-level forwarding
10450 failures. For an outside observer, that activity may look like a
10451 low-level connection reopening attempt, but those high-level retries
10452 are governed by forward_max_tries instead.
10454 See also: connect_timeout, forward_timeout, icap_connect_timeout,
10455 and forward_max_tries.
10458 NAME: retry_on_error
10460 LOC: Config.retry.onerror
10463 If set to ON Squid will automatically retry requests when
10464 receiving an error response with status 403 (Forbidden),
10465 500 (Internal Error), 501 or 503 (Service not available).
10466 Status 502 and 504 (Gateway errors) are always retried.
10468 This is mainly useful if you are in a complex cache hierarchy to
10469 work around access control errors.
10471 NOTE: This retry will attempt to find another working destination.
10472 Which is different from the server which just failed.
10475 NAME: as_whois_server
10477 LOC: Config.as_whois_server
10478 DEFAULT: whois.ra.net
10480 WHOIS server to query for AS numbers. NOTE: AS numbers are
10481 queried only when Squid starts up, not for every request.
10486 LOC: Config.onoff.offline
10489 Enable this option and Squid will never try to validate cached
10493 NAME: uri_whitespace
10494 TYPE: uri_whitespace
10495 LOC: Config.uri_whitespace
10498 What to do with requests that have whitespace characters in the
10501 strip: The whitespace characters are stripped out of the URL.
10502 This is the behavior recommended by RFC2396 and RFC3986
10503 for tolerant handling of generic URI.
10504 NOTE: This is one difference between generic URI and HTTP URLs.
10506 deny: The request is denied. The user receives an "Invalid
10508 This is the behaviour recommended by RFC2616 for safe
10509 handling of HTTP request URL.
10511 allow: The request is allowed and the URI is not changed. The
10512 whitespace characters remain in the URI. Note the
10513 whitespace is passed to redirector processes if they
10515 Note this may be considered a violation of RFC2616
10516 request parsing where whitespace is prohibited in the
10519 encode: The request is allowed and the whitespace characters are
10520 encoded according to RFC1738.
10522 chop: The request is allowed and the URI is chopped at the
10526 NOTE the current Squid implementation of encode and chop violates
10527 RFC2616 by not using a 301 redirect after altering the URL.
10532 LOC: Config.chroot_dir
10535 Specifies a directory where Squid should do a chroot() while
10536 initializing. This also causes Squid to fully drop root
10537 privileges after initializing. This means, for example, if you
10538 use a HTTP port less than 1024 and try to reconfigure, you may
10539 get an error saying that Squid can not open the port.
10542 NAME: pipeline_prefetch
10543 TYPE: pipelinePrefetch
10544 LOC: Config.pipeline_max_prefetch
10546 DEFAULT_DOC: Do not pre-parse pipelined requests.
10548 HTTP clients may send a pipeline of 1+N requests to Squid using a
10549 single connection, without waiting for Squid to respond to the first
10550 of those requests. This option limits the number of concurrent
10551 requests Squid will try to handle in parallel. If set to N, Squid
10552 will try to receive and process up to 1+N requests on the same
10553 connection concurrently.
10555 Defaults to 0 (off) for bandwidth management and access logging
10558 NOTE: pipelining requires persistent connections to clients.
10560 WARNING: pipelining breaks NTLM and Negotiate/Kerberos authentication.
10563 NAME: high_response_time_warning
10566 LOC: Config.warnings.high_rptm
10568 DEFAULT_DOC: disabled.
10570 If the one-minute median response time exceeds this value,
10571 Squid prints a WARNING with debug level 0 to get the
10572 administrators attention. The value is in milliseconds.
10575 NAME: high_page_fault_warning
10577 LOC: Config.warnings.high_pf
10579 DEFAULT_DOC: disabled.
10581 If the one-minute average page fault rate exceeds this
10582 value, Squid prints a WARNING with debug level 0 to get
10583 the administrators attention. The value is in page faults
10587 NAME: high_memory_warning
10589 LOC: Config.warnings.high_memory
10590 IFDEF: HAVE_MSTATS&&HAVE_GNUMALLOC_H
10592 DEFAULT_DOC: disabled.
10594 If the memory usage (as determined by gnumalloc, if available and used)
10595 exceeds this amount, Squid prints a WARNING with debug level 0 to get
10596 the administrators attention.
10598 # TODO: link high_memory_warning to mempools?
10600 NAME: sleep_after_fork
10601 COMMENT: (microseconds)
10603 LOC: Config.sleep_after_fork
10606 When this is set to a non-zero value, the main Squid process
10607 sleeps the specified number of microseconds after a fork()
10608 system call. This sleep may help the situation where your
10609 system reports fork() failures due to lack of (virtual)
10610 memory. Note, however, if you have a lot of child
10611 processes, these sleep delays will add up and your
10612 Squid will not service requests for some amount of time
10613 until all the child processes have been started.
10616 NAME: windows_ipaddrchangemonitor
10617 IFDEF: _SQUID_WINDOWS_
10621 LOC: Config.onoff.WIN32_IpAddrChangeMonitor
10623 On Windows Squid by default will monitor IP address changes and will
10624 reconfigure itself after any detected event. This is very useful for
10625 proxies connected to internet with dial-up interfaces.
10626 In some cases (a Proxy server acting as VPN gateway is one) it could be
10627 desiderable to disable this behaviour setting this to 'off'.
10628 Note: after changing this, Squid service must be restarted.
10633 IFDEF: USE_SQUID_EUI
10635 LOC: Eui::TheConfig.euiLookup
10637 Whether to lookup the EUI or MAC address of a connected client.
10640 NAME: max_filedescriptors max_filedesc
10643 DEFAULT_DOC: Use operating system soft limit set by ulimit.
10644 LOC: Config.max_filedescriptors
10646 Set the maximum number of filedescriptors, either below the
10647 operating system default or up to the hard limit.
10649 Remove from squid.conf to inherit the current ulimit soft
10652 Note: Changing this requires a restart of Squid. Also
10653 not all I/O types supports large values (eg on Windows).
10656 NAME: force_request_body_continuation
10658 LOC: Config.accessList.forceRequestBodyContinuation
10660 DEFAULT_DOC: Deny, unless rules exist in squid.conf.
10662 This option controls how Squid handles data upload requests from HTTP
10663 and FTP agents that require a "Please Continue" control message response
10664 to actually send the request body to Squid. It is mostly useful in
10665 adaptation environments.
10667 When Squid receives an HTTP request with an "Expect: 100-continue"
10668 header or an FTP upload command (e.g., STOR), Squid normally sends the
10669 request headers or FTP command information to an adaptation service (or
10670 peer) and waits for a response. Most adaptation services (and some
10671 broken peers) may not respond to Squid at that stage because they may
10672 decide to wait for the HTTP request body or FTP data transfer. However,
10673 that request body or data transfer may never come because Squid has not
10674 responded with the HTTP 100 or FTP 150 (Please Continue) control message
10675 to the request sender yet!
10677 An allow match tells Squid to respond with the HTTP 100 or FTP 150
10678 (Please Continue) control message on its own, before forwarding the
10679 request to an adaptation service or peer. Such a response usually forces
10680 the request sender to proceed with sending the body. A deny match tells
10681 Squid to delay that control response until the origin server confirms
10682 that the request body is needed. Delaying is the default behavior.
10685 NAME: http_upgrade_request_protocols
10686 TYPE: http_upgrade_request_protocols
10687 LOC: Config.http_upgrade_request_protocols
10689 DEFAULT_DOC: Upgrade header dropped, effectively blocking an upgrade attempt.
10691 Controls client-initiated and server-confirmed switching from HTTP to
10692 another protocol (or to several protocols) using HTTP Upgrade mechanism
10693 defined in RFC 7230 Section 6.7. Squid itself does not understand the
10694 protocols being upgraded to and participates in the upgraded
10695 communication only as a dumb TCP proxy. Admins should not allow
10696 upgrading to protocols that require a more meaningful proxy
10699 Usage: http_upgrade_request_protocols <protocol> allow|deny [!]acl ...
10701 The required "protocol" parameter is either an all-caps word OTHER or an
10702 explicit protocol name (e.g. "WebSocket") optionally followed by a slash
10703 and a version token (e.g. "HTTP/3"). Explicit protocol names and
10704 versions are case sensitive.
10706 When an HTTP client sends an Upgrade request header, Squid iterates over
10707 the client-offered protocols and, for each protocol P (with an optional
10708 version V), evaluates the first non-empty set of
10709 http_upgrade_request_protocols rules (if any) from the following list:
10711 * All rules with an explicit protocol name equal to P.
10712 * All rules that use OTHER instead of a protocol name.
10714 In other words, rules using OTHER are considered for protocol P if and
10715 only if there are no rules mentioning P by name.
10717 If both of the above sets are empty, then Squid removes protocol P from
10720 If the client sent a versioned protocol offer P/X, then explicit rules
10721 referring to the same-name but different-version protocol P/Y are
10722 declared inapplicable. Inapplicable rules are not evaluated (i.e. are
10723 ignored). However, inapplicable rules still belong to the first set of
10726 Within the applicable rule subset, individual rules are evaluated in
10727 their configuration order. If all ACLs of an applicable "allow" rule
10728 match, then the protocol offered by the client is forwarded to the next
10729 hop as is. If all ACLs of an applicable "deny" rule match, then the
10730 offer is dropped. If no applicable rules have matching ACLs, then the
10731 offer is also dropped. The first matching rule also ends rules
10732 evaluation for the offered protocol.
10734 If all client-offered protocols are removed, then Squid forwards the
10735 client request without the Upgrade header. Squid never sends an empty
10736 Upgrade request header.
10738 An Upgrade request header with a value violating HTTP syntax is dropped
10739 and ignored without an attempt to use extractable individual protocol
10742 Upon receiving an HTTP 101 (Switching Protocols) control message, Squid
10743 checks that the server listed at least one protocol name and sent a
10744 Connection:upgrade response header. Squid does not understand individual
10745 protocol naming and versioning concepts enough to implement stricter
10746 checks, but an admin can restrict HTTP 101 (Switching Protocols)
10747 responses further using http_reply_access. Responses denied by
10748 http_reply_access rules and responses flagged by the internal Upgrade
10749 checks result in HTTP 502 (Bad Gateway) ERR_INVALID_RESP errors and
10750 Squid-to-server connection closures.
10752 If Squid sends an Upgrade request header, and the next hop (e.g., the
10753 origin server) responds with an acceptable HTTP 101 (Switching
10754 Protocols), then Squid forwards that message to the client and becomes
10757 The presence of an Upgrade request header alone does not preclude cache
10758 lookups. In other words, an Upgrade request might be satisfied from the
10759 cache, using regular HTTP caching rules.
10761 This clause only supports fast acl types.
10762 See https://wiki.squid-cache.org/SquidFaq/SquidAcl for details.
10764 Each of the following groups of configuration lines represents a
10765 separate configuration example:
10767 # never upgrade to protocol Foo; all others are OK
10768 http_upgrade_request_protocols Foo deny all
10769 http_upgrade_request_protocols OTHER allow all
10771 # only allow upgrades to protocol Bar (except for its first version)
10772 http_upgrade_request_protocols Bar/1 deny all
10773 http_upgrade_request_protocols Bar allow all
10774 http_upgrade_request_protocols OTHER deny all # this rule is optional
10776 # only allow upgrades to protocol Baz, and only if Baz is the only offer
10777 acl UpgradeHeaderHasMultipleOffers ...
10778 http_upgrade_request_protocols Baz deny UpgradeHeaderHasMultipleOffers
10779 http_upgrade_request_protocols Baz allow all
10782 NAME: server_pconn_for_nonretriable
10785 DEFAULT_DOC: Open new connections for forwarding requests Squid cannot retry safely.
10786 LOC: Config.accessList.serverPconnForNonretriable
10788 This option provides fine-grained control over persistent connection
10789 reuse when forwarding HTTP requests that Squid cannot retry. It is useful
10790 in environments where opening new connections is very expensive
10791 (e.g., all connections are secured with TLS with complex client and server
10792 certificate validation) and race conditions associated with persistent
10793 connections are very rare and/or only cause minor problems.
10795 HTTP prohibits retrying unsafe and non-idempotent requests (e.g., POST).
10796 Squid limitations also prohibit retrying all requests with bodies (e.g., PUT).
10797 By default, when forwarding such "risky" requests, Squid opens a new
10798 connection to the server or cache_peer, even if there is an idle persistent
10799 connection available. When Squid is configured to risk sending a non-retriable
10800 request on a previously used persistent connection, and the server closes
10801 the connection before seeing that risky request, the user gets an error response
10802 from Squid. In most cases, that error response will be HTTP 502 (Bad Gateway)
10803 with ERR_ZERO_SIZE_OBJECT or ERR_WRITE_ERROR (peer connection reset) error detail.
10805 If an allow rule matches, Squid reuses an available idle persistent connection
10806 (if any) for the request that Squid cannot retry. If a deny rule matches, then
10807 Squid opens a new connection for the request that Squid cannot retry.
10809 This option does not affect requests that Squid can retry. They will reuse idle
10810 persistent connections (if any).
10812 This clause only supports fast acl types.
10813 See https://wiki.squid-cache.org/SquidFaq/SquidAcl for details.
10816 acl SpeedIsWorthTheRisk method POST
10817 server_pconn_for_nonretriable allow SpeedIsWorthTheRisk
10820 NAME: happy_eyeballs_connect_timeout
10824 LOC: Config.happyEyeballs.connect_timeout
10826 This Happy Eyeballs (RFC 8305) tuning directive specifies the minimum
10827 delay between opening a primary to-server connection and opening a
10828 spare to-server connection for the same master transaction. This delay
10829 is similar to the Connection Attempt Delay in RFC 8305, but it is only
10830 applied to the first spare connection attempt. Subsequent spare
10831 connection attempts use happy_eyeballs_connect_gap, and primary
10832 connection attempts are not artificially delayed at all.
10834 Terminology: The "primary" and "spare" designations are determined by
10835 the order of DNS answers received by Squid: If Squid DNS AAAA query
10836 was answered first, then primary connections are connections to IPv6
10837 peer addresses (while spare connections use IPv4 addresses).
10838 Similarly, if Squid DNS A query was answered first, then primary
10839 connections are connections to IPv4 peer addresses (while spare
10840 connections use IPv6 addresses).
10842 Shorter happy_eyeballs_connect_timeout values reduce master
10843 transaction response time, potentially improving user-perceived
10844 response times (i.e., making user eyeballs happier). Longer delays
10845 reduce both concurrent connection level and server bombardment with
10846 connection requests, potentially improving overall Squid performance
10847 and reducing the chance of being blocked by servers for opening too
10848 many unused connections.
10850 RFC 8305 prohibits happy_eyeballs_connect_timeout values smaller than
10851 10 (milliseconds) to "avoid congestion collapse in the presence of
10852 high packet-loss rates".
10854 The following Happy Eyeballs directives place additional connection
10855 opening restrictions: happy_eyeballs_connect_gap and
10856 happy_eyeballs_connect_limit.
10859 NAME: happy_eyeballs_connect_gap
10863 DEFAULT_DOC: no artificial delays between spare attempts
10864 LOC: Config.happyEyeballs.connect_gap
10866 This Happy Eyeballs (RFC 8305) tuning directive specifies the
10867 minimum delay between opening spare to-server connections (to any
10868 server; i.e. across all concurrent master transactions in a Squid
10869 instance). Each SMP worker currently multiplies the configured gap
10870 by the total number of workers so that the combined spare connection
10871 opening rate of a Squid instance obeys the configured limit. The
10872 workers do not coordinate connection openings yet; a micro burst
10873 of spare connection openings may violate the configured gap.
10875 This directive has similar trade-offs as
10876 happy_eyeballs_connect_timeout, but its focus is on limiting traffic
10877 amplification effects for Squid as a whole, while
10878 happy_eyeballs_connect_timeout works on an individual master
10881 The following Happy Eyeballs directives place additional connection
10882 opening restrictions: happy_eyeballs_connect_timeout and
10883 happy_eyeballs_connect_limit. See the former for related terminology.
10886 NAME: happy_eyeballs_connect_limit
10889 DEFAULT_DOC: no artificial limit on the number of concurrent spare attempts
10890 LOC: Config.happyEyeballs.connect_limit
10892 This Happy Eyeballs (RFC 8305) tuning directive specifies the
10893 maximum number of spare to-server connections (to any server; i.e.
10894 across all concurrent master transactions in a Squid instance).
10895 Each SMP worker gets an equal share of the total limit. However,
10896 the workers do not share the actual connection counts yet, so one
10897 (busier) worker cannot "borrow" spare connection slots from another
10898 (less loaded) worker.
10900 Setting this limit to zero disables concurrent use of primary and
10901 spare TCP connections: Spare connection attempts are made only after
10902 all primary attempts fail. However, Squid would still use the
10903 DNS-related optimizations of the Happy Eyeballs approach.
10905 This directive has similar trade-offs as happy_eyeballs_connect_gap,
10906 but its focus is on limiting Squid overheads, while
10907 happy_eyeballs_connect_gap focuses on the origin server and peer
10910 The following Happy Eyeballs directives place additional connection
10911 opening restrictions: happy_eyeballs_connect_timeout and
10912 happy_eyeballs_connect_gap. See the former for related terminology.