]> git.ipfire.org Git - thirdparty/squid.git/blob - src/cf.data.pre
Docs: handle unknown squid-2.7 directives cleaner
[thirdparty/squid.git] / src / cf.data.pre
1 #
2 # SQUID Web Proxy Cache http://www.squid-cache.org/
3 # ----------------------------------------------------------
4 #
5 # Squid is the result of efforts by numerous individuals from
6 # the Internet community; see the CONTRIBUTORS file for full
7 # details. Many organizations have provided support for Squid's
8 # development; see the SPONSORS file for full details. Squid is
9 # Copyrighted (C) 2000 by the Regents of the University of
10 # California; see the COPYRIGHT file for full details. Squid
11 # incorporates software developed and/or copyrighted by other
12 # sources; see the CREDITS file for full details.
13 #
14 # This program is free software; you can redistribute it and/or modify
15 # it under the terms of the GNU General Public License as published by
16 # the Free Software Foundation; either version 2 of the License, or
17 # (at your option) any later version.
18 #
19 # This program is distributed in the hope that it will be useful,
20 # but WITHOUT ANY WARRANTY; without even the implied warranty of
21 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22 # GNU General Public License for more details.
23 #
24 # You should have received a copy of the GNU General Public License
25 # along with this program; if not, write to the Free Software
26 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
27 #
28
29 COMMENT_START
30 WELCOME TO @SQUID@
31 ----------------------------
32
33 This is the documentation for the Squid configuration file.
34 This documentation can also be found online at:
35 http://www.squid-cache.org/Doc/config/
36
37 You may wish to look at the Squid home page and wiki for the
38 FAQ and other documentation:
39 http://www.squid-cache.org/
40 http://wiki.squid-cache.org/SquidFaq
41 http://wiki.squid-cache.org/ConfigExamples
42
43 This documentation shows what the defaults for various directives
44 happen to be. If you don't need to change the default, you should
45 leave the line out of your squid.conf in most cases.
46
47 In some cases "none" refers to no default setting at all,
48 while in other cases it refers to the value of the option
49 - the comments for that keyword indicate if this is the case.
50
51 COMMENT_END
52
53 COMMENT_START
54 Configuration options can be included using the "include" directive.
55 Include takes a list of files to include. Quoting and wildcards are
56 supported.
57
58 For example,
59
60 include /path/to/included/file/squid.acl.config
61
62 Includes can be nested up to a hard-coded depth of 16 levels.
63 This arbitrary restriction is to prevent recursive include references
64 from causing Squid entering an infinite loop whilst trying to load
65 configuration files.
66
67
68 Conditional configuration
69
70 If-statements can be used to make configuration directives
71 depend on conditions:
72
73 if <CONDITION>
74 ... regular configuration directives ...
75 [else
76 ... regular configuration directives ...]
77 endif
78
79 The else part is optional. The keywords "if", "else", and "endif"
80 must be typed on their own lines, as if they were regular
81 configuration directives.
82
83 NOTE: An else-if condition is not supported.
84
85 These individual conditions types are supported:
86
87 true
88 Always evaluates to true.
89 false
90 Always evaluates to false.
91 <integer> = <integer>
92 Equality comparison of two integer numbers.
93
94
95 SMP-Related Macros
96
97 The following SMP-related preprocessor macros can be used.
98
99 ${process_name} expands to the current Squid process "name"
100 (e.g., squid1, squid2, or cache1).
101
102 ${process_number} expands to the current Squid process
103 identifier, which is an integer number (e.g., 1, 2, 3) unique
104 across all Squid processes.
105 COMMENT_END
106
107 # options still not yet ported from 2.7 to 3.x
108 NAME: broken_vary_encoding
109 TYPE: obsolete
110 DOC_START
111 This option is not yet supported by Squid-3.
112 DOC_END
113
114 NAME: cache_vary
115 TYPE: obsolete
116 DOC_START
117 This option is not yet supported by Squid-3.
118 DOC_END
119
120 NAME: collapsed_forwarding
121 TYPE: obsolete
122 DOC_START
123 This option is not yet supported by Squid-3. see http://bugs.squid-cache.org/show_bug.cgi?id=3495
124 DOC_END
125
126 NAME: error_map
127 TYPE: obsolete
128 DOC_START
129 This option is not yet supported by Squid-3.
130 DOC_END
131
132 NAME: external_refresh_check
133 TYPE: obsolete
134 DOC_START
135 This option is not yet supported by Squid-3.
136 DOC_END
137
138 NAME: ignore_ims_on_miss
139 TYPE: obsolete
140 DOC_START
141 This option is not yet supported by Squid-3.
142 DOC_END
143
144 NAME: location_rewrite_program location_rewrite_access location_rewrite_children location_rewrite_concurrency
145 TYPE: obsolete
146 DOC_START
147 This option is not yet supported by Squid-3.
148 DOC_END
149
150 NAME: refresh_stale_hit
151 TYPE: obsolete
152 DOC_START
153 This option is not yet supported by Squid-3.
154 DOC_END
155
156 # no Options Removed in 3.3
157
158 # Options Removed in 3.2
159 NAME: ignore_expect_100
160 TYPE: obsolete
161 DOC_START
162 Remove this line. The HTTP/1.1 feature is now fully supported by default.
163 DOC_END
164
165 NAME: dns_v4_fallback
166 TYPE: obsolete
167 DOC_START
168 Remove this line. Squid performs a 'Happy Eyeballs' algorithm, the 'fallback' algorithm is no longer relevant.
169 DOC_END
170
171 NAME: ftp_list_width
172 TYPE: obsolete
173 DOC_START
174 Remove this line. Configure FTP page display using the CSS controls in errorpages.css instead.
175 DOC_END
176
177 NAME: maximum_single_addr_tries
178 TYPE: obsolete
179 DOC_START
180 Replaced by connect_retries. The behaviour has changed, please read the documentation before altering.
181 DOC_END
182
183 NAME: update_headers
184 TYPE: obsolete
185 DOC_START
186 Remove this line. The feature is supported by default in storage types where update is implemented.
187 DOC_END
188
189 NAME: url_rewrite_concurrency
190 TYPE: obsolete
191 DOC_START
192 Remove this line. Set the 'concurrency=' option of url_rewrite_children instead.
193 DOC_END
194
195 # Options Removed in 3.1
196 NAME: dns_testnames
197 TYPE: obsolete
198 DOC_START
199 Remove this line. DNS is no longer tested on startup.
200 DOC_END
201
202 NAME: extension_methods
203 TYPE: obsolete
204 DOC_START
205 Remove this line. All valid methods for HTTP are accepted by default.
206 DOC_END
207
208 # 2.7 Options Removed/Replaced in 3.2
209 NAME: zero_buffers
210 TYPE: obsolete
211 DOC_NONE
212
213 # 2.7 Options Removed/Replaced in 3.1
214 NAME: incoming_rate
215 TYPE: obsolete
216 DOC_NONE
217
218 NAME: server_http11
219 TYPE: obsolete
220 DOC_START
221 Remove this line. HTTP/1.1 is supported by default.
222 DOC_END
223
224 NAME: upgrade_http0.9
225 TYPE: obsolete
226 DOC_START
227 Remove this line. ICY/1.0 streaming protocol is supported by default.
228 DOC_END
229
230 NAME: zph_local zph_mode zph_option zph_parent zph_sibling
231 TYPE: obsolete
232 DOC_START
233 Alter these entries. Use the qos_flows directive instead.
234 DOC_END
235
236 # Options Removed in 3.0
237 NAME: header_access
238 TYPE: obsolete
239 DOC_START
240 Since squid-3.0 replace with request_header_access or reply_header_access
241 depending on whether you wish to match client requests or server replies.
242 DOC_END
243
244 NAME: httpd_accel_no_pmtu_disc
245 TYPE: obsolete
246 DOC_START
247 Since squid-3.0 use the 'disable-pmtu-discovery' flag on http_port instead.
248 DOC_END
249
250 NAME: wais_relay_host
251 TYPE: obsolete
252 DOC_START
253 Replace this line with 'cache_peer' configuration.
254 DOC_END
255
256 NAME: wais_relay_port
257 TYPE: obsolete
258 DOC_START
259 Replace this line with 'cache_peer' configuration.
260 DOC_END
261
262 COMMENT_START
263 OPTIONS FOR AUTHENTICATION
264 -----------------------------------------------------------------------------
265 COMMENT_END
266
267 NAME: auth_param
268 TYPE: authparam
269 IFDEF: USE_AUTH
270 LOC: Auth::TheConfig
271 DEFAULT: none
272 DOC_START
273 This is used to define parameters for the various authentication
274 schemes supported by Squid.
275
276 format: auth_param scheme parameter [setting]
277
278 The order in which authentication schemes are presented to the client is
279 dependent on the order the scheme first appears in config file. IE
280 has a bug (it's not RFC 2617 compliant) in that it will use the basic
281 scheme if basic is the first entry presented, even if more secure
282 schemes are presented. For now use the order in the recommended
283 settings section below. If other browsers have difficulties (don't
284 recognize the schemes offered even if you are using basic) either
285 put basic first, or disable the other schemes (by commenting out their
286 program entry).
287
288 Once an authentication scheme is fully configured, it can only be
289 shutdown by shutting squid down and restarting. Changes can be made on
290 the fly and activated with a reconfigure. I.E. You can change to a
291 different helper, but not unconfigure the helper completely.
292
293 Please note that while this directive defines how Squid processes
294 authentication it does not automatically activate authentication.
295 To use authentication you must in addition make use of ACLs based
296 on login name in http_access (proxy_auth, proxy_auth_regex or
297 external with %LOGIN used in the format tag). The browser will be
298 challenged for authentication on the first such acl encountered
299 in http_access processing and will also be re-challenged for new
300 login credentials if the request is being denied by a proxy_auth
301 type acl.
302
303 WARNING: authentication can't be used in a transparently intercepting
304 proxy as the client then thinks it is talking to an origin server and
305 not the proxy. This is a limitation of bending the TCP/IP protocol to
306 transparently intercepting port 80, not a limitation in Squid.
307 Ports flagged 'transparent', 'intercept', or 'tproxy' have
308 authentication disabled.
309
310 === Parameters for the basic scheme follow. ===
311
312 "program" cmdline
313 Specify the command for the external authenticator. Such a program
314 reads a line containing "username password" and replies with one of
315 three results:
316
317 OK
318 the user exists.
319
320 ERR
321 the user does not exist.
322
323 BH
324 An internal error occurred in the helper, preventing
325 a result being identified.
326
327 "ERR" and "BH" results may optionally be followed by message="..."
328 containing a description available as %m in the returned error page.
329
330 If you use an authenticator, make sure you have 1 acl of type
331 proxy_auth.
332
333 By default, the basic authentication scheme is not used unless a
334 program is specified.
335
336 If you want to use the traditional NCSA proxy authentication, set
337 this line to something like
338
339 auth_param basic program @DEFAULT_PREFIX@/libexec/ncsa_auth @DEFAULT_PREFIX@/etc/passwd
340
341 "utf8" on|off
342 HTTP uses iso-latin-1 as character set, while some authentication
343 backends such as LDAP expects UTF-8. If this is set to on Squid will
344 translate the HTTP iso-latin-1 charset to UTF-8 before sending the
345 username & password to the helper.
346
347 "children" numberofchildren [startup=N] [idle=N] [concurrency=N]
348 The maximum number of authenticator processes to spawn. If you start too few
349 Squid will have to wait for them to process a backlog of credential
350 verifications, slowing it down. When password verifications are
351 done via a (slow) network you are likely to need lots of
352 authenticator processes.
353
354 The startup= and idle= options permit some skew in the exact amount
355 run. A minimum of startup=N will begin during startup and reconfigure.
356 Squid will start more in groups of up to idle=N in an attempt to meet
357 traffic needs and to keep idle=N free above those traffic needs up to
358 the maximum.
359
360 The concurrency= option sets the number of concurrent requests the
361 helper can process. The default of 0 is used for helpers who only
362 supports one request at a time. Setting this to a number greater than
363 0 changes the protocol used to include a channel number first on the
364 request/response line, allowing multiple requests to be sent to the
365 same helper in parallel without waiting for the response.
366 Must not be set unless it's known the helper supports this.
367
368 auth_param basic children 20 startup=0 idle=1
369
370 "realm" realmstring
371 Specifies the realm name which is to be reported to the
372 client for the basic proxy authentication scheme (part of
373 the text the user will see when prompted their username and
374 password). There is no default.
375 auth_param basic realm Squid proxy-caching web server
376
377 "credentialsttl" timetolive
378 Specifies how long squid assumes an externally validated
379 username:password pair is valid for - in other words how
380 often the helper program is called for that user. Set this
381 low to force revalidation with short lived passwords. Note
382 setting this high does not impact your susceptibility
383 to replay attacks unless you are using an one-time password
384 system (such as SecureID). If you are using such a system,
385 you will be vulnerable to replay attacks unless you also
386 use the max_user_ip ACL in an http_access rule.
387
388 "casesensitive" on|off
389 Specifies if usernames are case sensitive. Most user databases are
390 case insensitive allowing the same username to be spelled using both
391 lower and upper case letters, but some are case sensitive. This
392 makes a big difference for user_max_ip ACL processing and similar.
393 auth_param basic casesensitive off
394
395 === Parameters for the digest scheme follow ===
396
397 "program" cmdline
398 Specify the command for the external authenticator. Such
399 a program reads a line containing "username":"realm" and
400 replies with one of three results:
401
402 OK ha1="..."
403 the user exists. The ha1= key is mandatory and
404 contains the appropriate H(A1) value, hex encoded.
405 See rfc 2616 for the definition of H(A1).
406
407 ERR
408 the user does not exist.
409
410 BH
411 An internal error occurred in the helper, preventing
412 a result being identified.
413
414 "ERR" and "BH" results may optionally be followed by message="..."
415 containing a description available as %m in the returned error page.
416
417 By default, the digest authentication scheme is not used unless a
418 program is specified.
419
420 If you want to use a digest authenticator, set this line to
421 something like
422
423 auth_param digest program @DEFAULT_PREFIX@/bin/digest_pw_auth @DEFAULT_PREFIX@/etc/digpass
424
425 "utf8" on|off
426 HTTP uses iso-latin-1 as character set, while some authentication
427 backends such as LDAP expects UTF-8. If this is set to on Squid will
428 translate the HTTP iso-latin-1 charset to UTF-8 before sending the
429 username & password to the helper.
430
431 "children" numberofchildren [startup=N] [idle=N] [concurrency=N]
432 The maximum number of authenticator processes to spawn (default 5).
433 If you start too few Squid will have to wait for them to
434 process a backlog of H(A1) calculations, slowing it down.
435 When the H(A1) calculations are done via a (slow) network
436 you are likely to need lots of authenticator processes.
437
438 The startup= and idle= options permit some skew in the exact amount
439 run. A minimum of startup=N will begin during startup and reconfigure.
440 Squid will start more in groups of up to idle=N in an attempt to meet
441 traffic needs and to keep idle=N free above those traffic needs up to
442 the maximum.
443
444 The concurrency= option sets the number of concurrent requests the
445 helper can process. The default of 0 is used for helpers who only
446 supports one request at a time. Setting this to a number greater than
447 0 changes the protocol used to include a channel number first on the
448 request/response line, allowing multiple requests to be sent to the
449 same helper in parallel without waiting for the response.
450 Must not be set unless it's known the helper supports this.
451
452 auth_param digest children 20 startup=0 idle=1
453
454 "realm" realmstring
455 Specifies the realm name which is to be reported to the
456 client for the digest proxy authentication scheme (part of
457 the text the user will see when prompted their username and
458 password). There is no default.
459 auth_param digest realm Squid proxy-caching web server
460
461 "nonce_garbage_interval" timeinterval
462 Specifies the interval that nonces that have been issued
463 to client_agent's are checked for validity.
464
465 "nonce_max_duration" timeinterval
466 Specifies the maximum length of time a given nonce will be
467 valid for.
468
469 "nonce_max_count" number
470 Specifies the maximum number of times a given nonce can be
471 used.
472
473 "nonce_strictness" on|off
474 Determines if squid requires strict increment-by-1 behavior
475 for nonce counts, or just incrementing (off - for use when
476 user agents generate nonce counts that occasionally miss 1
477 (ie, 1,2,4,6)). Default off.
478
479 "check_nonce_count" on|off
480 This directive if set to off can disable the nonce count check
481 completely to work around buggy digest qop implementations in
482 certain mainstream browser versions. Default on to check the
483 nonce count to protect from authentication replay attacks.
484
485 "post_workaround" on|off
486 This is a workaround to certain buggy browsers who sends
487 an incorrect request digest in POST requests when reusing
488 the same nonce as acquired earlier on a GET request.
489
490 === NTLM scheme options follow ===
491
492 "program" cmdline
493 Specify the command for the external NTLM authenticator.
494 Such a program reads exchanged NTLMSSP packets with
495 the browser via Squid until authentication is completed.
496 If you use an NTLM authenticator, make sure you have 1 acl
497 of type proxy_auth. By default, the NTLM authenticator program
498 is not used.
499
500 auth_param ntlm program @DEFAULT_PREFIX@/bin/ntlm_auth
501
502 "children" numberofchildren [startup=N] [idle=N]
503 The maximum number of authenticator processes to spawn (default 5).
504 If you start too few Squid will have to wait for them to
505 process a backlog of credential verifications, slowing it
506 down. When credential verifications are done via a (slow)
507 network you are likely to need lots of authenticator
508 processes.
509
510 The startup= and idle= options permit some skew in the exact amount
511 run. A minimum of startup=N will begin during startup and reconfigure.
512 Squid will start more in groups of up to idle=N in an attempt to meet
513 traffic needs and to keep idle=N free above those traffic needs up to
514 the maximum.
515
516 auth_param ntlm children 20 startup=0 idle=1
517
518 "keep_alive" on|off
519 If you experience problems with PUT/POST requests when using the
520 Negotiate authentication scheme then you can try setting this to
521 off. This will cause Squid to forcibly close the connection on
522 the initial requests where the browser asks which schemes are
523 supported by the proxy.
524
525 auth_param ntlm keep_alive on
526
527 === Options for configuring the NEGOTIATE auth-scheme follow ===
528
529 "program" cmdline
530 Specify the command for the external Negotiate authenticator.
531 This protocol is used in Microsoft Active-Directory enabled setups with
532 the Microsoft Internet Explorer or Mozilla Firefox browsers.
533 Its main purpose is to exchange credentials with the Squid proxy
534 using the Kerberos mechanisms.
535 If you use a Negotiate authenticator, make sure you have at least
536 one acl of type proxy_auth active. By default, the negotiate
537 authenticator program is not used.
538 The only supported program for this role is the ntlm_auth
539 program distributed as part of Samba, version 4 or later.
540
541 auth_param negotiate program @DEFAULT_PREFIX@/bin/ntlm_auth --helper-protocol=gss-spnego
542
543 "children" numberofchildren [startup=N] [idle=N]
544 The maximum number of authenticator processes to spawn (default 5).
545 If you start too few Squid will have to wait for them to
546 process a backlog of credential verifications, slowing it
547 down. When credential verifications are done via a (slow)
548 network you are likely to need lots of authenticator
549 processes.
550
551 The startup= and idle= options permit some skew in the exact amount
552 run. A minimum of startup=N will begin during startup and reconfigure.
553 Squid will start more in groups of up to idle=N in an attempt to meet
554 traffic needs and to keep idle=N free above those traffic needs up to
555 the maximum.
556
557 auth_param negotiate children 20 startup=0 idle=1
558
559 "keep_alive" on|off
560 If you experience problems with PUT/POST requests when using the
561 Negotiate authentication scheme then you can try setting this to
562 off. This will cause Squid to forcibly close the connection on
563 the initial requests where the browser asks which schemes are
564 supported by the proxy.
565
566 auth_param negotiate keep_alive on
567
568
569 Examples:
570
571 #Recommended minimum configuration per scheme:
572 #auth_param negotiate program <uncomment and complete this line to activate>
573 #auth_param negotiate children 20 startup=0 idle=1
574 #auth_param negotiate keep_alive on
575 #
576 #auth_param ntlm program <uncomment and complete this line to activate>
577 #auth_param ntlm children 20 startup=0 idle=1
578 #auth_param ntlm keep_alive on
579 #
580 #auth_param digest program <uncomment and complete this line>
581 #auth_param digest children 20 startup=0 idle=1
582 #auth_param digest realm Squid proxy-caching web server
583 #auth_param digest nonce_garbage_interval 5 minutes
584 #auth_param digest nonce_max_duration 30 minutes
585 #auth_param digest nonce_max_count 50
586 #
587 #auth_param basic program <uncomment and complete this line>
588 #auth_param basic children 5 startup=5 idle=1
589 #auth_param basic realm Squid proxy-caching web server
590 #auth_param basic credentialsttl 2 hours
591 DOC_END
592
593 NAME: authenticate_cache_garbage_interval
594 TYPE: time_t
595 DEFAULT: 1 hour
596 LOC: Config.authenticateGCInterval
597 DOC_START
598 The time period between garbage collection across the username cache.
599 This is a trade-off between memory utilization (long intervals - say
600 2 days) and CPU (short intervals - say 1 minute). Only change if you
601 have good reason to.
602 DOC_END
603
604 NAME: authenticate_ttl
605 TYPE: time_t
606 DEFAULT: 1 hour
607 LOC: Config.authenticateTTL
608 DOC_START
609 The time a user & their credentials stay in the logged in
610 user cache since their last request. When the garbage
611 interval passes, all user credentials that have passed their
612 TTL are removed from memory.
613 DOC_END
614
615 NAME: authenticate_ip_ttl
616 TYPE: time_t
617 LOC: Config.authenticateIpTTL
618 DEFAULT: 0 seconds
619 DOC_START
620 If you use proxy authentication and the 'max_user_ip' ACL,
621 this directive controls how long Squid remembers the IP
622 addresses associated with each user. Use a small value
623 (e.g., 60 seconds) if your users might change addresses
624 quickly, as is the case with dialup. You might be safe
625 using a larger value (e.g., 2 hours) in a corporate LAN
626 environment with relatively static address assignments.
627 DOC_END
628
629 COMMENT_START
630 ACCESS CONTROLS
631 -----------------------------------------------------------------------------
632 COMMENT_END
633
634 NAME: external_acl_type
635 TYPE: externalAclHelper
636 LOC: Config.externalAclHelperList
637 DEFAULT: none
638 DOC_START
639 This option defines external acl classes using a helper program
640 to look up the status
641
642 external_acl_type name [options] FORMAT.. /path/to/helper [helper arguments..]
643
644 Options:
645
646 ttl=n TTL in seconds for cached results (defaults to 3600
647 for 1 hour)
648 negative_ttl=n
649 TTL for cached negative lookups (default same
650 as ttl)
651 children-max=n
652 Maximum number of acl helper processes spawned to service
653 external acl lookups of this type. (default 20)
654 children-startup=n
655 Minimum number of acl helper processes to spawn during
656 startup and reconfigure to service external acl lookups
657 of this type. (default 0)
658 children-idle=n
659 Number of acl helper processes to keep ahead of traffic
660 loads. Squid will spawn this many at once whenever load
661 rises above the capabilities of existing processes.
662 Up to the value of children-max. (default 1)
663 concurrency=n concurrency level per process. Only used with helpers
664 capable of processing more than one query at a time.
665 cache=n limit the result cache size, default is unbounded.
666 grace=n Percentage remaining of TTL where a refresh of a
667 cached entry should be initiated without needing to
668 wait for a new reply. (default is for no grace period)
669 protocol=2.5 Compatibility mode for Squid-2.5 external acl helpers
670 ipv4 / ipv6 IP protocol used to communicate with this helper.
671 The default is to auto-detect IPv6 and use it when available.
672
673 FORMAT specifications
674
675 %LOGIN Authenticated user login name
676 %EXT_USER Username from previous external acl
677 %EXT_LOG Log details from previous external acl
678 %EXT_TAG Tag from previous external acl
679 %IDENT Ident user name
680 %SRC Client IP
681 %SRCPORT Client source port
682 %URI Requested URI
683 %DST Requested host
684 %PROTO Requested protocol
685 %PORT Requested port
686 %PATH Requested URL path
687 %METHOD Request method
688 %MYADDR Squid interface address
689 %MYPORT Squid http_port number
690 %PATH Requested URL-path (including query-string if any)
691 %USER_CERT SSL User certificate in PEM format
692 %USER_CERTCHAIN SSL User certificate chain in PEM format
693 %USER_CERT_xx SSL User certificate subject attribute xx
694 %USER_CA_xx SSL User certificate issuer attribute xx
695
696 %>{Header} HTTP request header "Header"
697 %>{Hdr:member}
698 HTTP request header "Hdr" list member "member"
699 %>{Hdr:;member}
700 HTTP request header list member using ; as
701 list separator. ; can be any non-alphanumeric
702 character.
703
704 %<{Header} HTTP reply header "Header"
705 %<{Hdr:member}
706 HTTP reply header "Hdr" list member "member"
707 %<{Hdr:;member}
708 HTTP reply header list member using ; as
709 list separator. ; can be any non-alphanumeric
710 character.
711
712 %% The percent sign. Useful for helpers which need
713 an unchanging input format.
714
715
716 General request syntax:
717
718 [channel-ID] FORMAT-values [acl-values ...]
719
720
721 FORMAT-values consists of transaction details expanded with
722 whitespace separation per the config file FORMAT specification
723 using the FORMAT macros listed above.
724
725 acl-values consists of any string specified in the referencing
726 config 'acl ... external' line. see the "acl external" directive.
727
728 Request values sent to the helper are URL escaped to protect
729 each value in requests against whitespaces.
730
731 If using protocol=2.5 then the request sent to the helper is not
732 URL escaped to protect against whitespace.
733
734 NOTE: protocol=3.0 is deprecated as no longer necessary.
735
736 When using the concurrency= option the protocol is changed by
737 introducing a query channel tag in front of the request/response.
738 The query channel tag is a number between 0 and concurrency-1.
739 This value must be echoed back unchanged to Squid as the first part
740 of the response relating to its request.
741
742
743 The helper receives lines expanded per the above format specification
744 and for each input line returns 1 line starting with OK/ERR/BH result
745 code and optionally followed by additional keywords with more details.
746
747
748 General result syntax:
749
750 [channel-ID] result keyword=value ...
751
752 Result consists of one of the codes:
753
754 OK
755 the ACL test produced a match.
756
757 ERR
758 the ACL test does not produce a match.
759
760 BH
761 An internal error occurred in the helper, preventing
762 a result being identified.
763
764 The meaning of 'a match' is determined by your squid.conf
765 access control configuration. See the Squid wiki for details.
766
767 Defined keywords:
768
769 user= The users name (login)
770
771 password= The users password (for login= cache_peer option)
772
773 message= Message describing the reason for this response.
774 Available as %o in error pages.
775 Useful on (ERR and BH results).
776
777 tag= Apply a tag to a request. Only sets a tag once,
778 does not alter existing tags.
779
780 log= String to be logged in access.log. Available as
781 %ea in logformat specifications.
782
783 Any keywords may be sent on any response whether OK, ERR or BH.
784
785 All response keyword values need to be a single token with URL
786 escaping, or enclosed in double quotes (") and escaped using \ on
787 any double quotes or \ characters within the value. The wrapping
788 double quotes are removed before the value is interpreted by Squid.
789 \r and \n are also replace by CR and LF.
790
791 Some example key values:
792
793 user=John%20Smith
794 user="John Smith"
795 user="J. \"Bob\" Smith"
796 DOC_END
797
798 NAME: acl
799 TYPE: acl
800 LOC: Config.aclList
801 IF USE_SSL
802 DEFAULT: ssl::certHasExpired ssl_error X509_V_ERR_CERT_HAS_EXPIRED
803 DEFAULT: ssl::certNotYetValid ssl_error X509_V_ERR_CERT_NOT_YET_VALID
804 DEFAULT: ssl::certDomainMismatch ssl_error SQUID_X509_V_ERR_DOMAIN_MISMATCH
805 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
806 DEFAULT: ssl::certSelfSigned ssl_error X509_V_ERR_DEPTH_ZERO_SELF_SIGNED_CERT
807 ENDIF
808 DEFAULT: all src all
809 DEFAULT: manager url_regex -i ^cache_object:// +i ^https?://[^/]+/squid-internal-mgr/
810 DEFAULT: localhost src 127.0.0.1/32 ::1
811 DEFAULT: to_localhost dst 127.0.0.0/8 0.0.0.0/32 ::1
812 DEFAULT_DOC: ACLs all, manager, localhost, and to_localhost are predefined.
813 DOC_START
814 Defining an Access List
815
816 Every access list definition must begin with an aclname and acltype,
817 followed by either type-specific arguments or a quoted filename that
818 they are read from.
819
820 acl aclname acltype argument ...
821 acl aclname acltype "file" ...
822
823 When using "file", the file should contain one item per line.
824
825 By default, regular expressions are CASE-SENSITIVE.
826 To make them case-insensitive, use the -i option. To return case-sensitive
827 use the +i option between patterns, or make a new ACL line without -i.
828
829 Some acl types require suspending the current request in order
830 to access some external data source.
831 Those which do are marked with the tag [slow], those which
832 don't are marked as [fast].
833 See http://wiki.squid-cache.org/SquidFaq/SquidAcl
834 for further information
835
836 ***** ACL TYPES AVAILABLE *****
837
838 acl aclname src ip-address/mask ... # clients IP address [fast]
839 acl aclname src addr1-addr2/mask ... # range of addresses [fast]
840 acl aclname dst ip-address/mask ... # URL host's IP address [slow]
841 acl aclname localip ip-address/mask ... # IP address the client connected to [fast]
842
843 acl aclname arp mac-address ... (xx:xx:xx:xx:xx:xx notation)
844 # The arp ACL requires the special configure option --enable-arp-acl.
845 # Furthermore, the ARP ACL code is not portable to all operating systems.
846 # It works on Linux, Solaris, Windows, FreeBSD, and some
847 # other *BSD variants.
848 # [fast]
849 #
850 # NOTE: Squid can only determine the MAC address for clients that are on
851 # the same subnet. If the client is on a different subnet,
852 # then Squid cannot find out its MAC address.
853
854 acl aclname srcdomain .foo.com ...
855 # reverse lookup, from client IP [slow]
856 acl aclname dstdomain .foo.com ...
857 # Destination server from URL [fast]
858 acl aclname srcdom_regex [-i] \.foo\.com ...
859 # regex matching client name [slow]
860 acl aclname dstdom_regex [-i] \.foo\.com ...
861 # regex matching server [fast]
862 #
863 # For dstdomain and dstdom_regex a reverse lookup is tried if a IP
864 # based URL is used and no match is found. The name "none" is used
865 # if the reverse lookup fails.
866
867 acl aclname src_as number ...
868 acl aclname dst_as number ...
869 # [fast]
870 # Except for access control, AS numbers can be used for
871 # routing of requests to specific caches. Here's an
872 # example for routing all requests for AS#1241 and only
873 # those to mycache.mydomain.net:
874 # acl asexample dst_as 1241
875 # cache_peer_access mycache.mydomain.net allow asexample
876 # cache_peer_access mycache_mydomain.net deny all
877
878 acl aclname peername myPeer ...
879 # [fast]
880 # match against a named cache_peer entry
881 # set unique name= on cache_peer lines for reliable use.
882
883 acl aclname time [day-abbrevs] [h1:m1-h2:m2]
884 # [fast]
885 # day-abbrevs:
886 # S - Sunday
887 # M - Monday
888 # T - Tuesday
889 # W - Wednesday
890 # H - Thursday
891 # F - Friday
892 # A - Saturday
893 # h1:m1 must be less than h2:m2
894
895 acl aclname url_regex [-i] ^http:// ...
896 # regex matching on whole URL [fast]
897 acl aclname urllogin [-i] [^a-zA-Z0-9] ...
898 # regex matching on URL login field
899 acl aclname urlpath_regex [-i] \.gif$ ...
900 # regex matching on URL path [fast]
901
902 acl aclname port 80 70 21 0-1024... # destination TCP port [fast]
903 # ranges are alloed
904 acl aclname localport 3128 ... # TCP port the client connected to [fast]
905 # NP: for interception mode this is usually '80'
906
907 acl aclname myportname 3128 ... # http(s)_port name [fast]
908
909 acl aclname proto HTTP FTP ... # request protocol [fast]
910
911 acl aclname method GET POST ... # HTTP request method [fast]
912
913 acl aclname http_status 200 301 500- 400-403 ...
914 # status code in reply [fast]
915
916 acl aclname browser [-i] regexp ...
917 # pattern match on User-Agent header (see also req_header below) [fast]
918
919 acl aclname referer_regex [-i] regexp ...
920 # pattern match on Referer header [fast]
921 # Referer is highly unreliable, so use with care
922
923 acl aclname ident username ...
924 acl aclname ident_regex [-i] pattern ...
925 # string match on ident output [slow]
926 # use REQUIRED to accept any non-null ident.
927
928 acl aclname proxy_auth [-i] username ...
929 acl aclname proxy_auth_regex [-i] pattern ...
930 # perform http authentication challenge to the client and match against
931 # supplied credentials [slow]
932 #
933 # takes a list of allowed usernames.
934 # use REQUIRED to accept any valid username.
935 #
936 # Will use proxy authentication in forward-proxy scenarios, and plain
937 # http authenticaiton in reverse-proxy scenarios
938 #
939 # NOTE: when a Proxy-Authentication header is sent but it is not
940 # needed during ACL checking the username is NOT logged
941 # in access.log.
942 #
943 # NOTE: proxy_auth requires a EXTERNAL authentication program
944 # to check username/password combinations (see
945 # auth_param directive).
946 #
947 # NOTE: proxy_auth can't be used in a transparent/intercepting proxy
948 # as the browser needs to be configured for using a proxy in order
949 # to respond to proxy authentication.
950
951 acl aclname snmp_community string ...
952 # A community string to limit access to your SNMP Agent [fast]
953 # Example:
954 #
955 # acl snmppublic snmp_community public
956
957 acl aclname maxconn number
958 # This will be matched when the client's IP address has
959 # more than <number> TCP connections established. [fast]
960 # NOTE: This only measures direct TCP links so X-Forwarded-For
961 # indirect clients are not counted.
962
963 acl aclname max_user_ip [-s] number
964 # This will be matched when the user attempts to log in from more
965 # than <number> different ip addresses. The authenticate_ip_ttl
966 # parameter controls the timeout on the ip entries. [fast]
967 # If -s is specified the limit is strict, denying browsing
968 # from any further IP addresses until the ttl has expired. Without
969 # -s Squid will just annoy the user by "randomly" denying requests.
970 # (the counter is reset each time the limit is reached and a
971 # request is denied)
972 # NOTE: in acceleration mode or where there is mesh of child proxies,
973 # clients may appear to come from multiple addresses if they are
974 # going through proxy farms, so a limit of 1 may cause user problems.
975
976 acl aclname random probability
977 # Pseudo-randomly match requests. Based on the probability given.
978 # Probability may be written as a decimal (0.333), fraction (1/3)
979 # or ratio of matches:non-matches (3:5).
980
981 acl aclname req_mime_type [-i] mime-type ...
982 # regex match against the mime type of the request generated
983 # by the client. Can be used to detect file upload or some
984 # types HTTP tunneling requests [fast]
985 # NOTE: This does NOT match the reply. You cannot use this
986 # to match the returned file type.
987
988 acl aclname req_header header-name [-i] any\.regex\.here
989 # regex match against any of the known request headers. May be
990 # thought of as a superset of "browser", "referer" and "mime-type"
991 # ACL [fast]
992
993 acl aclname rep_mime_type [-i] mime-type ...
994 # regex match against the mime type of the reply received by
995 # squid. Can be used to detect file download or some
996 # types HTTP tunneling requests. [fast]
997 # NOTE: This has no effect in http_access rules. It only has
998 # effect in rules that affect the reply data stream such as
999 # http_reply_access.
1000
1001 acl aclname rep_header header-name [-i] any\.regex\.here
1002 # regex match against any of the known reply headers. May be
1003 # thought of as a superset of "browser", "referer" and "mime-type"
1004 # ACLs [fast]
1005
1006 acl aclname external class_name [arguments...]
1007 # external ACL lookup via a helper class defined by the
1008 # external_acl_type directive [slow]
1009
1010 acl aclname user_cert attribute values...
1011 # match against attributes in a user SSL certificate
1012 # attribute is one of DN/C/O/CN/L/ST [fast]
1013
1014 acl aclname ca_cert attribute values...
1015 # match against attributes a users issuing CA SSL certificate
1016 # attribute is one of DN/C/O/CN/L/ST [fast]
1017
1018 acl aclname ext_user username ...
1019 acl aclname ext_user_regex [-i] pattern ...
1020 # string match on username returned by external acl helper [slow]
1021 # use REQUIRED to accept any non-null user name.
1022
1023 acl aclname tag tagvalue ...
1024 # string match on tag returned by external acl helper [slow]
1025
1026 acl aclname hier_code codename ...
1027 # string match against squid hierarchy code(s); [fast]
1028 # e.g., DIRECT, PARENT_HIT, NONE, etc.
1029 #
1030 # NOTE: This has no effect in http_access rules. It only has
1031 # effect in rules that affect the reply data stream such as
1032 # http_reply_access.
1033
1034 IF USE_SSL
1035 acl aclname ssl_error errorname
1036 # match against SSL certificate validation error [fast]
1037 #
1038 # For valid error names see in @DEFAULT_ERROR_DIR@/templates/error-details.txt
1039 # template file.
1040 #
1041 # The following can be used as shortcuts for certificate properties:
1042 # [ssl::]certHasExpired: the "not after" field is in the past
1043 # [ssl::]certNotYetValid: the "not before" field is in the future
1044 # [ssl::]certUntrusted: The certificate issuer is not to be trusted.
1045 # [ssl::]certSelfSigned: The certificate is self signed.
1046 # [ssl::]certDomainMismatch: The certificate CN domain does not
1047 # match the name the name of the host we are connecting to.
1048 #
1049 # The ssl::certHasExpired, ssl::certNotYetValid, ssl::certDomainMismatch,
1050 # ssl::certUntrusted, and ssl::certSelfSigned can also be used as
1051 # predefined ACLs, just like the 'all' ACL.
1052 #
1053 # NOTE: The ssl_error ACL is only supported with sslproxy_cert_error,
1054 # sslproxy_cert_sign, and sslproxy_cert_adapt options.
1055
1056 acl aclname server_cert_fingerprint [-sha1] fingerprint
1057 # match against server SSL certificate fingerprint [fast]
1058 #
1059 # The fingerprint is the digest of the DER encoded version
1060 # of the whole certificate. The user should use the form: XX:XX:...
1061 # Optional argument specifies the digest algorithm to use.
1062 # The SHA1 digest algorithm is the default and is currently
1063 # the only algorithm supported (-sha1).
1064 ENDIF
1065
1066 Examples:
1067 acl macaddress arp 09:00:2b:23:45:67
1068 acl myexample dst_as 1241
1069 acl password proxy_auth REQUIRED
1070 acl fileupload req_mime_type -i ^multipart/form-data$
1071 acl javascript rep_mime_type -i ^application/x-javascript$
1072
1073 NOCOMMENT_START
1074 #
1075 # Recommended minimum configuration:
1076 #
1077
1078 # Example rule allowing access from your local networks.
1079 # Adapt to list your (internal) IP networks from where browsing
1080 # should be allowed
1081 acl localnet src 10.0.0.0/8 # RFC1918 possible internal network
1082 acl localnet src 172.16.0.0/12 # RFC1918 possible internal network
1083 acl localnet src 192.168.0.0/16 # RFC1918 possible internal network
1084 acl localnet src fc00::/7 # RFC 4193 local private network range
1085 acl localnet src fe80::/10 # RFC 4291 link-local (directly plugged) machines
1086
1087 acl SSL_ports port 443
1088 acl Safe_ports port 80 # http
1089 acl Safe_ports port 21 # ftp
1090 acl Safe_ports port 443 # https
1091 acl Safe_ports port 70 # gopher
1092 acl Safe_ports port 210 # wais
1093 acl Safe_ports port 1025-65535 # unregistered ports
1094 acl Safe_ports port 280 # http-mgmt
1095 acl Safe_ports port 488 # gss-http
1096 acl Safe_ports port 591 # filemaker
1097 acl Safe_ports port 777 # multiling http
1098 acl CONNECT method CONNECT
1099 NOCOMMENT_END
1100 DOC_END
1101
1102 NAME: follow_x_forwarded_for
1103 TYPE: acl_access
1104 IFDEF: FOLLOW_X_FORWARDED_FOR
1105 LOC: Config.accessList.followXFF
1106 DEFAULT_IF_NONE: deny all
1107 DOC_START
1108 Allowing or Denying the X-Forwarded-For header to be followed to
1109 find the original source of a request.
1110
1111 Requests may pass through a chain of several other proxies
1112 before reaching us. The X-Forwarded-For header will contain a
1113 comma-separated list of the IP addresses in the chain, with the
1114 rightmost address being the most recent.
1115
1116 If a request reaches us from a source that is allowed by this
1117 configuration item, then we consult the X-Forwarded-For header
1118 to see where that host received the request from. If the
1119 X-Forwarded-For header contains multiple addresses, we continue
1120 backtracking until we reach an address for which we are not allowed
1121 to follow the X-Forwarded-For header, or until we reach the first
1122 address in the list. For the purpose of ACL used in the
1123 follow_x_forwarded_for directive the src ACL type always matches
1124 the address we are testing and srcdomain matches its rDNS.
1125
1126 The end result of this process is an IP address that we will
1127 refer to as the indirect client address. This address may
1128 be treated as the client address for access control, ICAP, delay
1129 pools and logging, depending on the acl_uses_indirect_client,
1130 icap_uses_indirect_client, delay_pool_uses_indirect_client,
1131 log_uses_indirect_client and tproxy_uses_indirect_client options.
1132
1133 This clause only supports fast acl types.
1134 See http://wiki.squid-cache.org/SquidFaq/SquidAcl for details.
1135
1136 SECURITY CONSIDERATIONS:
1137
1138 Any host for which we follow the X-Forwarded-For header
1139 can place incorrect information in the header, and Squid
1140 will use the incorrect information as if it were the
1141 source address of the request. This may enable remote
1142 hosts to bypass any access control restrictions that are
1143 based on the client's source addresses.
1144
1145 For example:
1146
1147 acl localhost src 127.0.0.1
1148 acl my_other_proxy srcdomain .proxy.example.com
1149 follow_x_forwarded_for allow localhost
1150 follow_x_forwarded_for allow my_other_proxy
1151 DOC_END
1152
1153 NAME: acl_uses_indirect_client
1154 COMMENT: on|off
1155 TYPE: onoff
1156 IFDEF: FOLLOW_X_FORWARDED_FOR
1157 DEFAULT: on
1158 LOC: Config.onoff.acl_uses_indirect_client
1159 DOC_START
1160 Controls whether the indirect client address
1161 (see follow_x_forwarded_for) is used instead of the
1162 direct client address in acl matching.
1163
1164 NOTE: maxconn ACL considers direct TCP links and indirect
1165 clients will always have zero. So no match.
1166 DOC_END
1167
1168 NAME: delay_pool_uses_indirect_client
1169 COMMENT: on|off
1170 TYPE: onoff
1171 IFDEF: FOLLOW_X_FORWARDED_FOR&&USE_DELAY_POOLS
1172 DEFAULT: on
1173 LOC: Config.onoff.delay_pool_uses_indirect_client
1174 DOC_START
1175 Controls whether the indirect client address
1176 (see follow_x_forwarded_for) is used instead of the
1177 direct client address in delay pools.
1178 DOC_END
1179
1180 NAME: log_uses_indirect_client
1181 COMMENT: on|off
1182 TYPE: onoff
1183 IFDEF: FOLLOW_X_FORWARDED_FOR
1184 DEFAULT: on
1185 LOC: Config.onoff.log_uses_indirect_client
1186 DOC_START
1187 Controls whether the indirect client address
1188 (see follow_x_forwarded_for) is used instead of the
1189 direct client address in the access log.
1190 DOC_END
1191
1192 NAME: tproxy_uses_indirect_client
1193 COMMENT: on|off
1194 TYPE: onoff
1195 IFDEF: FOLLOW_X_FORWARDED_FOR&&LINUX_NETFILTER
1196 DEFAULT: off
1197 LOC: Config.onoff.tproxy_uses_indirect_client
1198 DOC_START
1199 Controls whether the indirect client address
1200 (see follow_x_forwarded_for) is used instead of the
1201 direct client address when spoofing the outgoing client.
1202
1203 This has no effect on requests arriving in non-tproxy
1204 mode ports.
1205
1206 SECURITY WARNING: Usage of this option is dangerous
1207 and should not be used trivially. Correct configuration
1208 of follow_x_forewarded_for with a limited set of trusted
1209 sources is required to prevent abuse of your proxy.
1210 DOC_END
1211
1212 NAME: http_access
1213 TYPE: acl_access
1214 LOC: Config.accessList.http
1215 DEFAULT_IF_NONE: deny all
1216 DOC_START
1217 Allowing or Denying access based on defined access lists
1218
1219 Access to the HTTP port:
1220 http_access allow|deny [!]aclname ...
1221
1222 NOTE on default values:
1223
1224 If there are no "access" lines present, the default is to deny
1225 the request.
1226
1227 If none of the "access" lines cause a match, the default is the
1228 opposite of the last line in the list. If the last line was
1229 deny, the default is allow. Conversely, if the last line
1230 is allow, the default will be deny. For these reasons, it is a
1231 good idea to have an "deny all" entry at the end of your access
1232 lists to avoid potential confusion.
1233
1234 This clause supports both fast and slow acl types.
1235 See http://wiki.squid-cache.org/SquidFaq/SquidAcl for details.
1236
1237 NOCOMMENT_START
1238
1239 #
1240 # Recommended minimum Access Permission configuration:
1241 #
1242 # Only allow cachemgr access from localhost
1243 http_access allow localhost manager
1244 http_access deny manager
1245
1246 # Deny requests to certain unsafe ports
1247 http_access deny !Safe_ports
1248
1249 # Deny CONNECT to other than secure SSL ports
1250 http_access deny CONNECT !SSL_ports
1251
1252 # We strongly recommend the following be uncommented to protect innocent
1253 # web applications running on the proxy server who think the only
1254 # one who can access services on "localhost" is a local user
1255 #http_access deny to_localhost
1256
1257 #
1258 # INSERT YOUR OWN RULE(S) HERE TO ALLOW ACCESS FROM YOUR CLIENTS
1259 #
1260
1261 # Example rule allowing access from your local networks.
1262 # Adapt localnet in the ACL section to list your (internal) IP networks
1263 # from where browsing should be allowed
1264 http_access allow localnet
1265 http_access allow localhost
1266
1267 # And finally deny all other access to this proxy
1268 http_access deny all
1269 NOCOMMENT_END
1270 DOC_END
1271
1272 NAME: adapted_http_access http_access2
1273 TYPE: acl_access
1274 LOC: Config.accessList.adapted_http
1275 DEFAULT: none
1276 DOC_START
1277 Allowing or Denying access based on defined access lists
1278
1279 Essentially identical to http_access, but runs after redirectors
1280 and ICAP/eCAP adaptation. Allowing access control based on their
1281 output.
1282
1283 If not set then only http_access is used.
1284 DOC_END
1285
1286 NAME: http_reply_access
1287 TYPE: acl_access
1288 LOC: Config.accessList.reply
1289 DEFAULT: none
1290 DOC_START
1291 Allow replies to client requests. This is complementary to http_access.
1292
1293 http_reply_access allow|deny [!] aclname ...
1294
1295 NOTE: if there are no access lines present, the default is to allow
1296 all replies
1297
1298 If none of the access lines cause a match the opposite of the
1299 last line will apply. Thus it is good practice to end the rules
1300 with an "allow all" or "deny all" entry.
1301
1302 This clause supports both fast and slow acl types.
1303 See http://wiki.squid-cache.org/SquidFaq/SquidAcl for details.
1304 DOC_END
1305
1306 NAME: icp_access
1307 TYPE: acl_access
1308 LOC: Config.accessList.icp
1309 DEFAULT_IF_NONE: deny all
1310 DOC_START
1311 Allowing or Denying access to the ICP port based on defined
1312 access lists
1313
1314 icp_access allow|deny [!]aclname ...
1315
1316 See http_access for details
1317
1318 This clause only supports fast acl types.
1319 See http://wiki.squid-cache.org/SquidFaq/SquidAcl for details.
1320
1321 # Allow ICP queries from local networks only
1322 #icp_access allow localnet
1323 #icp_access deny all
1324 DOC_END
1325
1326 NAME: htcp_access
1327 IFDEF: USE_HTCP
1328 TYPE: acl_access
1329 LOC: Config.accessList.htcp
1330 DEFAULT_IF_NONE: deny all
1331 DOC_START
1332 Allowing or Denying access to the HTCP port based on defined
1333 access lists
1334
1335 htcp_access allow|deny [!]aclname ...
1336
1337 See http_access for details
1338
1339 NOTE: The default if no htcp_access lines are present is to
1340 deny all traffic. This default may cause problems with peers
1341 using the htcp option.
1342
1343 This clause only supports fast acl types.
1344 See http://wiki.squid-cache.org/SquidFaq/SquidAcl for details.
1345
1346 # Allow HTCP queries from local networks only
1347 #htcp_access allow localnet
1348 #htcp_access deny all
1349 DOC_END
1350
1351 NAME: htcp_clr_access
1352 IFDEF: USE_HTCP
1353 TYPE: acl_access
1354 LOC: Config.accessList.htcp_clr
1355 DEFAULT_IF_NONE: deny all
1356 DOC_START
1357 Allowing or Denying access to purge content using HTCP based
1358 on defined access lists
1359
1360 htcp_clr_access allow|deny [!]aclname ...
1361
1362 See http_access for details
1363
1364 This clause only supports fast acl types.
1365 See http://wiki.squid-cache.org/SquidFaq/SquidAcl for details.
1366
1367 # Allow HTCP CLR requests from trusted peers
1368 acl htcp_clr_peer src 172.16.1.2
1369 htcp_clr_access allow htcp_clr_peer
1370 DOC_END
1371
1372 NAME: miss_access
1373 TYPE: acl_access
1374 LOC: Config.accessList.miss
1375 DEFAULT: none
1376 DOC_START
1377 Determins whether network access is permitted when satisfying a request.
1378
1379 For example;
1380 to force your neighbors to use you as a sibling instead of
1381 a parent.
1382
1383 acl localclients src 172.16.0.0/16
1384 miss_access allow localclients
1385 miss_access deny !localclients
1386
1387 This means only your local clients are allowed to fetch relayed/MISS
1388 replies from the network and all other clients can only fetch cached
1389 objects (HITs).
1390
1391
1392 The default for this setting allows all clients who passed the
1393 http_access rules to relay via this proxy.
1394
1395 This clause only supports fast acl types.
1396 See http://wiki.squid-cache.org/SquidFaq/SquidAcl for details.
1397 DOC_END
1398
1399 NAME: ident_lookup_access
1400 TYPE: acl_access
1401 IFDEF: USE_IDENT
1402 DEFAULT_IF_NONE: deny all
1403 LOC: Ident::TheConfig.identLookup
1404 DOC_START
1405 A list of ACL elements which, if matched, cause an ident
1406 (RFC 931) lookup to be performed for this request. For
1407 example, you might choose to always perform ident lookups
1408 for your main multi-user Unix boxes, but not for your Macs
1409 and PCs. By default, ident lookups are not performed for
1410 any requests.
1411
1412 To enable ident lookups for specific client addresses, you
1413 can follow this example:
1414
1415 acl ident_aware_hosts src 198.168.1.0/24
1416 ident_lookup_access allow ident_aware_hosts
1417 ident_lookup_access deny all
1418
1419 Only src type ACL checks are fully supported. A srcdomain
1420 ACL might work at times, but it will not always provide
1421 the correct result.
1422
1423 This clause only supports fast acl types.
1424 See http://wiki.squid-cache.org/SquidFaq/SquidAcl for details.
1425 DOC_END
1426
1427 NAME: reply_body_max_size
1428 COMMENT: size [acl acl...]
1429 TYPE: acl_b_size_t
1430 DEFAULT: none
1431 LOC: Config.ReplyBodySize
1432 DOC_START
1433 This option specifies the maximum size of a reply body. It can be
1434 used to prevent users from downloading very large files, such as
1435 MP3's and movies. When the reply headers are received, the
1436 reply_body_max_size lines are processed, and the first line where
1437 all (if any) listed ACLs are true is used as the maximum body size
1438 for this reply.
1439
1440 This size is checked twice. First when we get the reply headers,
1441 we check the content-length value. If the content length value exists
1442 and is larger than the allowed size, the request is denied and the
1443 user receives an error message that says "the request or reply
1444 is too large." If there is no content-length, and the reply
1445 size exceeds this limit, the client's connection is just closed
1446 and they will receive a partial reply.
1447
1448 WARNING: downstream caches probably can not detect a partial reply
1449 if there is no content-length header, so they will cache
1450 partial responses and give them out as hits. You should NOT
1451 use this option if you have downstream caches.
1452
1453 WARNING: A maximum size smaller than the size of squid's error messages
1454 will cause an infinite loop and crash squid. Ensure that the smallest
1455 non-zero value you use is greater that the maximum header size plus
1456 the size of your largest error page.
1457
1458 If you set this parameter none (the default), there will be
1459 no limit imposed.
1460
1461 Configuration Format is:
1462 reply_body_max_size SIZE UNITS [acl ...]
1463 ie.
1464 reply_body_max_size 10 MB
1465
1466 DOC_END
1467
1468 COMMENT_START
1469 NETWORK OPTIONS
1470 -----------------------------------------------------------------------------
1471 COMMENT_END
1472
1473 NAME: http_port ascii_port
1474 TYPE: PortCfg
1475 DEFAULT: none
1476 LOC: Config.Sockaddr.http
1477 DOC_START
1478 Usage: port [mode] [options]
1479 hostname:port [mode] [options]
1480 1.2.3.4:port [mode] [options]
1481
1482 The socket addresses where Squid will listen for HTTP client
1483 requests. You may specify multiple socket addresses.
1484 There are three forms: port alone, hostname with port, and
1485 IP address with port. If you specify a hostname or IP
1486 address, Squid binds the socket to that specific
1487 address. Most likely, you do not need to bind to a specific
1488 address, so you can use the port number alone.
1489
1490 If you are running Squid in accelerator mode, you
1491 probably want to listen on port 80 also, or instead.
1492
1493 The -a command line option may be used to specify additional
1494 port(s) where Squid listens for proxy request. Such ports will
1495 be plain proxy ports with no options.
1496
1497 You may specify multiple socket addresses on multiple lines.
1498
1499 Modes:
1500
1501 intercept Support for IP-Layer interception of
1502 outgoing requests without browser settings.
1503 NP: disables authentication and IPv6 on the port.
1504
1505 tproxy Support Linux TPROXY for spoofing outgoing
1506 connections using the client IP address.
1507 NP: disables authentication and maybe IPv6 on the port.
1508
1509 accel Accelerator / reverse proxy mode
1510
1511 ssl-bump For each CONNECT request allowed by ssl_bump ACLs,
1512 establish secure connection with the client and with
1513 the server, decrypt HTTPS messages as they pass through
1514 Squid, and treat them as unencrypted HTTP messages,
1515 becoming the man-in-the-middle.
1516
1517 The ssl_bump option is required to fully enable
1518 bumping of CONNECT requests.
1519
1520 Omitting the mode flag causes default forward proxy mode to be used.
1521
1522
1523 Accelerator Mode Options:
1524
1525 defaultsite=domainname
1526 What to use for the Host: header if it is not present
1527 in a request. Determines what site (not origin server)
1528 accelerators should consider the default.
1529
1530 no-vhost Disable using HTTP/1.1 Host header for virtual domain support.
1531
1532 protocol= Protocol to reconstruct accelerated requests with.
1533 Defaults to http for http_port and https for
1534 https_port
1535
1536 vport Virtual host port support. Using the http_port number
1537 instead of the port passed on Host: headers.
1538
1539 vport=NN Virtual host port support. Using the specified port
1540 number instead of the port passed on Host: headers.
1541
1542 act-as-origin
1543 Act as if this Squid is the origin server.
1544 This currently means generate new Date: and Expires:
1545 headers on HIT instead of adding Age:.
1546
1547 ignore-cc Ignore request Cache-Control headers.
1548
1549 WARNING: This option violates HTTP specifications if
1550 used in non-accelerator setups.
1551
1552 allow-direct Allow direct forwarding in accelerator mode. Normally
1553 accelerated requests are denied direct forwarding as if
1554 never_direct was used.
1555
1556 WARNING: this option opens accelerator mode to security
1557 vulnerabilities usually only affecting in interception
1558 mode. Make sure to protect forwarding with suitable
1559 http_access rules when using this.
1560
1561
1562 SSL Bump Mode Options:
1563 In addition to these options ssl-bump requires TLS/SSL options.
1564
1565 generate-host-certificates[=<on|off>]
1566 Dynamically create SSL server certificates for the
1567 destination hosts of bumped CONNECT requests.When
1568 enabled, the cert and key options are used to sign
1569 generated certificates. Otherwise generated
1570 certificate will be selfsigned.
1571 If there is a CA certificate lifetime of the generated
1572 certificate equals lifetime of the CA certificate. If
1573 generated certificate is selfsigned lifetime is three
1574 years.
1575 This option is enabled by default when ssl-bump is used.
1576 See the ssl-bump option above for more information.
1577
1578 dynamic_cert_mem_cache_size=SIZE
1579 Approximate total RAM size spent on cached generated
1580 certificates. If set to zero, caching is disabled. The
1581 default value is 4MB.
1582
1583 TLS / SSL Options:
1584
1585 cert= Path to SSL certificate (PEM format).
1586
1587 key= Path to SSL private key file (PEM format)
1588 if not specified, the certificate file is
1589 assumed to be a combined certificate and
1590 key file.
1591
1592 version= The version of SSL/TLS supported
1593 1 automatic (default)
1594 2 SSLv2 only
1595 3 SSLv3 only
1596 4 TLSv1.0 only
1597 5 TLSv1.1 only
1598 6 TLSv1.2 only
1599
1600 cipher= Colon separated list of supported ciphers.
1601 NOTE: some ciphers such as EDH ciphers depend on
1602 additional settings. If those settings are
1603 omitted the ciphers may be silently ignored
1604 by the OpenSSL library.
1605
1606 options= Various SSL implementation options. The most important
1607 being:
1608 NO_SSLv2 Disallow the use of SSLv2
1609 NO_SSLv3 Disallow the use of SSLv3
1610 NO_TLSv1 Disallow the use of TLSv1.0
1611 NO_TLSv1_1 Disallow the use of TLSv1.1
1612 NO_TLSv1_2 Disallow the use of TLSv1.2
1613 SINGLE_DH_USE Always create a new key when using
1614 temporary/ephemeral DH key exchanges
1615 ALL Enable various bug workarounds
1616 suggested as "harmless" by OpenSSL
1617 Be warned that this reduces SSL/TLS
1618 strength to some attacks.
1619 See OpenSSL SSL_CTX_set_options documentation for a
1620 complete list of options.
1621
1622 clientca= File containing the list of CAs to use when
1623 requesting a client certificate.
1624
1625 cafile= File containing additional CA certificates to
1626 use when verifying client certificates. If unset
1627 clientca will be used.
1628
1629 capath= Directory containing additional CA certificates
1630 and CRL lists to use when verifying client certificates.
1631
1632 crlfile= File of additional CRL lists to use when verifying
1633 the client certificate, in addition to CRLs stored in
1634 the capath. Implies VERIFY_CRL flag below.
1635
1636 dhparams= File containing DH parameters for temporary/ephemeral
1637 DH key exchanges. See OpenSSL documentation for details
1638 on how to create this file.
1639 WARNING: EDH ciphers will be silently disabled if this
1640 option is not set.
1641
1642 sslflags= Various flags modifying the use of SSL:
1643 DELAYED_AUTH
1644 Don't request client certificates
1645 immediately, but wait until acl processing
1646 requires a certificate (not yet implemented).
1647 NO_DEFAULT_CA
1648 Don't use the default CA lists built in
1649 to OpenSSL.
1650 NO_SESSION_REUSE
1651 Don't allow for session reuse. Each connection
1652 will result in a new SSL session.
1653 VERIFY_CRL
1654 Verify CRL lists when accepting client
1655 certificates.
1656 VERIFY_CRL_ALL
1657 Verify CRL lists for all certificates in the
1658 client certificate chain.
1659
1660 sslcontext= SSL session ID context identifier.
1661
1662 Other Options:
1663
1664 connection-auth[=on|off]
1665 use connection-auth=off to tell Squid to prevent
1666 forwarding Microsoft connection oriented authentication
1667 (NTLM, Negotiate and Kerberos)
1668
1669 disable-pmtu-discovery=
1670 Control Path-MTU discovery usage:
1671 off lets OS decide on what to do (default).
1672 transparent disable PMTU discovery when transparent
1673 support is enabled.
1674 always disable always PMTU discovery.
1675
1676 In many setups of transparently intercepting proxies
1677 Path-MTU discovery can not work on traffic towards the
1678 clients. This is the case when the intercepting device
1679 does not fully track connections and fails to forward
1680 ICMP must fragment messages to the cache server. If you
1681 have such setup and experience that certain clients
1682 sporadically hang or never complete requests set
1683 disable-pmtu-discovery option to 'transparent'.
1684
1685 name= Specifies a internal name for the port. Defaults to
1686 the port specification (port or addr:port)
1687
1688 tcpkeepalive[=idle,interval,timeout]
1689 Enable TCP keepalive probes of idle connections.
1690 In seconds; idle is the initial time before TCP starts
1691 probing the connection, interval how often to probe, and
1692 timeout the time before giving up.
1693
1694 If you run Squid on a dual-homed machine with an internal
1695 and an external interface we recommend you to specify the
1696 internal address:port in http_port. This way Squid will only be
1697 visible on the internal address.
1698
1699 NOCOMMENT_START
1700
1701 # Squid normally listens to port 3128
1702 http_port @DEFAULT_HTTP_PORT@
1703 NOCOMMENT_END
1704 DOC_END
1705
1706 NAME: https_port
1707 IFDEF: USE_SSL
1708 TYPE: PortCfg
1709 DEFAULT: none
1710 LOC: Config.Sockaddr.https
1711 DOC_START
1712 Usage: [ip:]port cert=certificate.pem [key=key.pem] [mode] [options...]
1713
1714 The socket address where Squid will listen for client requests made
1715 over TLS or SSL connections. Commonly referred to as HTTPS.
1716
1717 This is most useful for situations where you are running squid in
1718 accelerator mode and you want to do the SSL work at the accelerator level.
1719
1720 You may specify multiple socket addresses on multiple lines,
1721 each with their own SSL certificate and/or options.
1722
1723 Modes:
1724
1725 accel Accelerator / reverse proxy mode
1726
1727 intercept Support for IP-Layer interception of
1728 outgoing requests without browser settings.
1729 NP: disables authentication and IPv6 on the port.
1730
1731 tproxy Support Linux TPROXY for spoofing outgoing
1732 connections using the client IP address.
1733 NP: disables authentication and maybe IPv6 on the port.
1734
1735 ssl-bump For each intercepted connection allowed by ssl_bump
1736 ACLs, establish a secure connection with the client and with
1737 the server, decrypt HTTPS messages as they pass through
1738 Squid, and treat them as unencrypted HTTP messages,
1739 becoming the man-in-the-middle.
1740
1741 An "ssl_bump server-first" match is required to
1742 fully enable bumping of intercepted SSL connections.
1743
1744 Requires tproxy or intercept.
1745
1746 Omitting the mode flag causes default forward proxy mode to be used.
1747
1748
1749 See http_port for a list of generic options
1750
1751
1752 SSL Options:
1753
1754 cert= Path to SSL certificate (PEM format).
1755
1756 key= Path to SSL private key file (PEM format)
1757 if not specified, the certificate file is
1758 assumed to be a combined certificate and
1759 key file.
1760
1761 version= The version of SSL/TLS supported
1762 1 automatic (default)
1763 2 SSLv2 only
1764 3 SSLv3 only
1765 4 TLSv1 only
1766
1767 cipher= Colon separated list of supported ciphers.
1768
1769 options= Various SSL engine options. The most important
1770 being:
1771 NO_SSLv2 Disallow the use of SSLv2
1772 NO_SSLv3 Disallow the use of SSLv3
1773 NO_TLSv1 Disallow the use of TLSv1
1774 SINGLE_DH_USE Always create a new key when using
1775 temporary/ephemeral DH key exchanges
1776 See src/ssl_support.c or OpenSSL SSL_CTX_set_options
1777 documentation for a complete list of options.
1778
1779 clientca= File containing the list of CAs to use when
1780 requesting a client certificate.
1781
1782 cafile= File containing additional CA certificates to
1783 use when verifying client certificates. If unset
1784 clientca will be used.
1785
1786 capath= Directory containing additional CA certificates
1787 and CRL lists to use when verifying client certificates.
1788
1789 crlfile= File of additional CRL lists to use when verifying
1790 the client certificate, in addition to CRLs stored in
1791 the capath. Implies VERIFY_CRL flag below.
1792
1793 dhparams= File containing DH parameters for temporary/ephemeral
1794 DH key exchanges.
1795
1796 sslflags= Various flags modifying the use of SSL:
1797 DELAYED_AUTH
1798 Don't request client certificates
1799 immediately, but wait until acl processing
1800 requires a certificate (not yet implemented).
1801 NO_DEFAULT_CA
1802 Don't use the default CA lists built in
1803 to OpenSSL.
1804 NO_SESSION_REUSE
1805 Don't allow for session reuse. Each connection
1806 will result in a new SSL session.
1807 VERIFY_CRL
1808 Verify CRL lists when accepting client
1809 certificates.
1810 VERIFY_CRL_ALL
1811 Verify CRL lists for all certificates in the
1812 client certificate chain.
1813
1814 sslcontext= SSL session ID context identifier.
1815
1816 generate-host-certificates[=<on|off>]
1817 Dynamically create SSL server certificates for the
1818 destination hosts of bumped SSL requests.When
1819 enabled, the cert and key options are used to sign
1820 generated certificates. Otherwise generated
1821 certificate will be selfsigned.
1822 If there is CA certificate life time of generated
1823 certificate equals lifetime of CA certificate. If
1824 generated certificate is selfsigned lifetime is three
1825 years.
1826 This option is enabled by default when SslBump is used.
1827 See the sslBump option above for more information.
1828
1829 dynamic_cert_mem_cache_size=SIZE
1830 Approximate total RAM size spent on cached generated
1831 certificates. If set to zero, caching is disabled. The
1832 default value is 4MB.
1833
1834 See http_port for a list of available options.
1835 DOC_END
1836
1837 NAME: tcp_outgoing_tos tcp_outgoing_ds tcp_outgoing_dscp
1838 TYPE: acl_tos
1839 DEFAULT: none
1840 LOC: Ip::Qos::TheConfig.tosToServer
1841 DOC_START
1842 Allows you to select a TOS/Diffserv value for packets outgoing
1843 on the server side, based on an ACL.
1844
1845 tcp_outgoing_tos ds-field [!]aclname ...
1846
1847 Example where normal_service_net uses the TOS value 0x00
1848 and good_service_net uses 0x20
1849
1850 acl normal_service_net src 10.0.0.0/24
1851 acl good_service_net src 10.0.1.0/24
1852 tcp_outgoing_tos 0x00 normal_service_net
1853 tcp_outgoing_tos 0x20 good_service_net
1854
1855 TOS/DSCP values really only have local significance - so you should
1856 know what you're specifying. For more information, see RFC2474,
1857 RFC2475, and RFC3260.
1858
1859 The TOS/DSCP byte must be exactly that - a octet value 0 - 255, or
1860 "default" to use whatever default your host has. Note that in
1861 practice often only multiples of 4 is usable as the two rightmost bits
1862 have been redefined for use by ECN (RFC 3168 section 23.1).
1863
1864 Processing proceeds in the order specified, and stops at first fully
1865 matching line.
1866 DOC_END
1867
1868 NAME: clientside_tos
1869 TYPE: acl_tos
1870 DEFAULT: none
1871 LOC: Ip::Qos::TheConfig.tosToClient
1872 DOC_START
1873 Allows you to select a TOS/Diffserv value for packets being transmitted
1874 on the client-side, based on an ACL.
1875
1876 clientside_tos ds-field [!]aclname ...
1877
1878 Example where normal_service_net uses the TOS value 0x00
1879 and good_service_net uses 0x20
1880
1881 acl normal_service_net src 10.0.0.0/24
1882 acl good_service_net src 10.0.1.0/24
1883 clientside_tos 0x00 normal_service_net
1884 clientside_tos 0x20 good_service_net
1885
1886 Note: This feature is incompatible with qos_flows. Any TOS values set here
1887 will be overwritten by TOS values in qos_flows.
1888 DOC_END
1889
1890 NAME: tcp_outgoing_mark
1891 TYPE: acl_nfmark
1892 IFDEF: SO_MARK&&USE_LIBCAP
1893 DEFAULT: none
1894 LOC: Ip::Qos::TheConfig.nfmarkToServer
1895 DOC_START
1896 Allows you to apply a Netfilter mark value to outgoing packets
1897 on the server side, based on an ACL.
1898
1899 tcp_outgoing_mark mark-value [!]aclname ...
1900
1901 Example where normal_service_net uses the mark value 0x00
1902 and good_service_net uses 0x20
1903
1904 acl normal_service_net src 10.0.0.0/24
1905 acl good_service_net src 10.0.1.0/24
1906 tcp_outgoing_mark 0x00 normal_service_net
1907 tcp_outgoing_mark 0x20 good_service_net
1908 DOC_END
1909
1910 NAME: clientside_mark
1911 TYPE: acl_nfmark
1912 IFDEF: SO_MARK&&USE_LIBCAP
1913 DEFAULT: none
1914 LOC: Ip::Qos::TheConfig.nfmarkToClient
1915 DOC_START
1916 Allows you to apply a Netfilter mark value to packets being transmitted
1917 on the client-side, based on an ACL.
1918
1919 clientside_mark mark-value [!]aclname ...
1920
1921 Example where normal_service_net uses the mark value 0x00
1922 and good_service_net uses 0x20
1923
1924 acl normal_service_net src 10.0.0.0/24
1925 acl good_service_net src 10.0.1.0/24
1926 clientside_mark 0x00 normal_service_net
1927 clientside_mark 0x20 good_service_net
1928
1929 Note: This feature is incompatible with qos_flows. Any mark values set here
1930 will be overwritten by mark values in qos_flows.
1931 DOC_END
1932
1933 NAME: qos_flows
1934 TYPE: QosConfig
1935 IFDEF: USE_QOS_TOS
1936 DEFAULT: none
1937 LOC: Ip::Qos::TheConfig
1938 DOC_START
1939 Allows you to select a TOS/DSCP value to mark outgoing
1940 connections with, based on where the reply was sourced. For
1941 platforms using netfilter, allows you to set a netfilter mark
1942 value instead of, or in addition to, a TOS value.
1943
1944 TOS values really only have local significance - so you should
1945 know what you're specifying. For more information, see RFC2474,
1946 RFC2475, and RFC3260.
1947
1948 The TOS/DSCP byte must be exactly that - a octet value 0 - 255. Note that
1949 in practice often only multiples of 4 is usable as the two rightmost bits
1950 have been redefined for use by ECN (RFC 3168 section 23.1).
1951
1952 Mark values can be any unsigned 32-bit integer value.
1953
1954 This setting is configured by setting the following values:
1955
1956 tos|mark Whether to set TOS or netfilter mark values
1957
1958 local-hit=0xFF Value to mark local cache hits.
1959
1960 sibling-hit=0xFF Value to mark hits from sibling peers.
1961
1962 parent-hit=0xFF Value to mark hits from parent peers.
1963
1964 miss=0xFF[/mask] Value to mark cache misses. Takes precedence
1965 over the preserve-miss feature (see below), unless
1966 mask is specified, in which case only the bits
1967 specified in the mask are written.
1968
1969 The TOS variant of the following features are only possible on Linux
1970 and require your kernel to be patched with the TOS preserving ZPH
1971 patch, available from http://zph.bratcheda.org
1972 No patch is needed to preserve the netfilter mark, which will work
1973 with all variants of netfilter.
1974
1975 disable-preserve-miss
1976 This option disables the preservation of the TOS or netfilter
1977 mark. By default, the existing TOS or netfilter mark value of
1978 the response coming from the remote server will be retained
1979 and masked with miss-mark.
1980 NOTE: in the case of a netfilter mark, the mark must be set on
1981 the connection (using the CONNMARK target) not on the packet
1982 (MARK target).
1983
1984 miss-mask=0xFF
1985 Allows you to mask certain bits in the TOS or mark value
1986 received from the remote server, before copying the value to
1987 the TOS sent towards clients.
1988 Default for tos: 0xFF (TOS from server is not changed).
1989 Default for mark: 0xFFFFFFFF (mark from server is not changed).
1990
1991 All of these features require the --enable-zph-qos compilation flag
1992 (enabled by default). Netfilter marking also requires the
1993 libnetfilter_conntrack libraries (--with-netfilter-conntrack) and
1994 libcap 2.09+ (--with-libcap).
1995
1996 DOC_END
1997
1998 NAME: tcp_outgoing_address
1999 TYPE: acl_address
2000 DEFAULT: none
2001 LOC: Config.accessList.outgoing_address
2002 DOC_START
2003 Allows you to map requests to different outgoing IP addresses
2004 based on the username or source address of the user making
2005 the request.
2006
2007 tcp_outgoing_address ipaddr [[!]aclname] ...
2008
2009 For example;
2010 Forwarding clients with dedicated IPs for certain subnets.
2011
2012 acl normal_service_net src 10.0.0.0/24
2013 acl good_service_net src 10.0.2.0/24
2014
2015 tcp_outgoing_address 2001:db8::c001 good_service_net
2016 tcp_outgoing_address 10.1.0.2 good_service_net
2017
2018 tcp_outgoing_address 2001:db8::beef normal_service_net
2019 tcp_outgoing_address 10.1.0.1 normal_service_net
2020
2021 tcp_outgoing_address 2001:db8::1
2022 tcp_outgoing_address 10.1.0.3
2023
2024 Processing proceeds in the order specified, and stops at first fully
2025 matching line.
2026
2027 Squid will add an implicit IP version test to each line.
2028 Requests going to IPv4 websites will use the outgoing 10.1.0.* addresses.
2029 Requests going to IPv6 websites will use the outgoing 2001:db8:* addresses.
2030
2031
2032 NOTE: The use of this directive using client dependent ACLs is
2033 incompatible with the use of server side persistent connections. To
2034 ensure correct results it is best to set server_persistent_connections
2035 to off when using this directive in such configurations.
2036
2037 NOTE: The use of this directive to set a local IP on outgoing TCP links
2038 is incompatible with using TPROXY to set client IP out outbound TCP links.
2039 When needing to contact peers use the no-tproxy cache_peer option and the
2040 client_dst_passthru directive re-enable normal forwarding such as this.
2041
2042 DOC_END
2043
2044 NAME: host_verify_strict
2045 TYPE: onoff
2046 DEFAULT: off
2047 LOC: Config.onoff.hostStrictVerify
2048 DOC_START
2049 Regardless of this option setting, when dealing with intercepted
2050 traffic, Squid always verifies that the destination IP address matches
2051 the Host header domain or IP (called 'authority form URL').
2052
2053 This enforcement is performed to satisfy a MUST-level requirement in
2054 RFC 2616 section 14.23: "The Host field value MUST represent the naming
2055 authority of the origin server or gateway given by the original URL".
2056
2057 When set to ON:
2058 Squid always responds with an HTTP 409 (Conflict) error
2059 page and logs a security warning if there is no match.
2060
2061 Squid verifies that the destination IP address matches
2062 the Host header for forward-proxy and reverse-proxy traffic
2063 as well. For those traffic types, Squid also enables the
2064 following checks, comparing the corresponding Host header
2065 and Request-URI components:
2066
2067 * The host names (domain or IP) must be identical,
2068 but valueless or missing Host header disables all checks.
2069 For the two host names to match, both must be either IP
2070 or FQDN.
2071
2072 * Port numbers must be identical, but if a port is missing
2073 the scheme-default port is assumed.
2074
2075
2076 When set to OFF (the default):
2077 Squid allows suspicious requests to continue but logs a
2078 security warning and blocks caching of the response.
2079
2080 * Forward-proxy traffic is not checked at all.
2081
2082 * Reverse-proxy traffic is not checked at all.
2083
2084 * Intercepted traffic which passes verification is handled
2085 according to client_dst_passthru.
2086
2087 * Intercepted requests which fail verification are sent
2088 to the client original destination instead of DIRECT.
2089 This overrides 'client_dst_passthru off'.
2090
2091 For now suspicious intercepted CONNECT requests are always
2092 responded to with an HTTP 409 (Conflict) error page.
2093
2094
2095 SECURITY NOTE:
2096
2097 As described in CVE-2009-0801 when the Host: header alone is used
2098 to determine the destination of a request it becomes trivial for
2099 malicious scripts on remote websites to bypass browser same-origin
2100 security policy and sandboxing protections.
2101
2102 The cause of this is that such applets are allowed to perform their
2103 own HTTP stack, in which case the same-origin policy of the browser
2104 sandbox only verifies that the applet tries to contact the same IP
2105 as from where it was loaded at the IP level. The Host: header may
2106 be different from the connected IP and approved origin.
2107
2108 DOC_END
2109
2110 NAME: client_dst_passthru
2111 TYPE: onoff
2112 DEFAULT: on
2113 LOC: Config.onoff.client_dst_passthru
2114 DOC_START
2115 With NAT or TPROXY intercepted traffic Squid may pass the request
2116 directly to the original client destination IP or seek a faster
2117 source using the HTTP Host header.
2118
2119 Using Host to locate alternative servers can provide faster
2120 connectivity with a range of failure recovery options.
2121 But can also lead to connectivity trouble when the client and
2122 server are attempting stateful interactions unaware of the proxy.
2123
2124 This option (on by default) prevents alternative DNS entries being
2125 located to send intercepted traffic DIRECT to an origin server.
2126 The clients original destination IP and port will be used instead.
2127
2128 Regardless of this option setting, when dealing with intercepted
2129 traffic Squid will verify the Host: header and any traffic which
2130 fails Host verification will be treated as if this option were ON.
2131
2132 see host_verify_strict for details on the verification process.
2133 DOC_END
2134
2135 COMMENT_START
2136 SSL OPTIONS
2137 -----------------------------------------------------------------------------
2138 COMMENT_END
2139
2140 NAME: ssl_unclean_shutdown
2141 IFDEF: USE_SSL
2142 TYPE: onoff
2143 DEFAULT: off
2144 LOC: Config.SSL.unclean_shutdown
2145 DOC_START
2146 Some browsers (especially MSIE) bugs out on SSL shutdown
2147 messages.
2148 DOC_END
2149
2150 NAME: ssl_engine
2151 IFDEF: USE_SSL
2152 TYPE: string
2153 LOC: Config.SSL.ssl_engine
2154 DEFAULT: none
2155 DOC_START
2156 The OpenSSL engine to use. You will need to set this if you
2157 would like to use hardware SSL acceleration for example.
2158 DOC_END
2159
2160 NAME: sslproxy_client_certificate
2161 IFDEF: USE_SSL
2162 DEFAULT: none
2163 LOC: Config.ssl_client.cert
2164 TYPE: string
2165 DOC_START
2166 Client SSL Certificate to use when proxying https:// URLs
2167 DOC_END
2168
2169 NAME: sslproxy_client_key
2170 IFDEF: USE_SSL
2171 DEFAULT: none
2172 LOC: Config.ssl_client.key
2173 TYPE: string
2174 DOC_START
2175 Client SSL Key to use when proxying https:// URLs
2176 DOC_END
2177
2178 NAME: sslproxy_version
2179 IFDEF: USE_SSL
2180 DEFAULT: 1
2181 LOC: Config.ssl_client.version
2182 TYPE: int
2183 DOC_START
2184 SSL version level to use when proxying https:// URLs
2185
2186 The versions of SSL/TLS supported:
2187
2188 1 automatic (default)
2189 2 SSLv2 only
2190 3 SSLv3 only
2191 4 TLSv1.0 only
2192 5 TLSv1.1 only
2193 6 TLSv1.2 only
2194 DOC_END
2195
2196 NAME: sslproxy_options
2197 IFDEF: USE_SSL
2198 DEFAULT: none
2199 LOC: Config.ssl_client.options
2200 TYPE: string
2201 DOC_START
2202 SSL implementation options to use when proxying https:// URLs
2203
2204 The most important being:
2205
2206 NO_SSLv2 Disallow the use of SSLv2
2207 NO_SSLv3 Disallow the use of SSLv3
2208 NO_TLSv1 Disallow the use of TLSv1.0
2209 NO_TLSv1_1 Disallow the use of TLSv1.1
2210 NO_TLSv1_2 Disallow the use of TLSv1.2
2211 SINGLE_DH_USE
2212 Always create a new key when using temporary/ephemeral
2213 DH key exchanges
2214 SSL_OP_NO_TICKET
2215 Disable use of RFC5077 session tickets. Some servers
2216 may have problems understanding the TLS extension due
2217 to ambiguous specification in RFC4507.
2218 ALL Enable various bug workarounds suggested as "harmless"
2219 by OpenSSL. Be warned that this may reduce SSL/TLS
2220 strength to some attacks.
2221
2222 See the OpenSSL SSL_CTX_set_options documentation for a
2223 complete list of possible options.
2224 DOC_END
2225
2226 NAME: sslproxy_cipher
2227 IFDEF: USE_SSL
2228 DEFAULT: none
2229 LOC: Config.ssl_client.cipher
2230 TYPE: string
2231 DOC_START
2232 SSL cipher list to use when proxying https:// URLs
2233
2234 Colon separated list of supported ciphers.
2235 DOC_END
2236
2237 NAME: sslproxy_cafile
2238 IFDEF: USE_SSL
2239 DEFAULT: none
2240 LOC: Config.ssl_client.cafile
2241 TYPE: string
2242 DOC_START
2243 file containing CA certificates to use when verifying server
2244 certificates while proxying https:// URLs
2245 DOC_END
2246
2247 NAME: sslproxy_capath
2248 IFDEF: USE_SSL
2249 DEFAULT: none
2250 LOC: Config.ssl_client.capath
2251 TYPE: string
2252 DOC_START
2253 directory containing CA certificates to use when verifying
2254 server certificates while proxying https:// URLs
2255 DOC_END
2256
2257 NAME: ssl_bump
2258 IFDEF: USE_SSL
2259 TYPE: sslproxy_ssl_bump
2260 LOC: Config.accessList.ssl_bump
2261 DEFAULT: none
2262 DOC_START
2263 This option is consulted when a CONNECT request is received on
2264 an http_port (or a new connection is intercepted at an
2265 https_port), provided that port was configured with an ssl-bump
2266 flag. The subsequent data on the connection is either treated as
2267 HTTPS and decrypted OR tunneled at TCP level without decryption,
2268 depending on the first bumping "mode" which ACLs match.
2269
2270 ssl_bump <mode> [!]acl ...
2271
2272 The following bumping modes are supported:
2273
2274 client-first
2275 Allow bumping of the connection. Establish a secure connection
2276 with the client first, then connect to the server. This old mode
2277 does not allow Squid to mimic server SSL certificate and does
2278 not work with intercepted SSL connections.
2279
2280 server-first
2281 Allow bumping of the connection. Establish a secure connection
2282 with the server first, then establish a secure connection with
2283 the client, using a mimicked server certificate. Works with both
2284 CONNECT requests and intercepted SSL connections.
2285
2286 none
2287 Become a TCP tunnel without decoding the connection.
2288 Works with both CONNECT requests and intercepted SSL
2289 connections. This is the default behavior when no
2290 ssl_bump option is given or no ssl_bump ACLs match.
2291
2292 By default, no connections are bumped.
2293
2294 The first matching ssl_bump option wins. If no ACLs match, the
2295 connection is not bumped. Unlike most allow/deny ACL lists, ssl_bump
2296 does not have an implicit "negate the last given option" rule. You
2297 must make that rule explicit if you convert old ssl_bump allow/deny
2298 rules that rely on such an implicit rule.
2299
2300 This clause supports both fast and slow acl types.
2301 See http://wiki.squid-cache.org/SquidFaq/SquidAcl for details.
2302
2303 See also: http_port ssl-bump, https_port ssl-bump
2304
2305
2306 # Example: Bump all requests except those originating from
2307 # localhost and those going to example.com.
2308
2309 acl broken_sites dstdomain .example.com
2310 ssl_bump none localhost
2311 ssl_bump none broken_sites
2312 ssl_bump server-first all
2313 DOC_END
2314
2315 NAME: sslproxy_flags
2316 IFDEF: USE_SSL
2317 DEFAULT: none
2318 LOC: Config.ssl_client.flags
2319 TYPE: string
2320 DOC_START
2321 Various flags modifying the use of SSL while proxying https:// URLs:
2322 DONT_VERIFY_PEER Accept certificates that fail verification.
2323 For refined control, see sslproxy_cert_error.
2324 NO_DEFAULT_CA Don't use the default CA list built in
2325 to OpenSSL.
2326 DOC_END
2327
2328 NAME: sslproxy_cert_error
2329 IFDEF: USE_SSL
2330 DEFAULT: none
2331 LOC: Config.ssl_client.cert_error
2332 TYPE: acl_access
2333 DOC_START
2334 Use this ACL to bypass server certificate validation errors.
2335
2336 For example, the following lines will bypass all validation errors
2337 when talking to servers for example.com. All other
2338 validation errors will result in ERR_SECURE_CONNECT_FAIL error.
2339
2340 acl BrokenButTrustedServers dstdomain example.com
2341 sslproxy_cert_error allow BrokenButTrustedServers
2342 sslproxy_cert_error deny all
2343
2344 This clause only supports fast acl types.
2345 See http://wiki.squid-cache.org/SquidFaq/SquidAcl for details.
2346 Using slow acl types may result in server crashes
2347
2348 Without this option, all server certificate validation errors
2349 terminate the transaction. Bypassing validation errors is dangerous
2350 because an error usually implies that the server cannot be trusted and
2351 the connection may be insecure.
2352
2353 See also: sslproxy_flags and DONT_VERIFY_PEER.
2354
2355 Default setting: sslproxy_cert_error deny all
2356 DOC_END
2357
2358 NAME: sslproxy_cert_sign
2359 IFDEF: USE_SSL
2360 DEFAULT: none
2361 POSTSCRIPTUM: signUntrusted ssl::certUntrusted
2362 POSTSCRIPTUM: signSelf ssl::certSelfSigned
2363 POSTSCRIPTUM: signTrusted all
2364 TYPE: sslproxy_cert_sign
2365 LOC: Config.ssl_client.cert_sign
2366 DOC_START
2367
2368 sslproxy_cert_sign <signing algorithm> acl ...
2369
2370 The following certificate signing algorithms are supported:
2371 signTrusted
2372 Sign using the configured CA certificate which is usually
2373 placed in and trusted by end-user browsers. This is the
2374 default for trusted origin server certificates.
2375 signUntrusted
2376 Sign to guarantee an X509_V_ERR_CERT_UNTRUSTED browser error.
2377 This is the default for untrusted origin server certificates
2378 that are not self-signed (see ssl::certUntrusted).
2379 signSelf
2380 Sign using a self-signed certificate with the right CN to
2381 generate a X509_V_ERR_DEPTH_ZERO_SELF_SIGNED_CERT error in the
2382 browser. This is the default for self-signed origin server
2383 certificates (see ssl::certSelfSigned).
2384
2385 This clause only supports fast acl types.
2386
2387 When sslproxy_cert_sign acl(s) match, Squid uses the corresponding
2388 signing algorithm to generate the certificate and ignores all
2389 subsequent sslproxy_cert_sign options (the first match wins). If no
2390 acl(s) match, the default signing algorithm is determined by errors
2391 detected when obtaining and validating the origin server certificate.
2392
2393 WARNING: SQUID_X509_V_ERR_DOMAIN_MISMATCH and ssl:certDomainMismatch can
2394 be used with sslproxy_cert_adapt, but if and only if Squid is bumping a
2395 CONNECT request that carries a domain name. In all other cases (CONNECT
2396 to an IP address or an intercepted SSL connection), Squid cannot detect
2397 the domain mismatch at certificate generation time when
2398 bump-server-first is used.
2399 DOC_END
2400
2401 NAME: sslproxy_cert_adapt
2402 IFDEF: USE_SSL
2403 DEFAULT: none
2404 TYPE: sslproxy_cert_adapt
2405 LOC: Config.ssl_client.cert_adapt
2406 DOC_START
2407
2408 sslproxy_cert_adapt <adaptation algorithm> acl ...
2409
2410 The following certificate adaptation algorithms are supported:
2411 setValidAfter
2412 Sets the "Not After" property to the "Not After" property of
2413 the CA certificate used to sign generated certificates.
2414 setValidBefore
2415 Sets the "Not Before" property to the "Not Before" property of
2416 the CA certificate used to sign generated certificates.
2417 setCommonName or setCommonName{CN}
2418 Sets Subject.CN property to the host name specified as a
2419 CN parameter or, if no explicit CN parameter was specified,
2420 extracted from the CONNECT request. It is a misconfiguration
2421 to use setCommonName without an explicit parameter for
2422 intercepted or tproxied SSL connections.
2423
2424 This clause only supports fast acl types.
2425
2426 Squid first groups sslproxy_cert_adapt options by adaptation algorithm.
2427 Within a group, when sslproxy_cert_adapt acl(s) match, Squid uses the
2428 corresponding adaptation algorithm to generate the certificate and
2429 ignores all subsequent sslproxy_cert_adapt options in that algorithm's
2430 group (i.e., the first match wins within each algorithm group). If no
2431 acl(s) match, the default mimicking action takes place.
2432
2433 WARNING: SQUID_X509_V_ERR_DOMAIN_MISMATCH and ssl:certDomainMismatch can
2434 be used with sslproxy_cert_adapt, but if and only if Squid is bumping a
2435 CONNECT request that carries a domain name. In all other cases (CONNECT
2436 to an IP address or an intercepted SSL connection), Squid cannot detect
2437 the domain mismatch at certificate generation time when
2438 bump-server-first is used.
2439 DOC_END
2440
2441 NAME: sslpassword_program
2442 IFDEF: USE_SSL
2443 DEFAULT: none
2444 LOC: Config.Program.ssl_password
2445 TYPE: string
2446 DOC_START
2447 Specify a program used for entering SSL key passphrases
2448 when using encrypted SSL certificate keys. If not specified
2449 keys must either be unencrypted, or Squid started with the -N
2450 option to allow it to query interactively for the passphrase.
2451
2452 The key file name is given as argument to the program allowing
2453 selection of the right password if you have multiple encrypted
2454 keys.
2455 DOC_END
2456
2457 COMMENT_START
2458 OPTIONS RELATING TO EXTERNAL SSL_CRTD
2459 -----------------------------------------------------------------------------
2460 COMMENT_END
2461
2462 NAME: sslcrtd_program
2463 TYPE: eol
2464 IFDEF: USE_SSL_CRTD
2465 DEFAULT: @DEFAULT_SSL_CRTD@ -s @DEFAULT_SSL_DB_DIR@ -M 4MB
2466 LOC: Ssl::TheConfig.ssl_crtd
2467 DOC_START
2468 Specify the location and options of the executable for ssl_crtd process.
2469 @DEFAULT_SSL_CRTD@ program requires -s and -M parameters
2470 For more information use:
2471 @DEFAULT_SSL_CRTD@ -h
2472 DOC_END
2473
2474 NAME: sslcrtd_children
2475 TYPE: HelperChildConfig
2476 IFDEF: USE_SSL_CRTD
2477 DEFAULT: 32 startup=5 idle=1
2478 LOC: Ssl::TheConfig.ssl_crtdChildren
2479 DOC_START
2480 The maximum number of processes spawn to service ssl server.
2481 The maximum this may be safely set to is 32.
2482
2483 The startup= and idle= options allow some measure of skew in your
2484 tuning.
2485
2486 startup=N
2487
2488 Sets the minimum number of processes to spawn when Squid
2489 starts or reconfigures. When set to zero the first request will
2490 cause spawning of the first child process to handle it.
2491
2492 Starting too few children temporary slows Squid under load while it
2493 tries to spawn enough additional processes to cope with traffic.
2494
2495 idle=N
2496
2497 Sets a minimum of how many processes Squid is to try and keep available
2498 at all times. When traffic begins to rise above what the existing
2499 processes can handle this many more will be spawned up to the maximum
2500 configured. A minimum setting of 1 is required.
2501
2502 You must have at least one ssl_crtd process.
2503 DOC_END
2504
2505 NAME: sslcrtvalidator_program
2506 TYPE: eol
2507 IFDEF: USE_SSL
2508 DEFAULT: none
2509 LOC: Ssl::TheConfig.ssl_crt_validator
2510 DOC_START
2511 Specify the location and options of the executable for ssl_crt_validator
2512 process. Usage:
2513 sslcrtvalidator_program [ttl=n] [cache=n] path ...
2514
2515 Options:
2516 ttl=n TTL in seconds for cached results.The default is 60 secs
2517 cache=n limit the result cache size. The default value is 2048
2518 DOC_END
2519
2520 NAME: sslcrtvalidator_children
2521 TYPE: HelperChildConfig
2522 IFDEF: USE_SSL
2523 DEFAULT: 32 startup=5 idle=1 concurrency=1
2524 LOC: Ssl::TheConfig.ssl_crt_validator_Children
2525 DOC_START
2526 The maximum number of processes spawn to service ssl server.
2527 The maximum this may be safely set to is 32.
2528
2529 The startup= and idle= options allow some measure of skew in your
2530 tuning.
2531
2532 startup=N
2533
2534 Sets the minimum number of processes to spawn when Squid
2535 starts or reconfigures. When set to zero the first request will
2536 cause spawning of the first child process to handle it.
2537
2538 Starting too few children temporary slows Squid under load while it
2539 tries to spawn enough additional processes to cope with traffic.
2540
2541 idle=N
2542
2543 Sets a minimum of how many processes Squid is to try and keep available
2544 at all times. When traffic begins to rise above what the existing
2545 processes can handle this many more will be spawned up to the maximum
2546 configured. A minimum setting of 1 is required.
2547
2548 concurrency=
2549
2550 The number of requests each certificate validator helper can handle in
2551 parallel. Defaults to 0 which indicates the certficate validator
2552 is a old-style single threaded redirector.
2553
2554 When this directive is set to a value >= 1 then the protocol
2555 used to communicate with the helper is modified to include
2556 a request ID in front of the request/response. The request
2557 ID from the request must be echoed back with the response
2558 to that request.
2559
2560 You must have at least one ssl_crt_validator process.
2561 DOC_END
2562
2563 COMMENT_START
2564 OPTIONS WHICH AFFECT THE NEIGHBOR SELECTION ALGORITHM
2565 -----------------------------------------------------------------------------
2566 COMMENT_END
2567
2568 NAME: cache_peer
2569 TYPE: peer
2570 DEFAULT: none
2571 LOC: Config.peers
2572 DOC_START
2573 To specify other caches in a hierarchy, use the format:
2574
2575 cache_peer hostname type http-port icp-port [options]
2576
2577 For example,
2578
2579 # proxy icp
2580 # hostname type port port options
2581 # -------------------- -------- ----- ----- -----------
2582 cache_peer parent.foo.net parent 3128 3130 default
2583 cache_peer sib1.foo.net sibling 3128 3130 proxy-only
2584 cache_peer sib2.foo.net sibling 3128 3130 proxy-only
2585 cache_peer example.com parent 80 0 default
2586 cache_peer cdn.example.com sibling 3128 0
2587
2588 type: either 'parent', 'sibling', or 'multicast'.
2589
2590 proxy-port: The port number where the peer accept HTTP requests.
2591 For other Squid proxies this is usually 3128
2592 For web servers this is usually 80
2593
2594 icp-port: Used for querying neighbor caches about objects.
2595 Set to 0 if the peer does not support ICP or HTCP.
2596 See ICP and HTCP options below for additional details.
2597
2598
2599 ==== ICP OPTIONS ====
2600
2601 You MUST also set icp_port and icp_access explicitly when using these options.
2602 The defaults will prevent peer traffic using ICP.
2603
2604
2605 no-query Disable ICP queries to this neighbor.
2606
2607 multicast-responder
2608 Indicates the named peer is a member of a multicast group.
2609 ICP queries will not be sent directly to the peer, but ICP
2610 replies will be accepted from it.
2611
2612 closest-only Indicates that, for ICP_OP_MISS replies, we'll only forward
2613 CLOSEST_PARENT_MISSes and never FIRST_PARENT_MISSes.
2614
2615 background-ping
2616 To only send ICP queries to this neighbor infrequently.
2617 This is used to keep the neighbor round trip time updated
2618 and is usually used in conjunction with weighted-round-robin.
2619
2620
2621 ==== HTCP OPTIONS ====
2622
2623 You MUST also set htcp_port and htcp_access explicitly when using these options.
2624 The defaults will prevent peer traffic using HTCP.
2625
2626
2627 htcp Send HTCP, instead of ICP, queries to the neighbor.
2628 You probably also want to set the "icp-port" to 4827
2629 instead of 3130. This directive accepts a comma separated
2630 list of options described below.
2631
2632 htcp=oldsquid Send HTCP to old Squid versions (2.5 or earlier).
2633
2634 htcp=no-clr Send HTCP to the neighbor but without
2635 sending any CLR requests. This cannot be used with
2636 only-clr.
2637
2638 htcp=only-clr Send HTCP to the neighbor but ONLY CLR requests.
2639 This cannot be used with no-clr.
2640
2641 htcp=no-purge-clr
2642 Send HTCP to the neighbor including CLRs but only when
2643 they do not result from PURGE requests.
2644
2645 htcp=forward-clr
2646 Forward any HTCP CLR requests this proxy receives to the peer.
2647
2648
2649 ==== PEER SELECTION METHODS ====
2650
2651 The default peer selection method is ICP, with the first responding peer
2652 being used as source. These options can be used for better load balancing.
2653
2654
2655 default This is a parent cache which can be used as a "last-resort"
2656 if a peer cannot be located by any of the peer-selection methods.
2657 If specified more than once, only the first is used.
2658
2659 round-robin Load-Balance parents which should be used in a round-robin
2660 fashion in the absence of any ICP queries.
2661 weight=N can be used to add bias.
2662
2663 weighted-round-robin
2664 Load-Balance parents which should be used in a round-robin
2665 fashion with the frequency of each parent being based on the
2666 round trip time. Closer parents are used more often.
2667 Usually used for background-ping parents.
2668 weight=N can be used to add bias.
2669
2670 carp Load-Balance parents which should be used as a CARP array.
2671 The requests will be distributed among the parents based on the
2672 CARP load balancing hash function based on their weight.
2673
2674 userhash Load-balance parents based on the client proxy_auth or ident username.
2675
2676 sourcehash Load-balance parents based on the client source IP.
2677
2678 multicast-siblings
2679 To be used only for cache peers of type "multicast".
2680 ALL members of this multicast group have "sibling"
2681 relationship with it, not "parent". This is to a multicast
2682 group when the requested object would be fetched only from
2683 a "parent" cache, anyway. It's useful, e.g., when
2684 configuring a pool of redundant Squid proxies, being
2685 members of the same multicast group.
2686
2687
2688 ==== PEER SELECTION OPTIONS ====
2689
2690 weight=N use to affect the selection of a peer during any weighted
2691 peer-selection mechanisms.
2692 The weight must be an integer; default is 1,
2693 larger weights are favored more.
2694 This option does not affect parent selection if a peering
2695 protocol is not in use.
2696
2697 basetime=N Specify a base amount to be subtracted from round trip
2698 times of parents.
2699 It is subtracted before division by weight in calculating
2700 which parent to fectch from. If the rtt is less than the
2701 base time the rtt is set to a minimal value.
2702
2703 ttl=N Specify a TTL to use when sending multicast ICP queries
2704 to this address.
2705 Only useful when sending to a multicast group.
2706 Because we don't accept ICP replies from random
2707 hosts, you must configure other group members as
2708 peers with the 'multicast-responder' option.
2709
2710 no-delay To prevent access to this neighbor from influencing the
2711 delay pools.
2712
2713 digest-url=URL Tell Squid to fetch the cache digest (if digests are
2714 enabled) for this host from the specified URL rather
2715 than the Squid default location.
2716
2717
2718 ==== CARP OPTIONS ====
2719
2720 carp-key=key-specification
2721 use a different key than the full URL to hash against the peer.
2722 the key-specification is a comma-separated list of the keywords
2723 scheme, host, port, path, params
2724 Order is not important.
2725
2726 ==== ACCELERATOR / REVERSE-PROXY OPTIONS ====
2727
2728 originserver Causes this parent to be contacted as an origin server.
2729 Meant to be used in accelerator setups when the peer
2730 is a web server.
2731
2732 forceddomain=name
2733 Set the Host header of requests forwarded to this peer.
2734 Useful in accelerator setups where the server (peer)
2735 expects a certain domain name but clients may request
2736 others. ie example.com or www.example.com
2737
2738 no-digest Disable request of cache digests.
2739
2740 no-netdb-exchange
2741 Disables requesting ICMP RTT database (NetDB).
2742
2743
2744 ==== AUTHENTICATION OPTIONS ====
2745
2746 login=user:password
2747 If this is a personal/workgroup proxy and your parent
2748 requires proxy authentication.
2749
2750 Note: The string can include URL escapes (i.e. %20 for
2751 spaces). This also means % must be written as %%.
2752
2753 login=PASSTHRU
2754 Send login details received from client to this peer.
2755 Both Proxy- and WWW-Authorization headers are passed
2756 without alteration to the peer.
2757 Authentication is not required by Squid for this to work.
2758
2759 Note: This will pass any form of authentication but
2760 only Basic auth will work through a proxy unless the
2761 connection-auth options are also used.
2762
2763 login=PASS Send login details received from client to this peer.
2764 Authentication is not required by this option.
2765
2766 If there are no client-provided authentication headers
2767 to pass on, but username and password are available
2768 from an external ACL user= and password= result tags
2769 they may be sent instead.
2770
2771 Note: To combine this with proxy_auth both proxies must
2772 share the same user database as HTTP only allows for
2773 a single login (one for proxy, one for origin server).
2774 Also be warned this will expose your users proxy
2775 password to the peer. USE WITH CAUTION
2776
2777 login=*:password
2778 Send the username to the upstream cache, but with a
2779 fixed password. This is meant to be used when the peer
2780 is in another administrative domain, but it is still
2781 needed to identify each user.
2782 The star can optionally be followed by some extra
2783 information which is added to the username. This can
2784 be used to identify this proxy to the peer, similar to
2785 the login=username:password option above.
2786
2787 login=NEGOTIATE
2788 If this is a personal/workgroup proxy and your parent
2789 requires a secure proxy authentication.
2790 The first principal from the default keytab or defined by
2791 the environment variable KRB5_KTNAME will be used.
2792
2793 WARNING: The connection may transmit requests from multiple
2794 clients. Negotiate often assumes end-to-end authentication
2795 and a single-client. Which is not strictly true here.
2796
2797 login=NEGOTIATE:principal_name
2798 If this is a personal/workgroup proxy and your parent
2799 requires a secure proxy authentication.
2800 The principal principal_name from the default keytab or
2801 defined by the environment variable KRB5_KTNAME will be
2802 used.
2803
2804 WARNING: The connection may transmit requests from multiple
2805 clients. Negotiate often assumes end-to-end authentication
2806 and a single-client. Which is not strictly true here.
2807
2808 connection-auth=on|off
2809 Tell Squid that this peer does or not support Microsoft
2810 connection oriented authentication, and any such
2811 challenges received from there should be ignored.
2812 Default is auto to automatically determine the status
2813 of the peer.
2814
2815
2816 ==== SSL / HTTPS / TLS OPTIONS ====
2817
2818 ssl Encrypt connections to this peer with SSL/TLS.
2819
2820 sslcert=/path/to/ssl/certificate
2821 A client SSL certificate to use when connecting to
2822 this peer.
2823
2824 sslkey=/path/to/ssl/key
2825 The private SSL key corresponding to sslcert above.
2826 If 'sslkey' is not specified 'sslcert' is assumed to
2827 reference a combined file containing both the
2828 certificate and the key.
2829
2830 sslversion=1|2|3|4|5|6
2831 The SSL version to use when connecting to this peer
2832 1 = automatic (default)
2833 2 = SSL v2 only
2834 3 = SSL v3 only
2835 4 = TLS v1.0 only
2836 5 = TLS v1.1 only
2837 6 = TLS v1.2 only
2838
2839 sslcipher=... The list of valid SSL ciphers to use when connecting
2840 to this peer.
2841
2842 ssloptions=... Specify various SSL implementation options:
2843
2844 NO_SSLv2 Disallow the use of SSLv2
2845 NO_SSLv3 Disallow the use of SSLv3
2846 NO_TLSv1 Disallow the use of TLSv1.0
2847 NO_TLSv1_1 Disallow the use of TLSv1.1
2848 NO_TLSv1_2 Disallow the use of TLSv1.2
2849 SINGLE_DH_USE
2850 Always create a new key when using
2851 temporary/ephemeral DH key exchanges
2852 ALL Enable various bug workarounds
2853 suggested as "harmless" by OpenSSL
2854 Be warned that this reduces SSL/TLS
2855 strength to some attacks.
2856
2857 See the OpenSSL SSL_CTX_set_options documentation for a
2858 more complete list.
2859
2860 sslcafile=... A file containing additional CA certificates to use
2861 when verifying the peer certificate.
2862
2863 sslcapath=... A directory containing additional CA certificates to
2864 use when verifying the peer certificate.
2865
2866 sslcrlfile=... A certificate revocation list file to use when
2867 verifying the peer certificate.
2868
2869 sslflags=... Specify various flags modifying the SSL implementation:
2870
2871 DONT_VERIFY_PEER
2872 Accept certificates even if they fail to
2873 verify.
2874 NO_DEFAULT_CA
2875 Don't use the default CA list built in
2876 to OpenSSL.
2877 DONT_VERIFY_DOMAIN
2878 Don't verify the peer certificate
2879 matches the server name
2880
2881 ssldomain= The peer name as advertised in it's certificate.
2882 Used for verifying the correctness of the received peer
2883 certificate. If not specified the peer hostname will be
2884 used.
2885
2886 front-end-https
2887 Enable the "Front-End-Https: On" header needed when
2888 using Squid as a SSL frontend in front of Microsoft OWA.
2889 See MS KB document Q307347 for details on this header.
2890 If set to auto the header will only be added if the
2891 request is forwarded as a https:// URL.
2892
2893
2894 ==== GENERAL OPTIONS ====
2895
2896 connect-timeout=N
2897 A peer-specific connect timeout.
2898 Also see the peer_connect_timeout directive.
2899
2900 connect-fail-limit=N
2901 How many times connecting to a peer must fail before
2902 it is marked as down. Default is 10.
2903
2904 allow-miss Disable Squid's use of only-if-cached when forwarding
2905 requests to siblings. This is primarily useful when
2906 icp_hit_stale is used by the sibling. To extensive use
2907 of this option may result in forwarding loops, and you
2908 should avoid having two-way peerings with this option.
2909 For example to deny peer usage on requests from peer
2910 by denying cache_peer_access if the source is a peer.
2911
2912 max-conn=N Limit the amount of connections Squid may open to this
2913 peer. see also
2914
2915 name=xxx Unique name for the peer.
2916 Required if you have multiple peers on the same host
2917 but different ports.
2918 This name can be used in cache_peer_access and similar
2919 directives to dentify the peer.
2920 Can be used by outgoing access controls through the
2921 peername ACL type.
2922
2923 no-tproxy Do not use the client-spoof TPROXY support when forwarding
2924 requests to this peer. Use normal address selection instead.
2925
2926 proxy-only objects fetched from the peer will not be stored locally.
2927
2928 DOC_END
2929
2930 NAME: cache_peer_domain cache_host_domain
2931 TYPE: hostdomain
2932 DEFAULT: none
2933 LOC: none
2934 DOC_START
2935 Use to limit the domains for which a neighbor cache will be
2936 queried. Usage:
2937
2938 cache_peer_domain cache-host domain [domain ...]
2939 cache_peer_domain cache-host !domain
2940
2941 For example, specifying
2942
2943 cache_peer_domain parent.foo.net .edu
2944
2945 has the effect such that UDP query packets are sent to
2946 'bigserver' only when the requested object exists on a
2947 server in the .edu domain. Prefixing the domainname
2948 with '!' means the cache will be queried for objects
2949 NOT in that domain.
2950
2951 NOTE: * Any number of domains may be given for a cache-host,
2952 either on the same or separate lines.
2953 * When multiple domains are given for a particular
2954 cache-host, the first matched domain is applied.
2955 * Cache hosts with no domain restrictions are queried
2956 for all requests.
2957 * There are no defaults.
2958 * There is also a 'cache_peer_access' tag in the ACL
2959 section.
2960 DOC_END
2961
2962 NAME: cache_peer_access
2963 TYPE: peer_access
2964 DEFAULT: none
2965 LOC: none
2966 DOC_START
2967 Similar to 'cache_peer_domain' but provides more flexibility by
2968 using ACL elements.
2969
2970 cache_peer_access cache-host allow|deny [!]aclname ...
2971
2972 The syntax is identical to 'http_access' and the other lists of
2973 ACL elements. See the comments for 'http_access' below, or
2974 the Squid FAQ (http://wiki.squid-cache.org/SquidFaq/SquidAcl).
2975 DOC_END
2976
2977 NAME: neighbor_type_domain
2978 TYPE: hostdomaintype
2979 DEFAULT: none
2980 LOC: none
2981 DOC_START
2982 usage: neighbor_type_domain neighbor parent|sibling domain domain ...
2983
2984 Modifying the neighbor type for specific domains is now
2985 possible. You can treat some domains differently than the
2986 default neighbor type specified on the 'cache_peer' line.
2987 Normally it should only be necessary to list domains which
2988 should be treated differently because the default neighbor type
2989 applies for hostnames which do not match domains listed here.
2990
2991 EXAMPLE:
2992 cache_peer cache.foo.org parent 3128 3130
2993 neighbor_type_domain cache.foo.org sibling .com .net
2994 neighbor_type_domain cache.foo.org sibling .au .de
2995 DOC_END
2996
2997 NAME: dead_peer_timeout
2998 COMMENT: (seconds)
2999 DEFAULT: 10 seconds
3000 TYPE: time_t
3001 LOC: Config.Timeout.deadPeer
3002 DOC_START
3003 This controls how long Squid waits to declare a peer cache
3004 as "dead." If there are no ICP replies received in this
3005 amount of time, Squid will declare the peer dead and not
3006 expect to receive any further ICP replies. However, it
3007 continues to send ICP queries, and will mark the peer as
3008 alive upon receipt of the first subsequent ICP reply.
3009
3010 This timeout also affects when Squid expects to receive ICP
3011 replies from peers. If more than 'dead_peer' seconds have
3012 passed since the last ICP reply was received, Squid will not
3013 expect to receive an ICP reply on the next query. Thus, if
3014 your time between requests is greater than this timeout, you
3015 will see a lot of requests sent DIRECT to origin servers
3016 instead of to your parents.
3017 DOC_END
3018
3019 NAME: forward_max_tries
3020 DEFAULT: 10
3021 TYPE: int
3022 LOC: Config.forward_max_tries
3023 DOC_START
3024 Controls how many different forward paths Squid will try
3025 before giving up. See also forward_timeout.
3026
3027 NOTE: connect_retries (default: none) can make each of these
3028 possible forwarding paths be tried multiple times.
3029 DOC_END
3030
3031 NAME: hierarchy_stoplist
3032 TYPE: wordlist
3033 DEFAULT: none
3034 LOC: Config.hierarchy_stoplist
3035 DOC_START
3036 A list of words which, if found in a URL, cause the object to
3037 be handled directly by this cache. In other words, use this
3038 to not query neighbor caches for certain objects. You may
3039 list this option multiple times.
3040
3041 Example:
3042 hierarchy_stoplist cgi-bin ?
3043
3044 Note: never_direct overrides this option.
3045 DOC_END
3046
3047 COMMENT_START
3048 MEMORY CACHE OPTIONS
3049 -----------------------------------------------------------------------------
3050 COMMENT_END
3051
3052 NAME: cache_mem
3053 COMMENT: (bytes)
3054 TYPE: b_size_t
3055 DEFAULT: 256 MB
3056 LOC: Config.memMaxSize
3057 DOC_START
3058 NOTE: THIS PARAMETER DOES NOT SPECIFY THE MAXIMUM PROCESS SIZE.
3059 IT ONLY PLACES A LIMIT ON HOW MUCH ADDITIONAL MEMORY SQUID WILL
3060 USE AS A MEMORY CACHE OF OBJECTS. SQUID USES MEMORY FOR OTHER
3061 THINGS AS WELL. SEE THE SQUID FAQ SECTION 8 FOR DETAILS.
3062
3063 'cache_mem' specifies the ideal amount of memory to be used
3064 for:
3065 * In-Transit objects
3066 * Hot Objects
3067 * Negative-Cached objects
3068
3069 Data for these objects are stored in 4 KB blocks. This
3070 parameter specifies the ideal upper limit on the total size of
3071 4 KB blocks allocated. In-Transit objects take the highest
3072 priority.
3073
3074 In-transit objects have priority over the others. When
3075 additional space is needed for incoming data, negative-cached
3076 and hot objects will be released. In other words, the
3077 negative-cached and hot objects will fill up any unused space
3078 not needed for in-transit objects.
3079
3080 If circumstances require, this limit will be exceeded.
3081 Specifically, if your incoming request rate requires more than
3082 'cache_mem' of memory to hold in-transit objects, Squid will
3083 exceed this limit to satisfy the new requests. When the load
3084 decreases, blocks will be freed until the high-water mark is
3085 reached. Thereafter, blocks will be used to store hot
3086 objects.
3087
3088 If shared memory caching is enabled, Squid does not use the shared
3089 cache space for in-transit objects, but they still consume as much
3090 local memory as they need. For more details about the shared memory
3091 cache, see memory_cache_shared.
3092 DOC_END
3093
3094 NAME: maximum_object_size_in_memory
3095 COMMENT: (bytes)
3096 TYPE: b_size_t
3097 DEFAULT: 512 KB
3098 LOC: Config.Store.maxInMemObjSize
3099 DOC_START
3100 Objects greater than this size will not be attempted to kept in
3101 the memory cache. This should be set high enough to keep objects
3102 accessed frequently in memory to improve performance whilst low
3103 enough to keep larger objects from hoarding cache_mem.
3104 DOC_END
3105
3106 NAME: memory_cache_shared
3107 COMMENT: on|off
3108 TYPE: YesNoNone
3109 LOC: Config.memShared
3110 DEFAULT: none
3111 DEFAULT_DOC: "on" where supported if doing memory caching with multiple SMP workers.
3112 DOC_START
3113 Controls whether the memory cache is shared among SMP workers.
3114
3115 The shared memory cache is meant to occupy cache_mem bytes and replace
3116 the non-shared memory cache, although some entities may still be
3117 cached locally by workers for now (e.g., internal and in-transit
3118 objects may be served from a local memory cache even if shared memory
3119 caching is enabled).
3120
3121 By default, the memory cache is shared if and only if all of the
3122 following conditions are satisfied: Squid runs in SMP mode with
3123 multiple workers, cache_mem is positive, and Squid environment
3124 supports required IPC primitives (e.g., POSIX shared memory segments
3125 and GCC-style atomic operations).
3126
3127 To avoid blocking locks, shared memory uses opportunistic algorithms
3128 that do not guarantee that every cachable entity that could have been
3129 shared among SMP workers will actually be shared.
3130
3131 Currently, entities exceeding 32KB in size cannot be shared.
3132 DOC_END
3133
3134 NAME: memory_cache_mode
3135 TYPE: memcachemode
3136 LOC: Config
3137 DEFAULT: always
3138 DOC_START
3139 Controls which objects to keep in the memory cache (cache_mem)
3140
3141 always Keep most recently fetched objects in memory (default)
3142
3143 disk Only disk cache hits are kept in memory, which means
3144 an object must first be cached on disk and then hit
3145 a second time before cached in memory.
3146
3147 network Only objects fetched from network is kept in memory
3148 DOC_END
3149
3150 NAME: memory_replacement_policy
3151 TYPE: removalpolicy
3152 LOC: Config.memPolicy
3153 DEFAULT: lru
3154 DOC_START
3155 The memory replacement policy parameter determines which
3156 objects are purged from memory when memory space is needed.
3157
3158 See cache_replacement_policy for details.
3159 DOC_END
3160
3161 COMMENT_START
3162 DISK CACHE OPTIONS
3163 -----------------------------------------------------------------------------
3164 COMMENT_END
3165
3166 NAME: cache_replacement_policy
3167 TYPE: removalpolicy
3168 LOC: Config.replPolicy
3169 DEFAULT: lru
3170 DOC_START
3171 The cache replacement policy parameter determines which
3172 objects are evicted (replaced) when disk space is needed.
3173
3174 lru : Squid's original list based LRU policy
3175 heap GDSF : Greedy-Dual Size Frequency
3176 heap LFUDA: Least Frequently Used with Dynamic Aging
3177 heap LRU : LRU policy implemented using a heap
3178
3179 Applies to any cache_dir lines listed below this.
3180
3181 The LRU policies keeps recently referenced objects.
3182
3183 The heap GDSF policy optimizes object hit rate by keeping smaller
3184 popular objects in cache so it has a better chance of getting a
3185 hit. It achieves a lower byte hit rate than LFUDA though since
3186 it evicts larger (possibly popular) objects.
3187
3188 The heap LFUDA policy keeps popular objects in cache regardless of
3189 their size and thus optimizes byte hit rate at the expense of
3190 hit rate since one large, popular object will prevent many
3191 smaller, slightly less popular objects from being cached.
3192
3193 Both policies utilize a dynamic aging mechanism that prevents
3194 cache pollution that can otherwise occur with frequency-based
3195 replacement policies.
3196
3197 NOTE: if using the LFUDA replacement policy you should increase
3198 the value of maximum_object_size above its default of 4096 KB to
3199 to maximize the potential byte hit rate improvement of LFUDA.
3200
3201 For more information about the GDSF and LFUDA cache replacement
3202 policies see http://www.hpl.hp.com/techreports/1999/HPL-1999-69.html
3203 and http://fog.hpl.external.hp.com/techreports/98/HPL-98-173.html.
3204 DOC_END
3205
3206 NAME: cache_dir
3207 TYPE: cachedir
3208 DEFAULT: none
3209 LOC: Config.cacheSwap
3210 DOC_START
3211 Usage:
3212
3213 cache_dir Type Directory-Name Fs-specific-data [options]
3214
3215 You can specify multiple cache_dir lines to spread the
3216 cache among different disk partitions.
3217
3218 Type specifies the kind of storage system to use. Only "ufs"
3219 is built by default. To enable any of the other storage systems
3220 see the --enable-storeio configure option.
3221
3222 'Directory' is a top-level directory where cache swap
3223 files will be stored. If you want to use an entire disk
3224 for caching, this can be the mount-point directory.
3225 The directory must exist and be writable by the Squid
3226 process. Squid will NOT create this directory for you.
3227
3228 In SMP configurations, cache_dir must not precede the workers option
3229 and should use configuration macros or conditionals to give each
3230 worker interested in disk caching a dedicated cache directory.
3231
3232 The ufs store type:
3233
3234 "ufs" is the old well-known Squid storage format that has always
3235 been there.
3236
3237 cache_dir ufs Directory-Name Mbytes L1 L2 [options]
3238
3239 'Mbytes' is the amount of disk space (MB) to use under this
3240 directory. The default is 100 MB. Change this to suit your
3241 configuration. Do NOT put the size of your disk drive here.
3242 Instead, if you want Squid to use the entire disk drive,
3243 subtract 20% and use that value.
3244
3245 'L1' is the number of first-level subdirectories which
3246 will be created under the 'Directory'. The default is 16.
3247
3248 'L2' is the number of second-level subdirectories which
3249 will be created under each first-level directory. The default
3250 is 256.
3251
3252 The aufs store type:
3253
3254 "aufs" uses the same storage format as "ufs", utilizing
3255 POSIX-threads to avoid blocking the main Squid process on
3256 disk-I/O. This was formerly known in Squid as async-io.
3257
3258 cache_dir aufs Directory-Name Mbytes L1 L2 [options]
3259
3260 see argument descriptions under ufs above
3261
3262 The diskd store type:
3263
3264 "diskd" uses the same storage format as "ufs", utilizing a
3265 separate process to avoid blocking the main Squid process on
3266 disk-I/O.
3267
3268 cache_dir diskd Directory-Name Mbytes L1 L2 [options] [Q1=n] [Q2=n]
3269
3270 see argument descriptions under ufs above
3271
3272 Q1 specifies the number of unacknowledged I/O requests when Squid
3273 stops opening new files. If this many messages are in the queues,
3274 Squid won't open new files. Default is 64
3275
3276 Q2 specifies the number of unacknowledged messages when Squid
3277 starts blocking. If this many messages are in the queues,
3278 Squid blocks until it receives some replies. Default is 72
3279
3280 When Q1 < Q2 (the default), the cache directory is optimized
3281 for lower response time at the expense of a decrease in hit
3282 ratio. If Q1 > Q2, the cache directory is optimized for
3283 higher hit ratio at the expense of an increase in response
3284 time.
3285
3286 The rock store type:
3287
3288 cache_dir rock Directory-Name Mbytes <max-size=bytes> [options]
3289
3290 The Rock Store type is a database-style storage. All cached
3291 entries are stored in a "database" file, using fixed-size slots,
3292 one entry per slot. The database size is specified in MB. The
3293 slot size is specified in bytes using the max-size option. See
3294 below for more info on the max-size option.
3295
3296 swap-timeout=msec: Squid will not start writing a miss to or
3297 reading a hit from disk if it estimates that the swap operation
3298 will take more than the specified number of milliseconds. By
3299 default and when set to zero, disables the disk I/O time limit
3300 enforcement. Ignored when using blocking I/O module because
3301 blocking synchronous I/O does not allow Squid to estimate the
3302 expected swap wait time.
3303
3304 max-swap-rate=swaps/sec: Artificially limits disk access using
3305 the specified I/O rate limit. Swap out requests that
3306 would cause the average I/O rate to exceed the limit are
3307 delayed. Individual swap in requests (i.e., hits or reads) are
3308 not delayed, but they do contribute to measured swap rate and
3309 since they are placed in the same FIFO queue as swap out
3310 requests, they may wait longer if max-swap-rate is smaller.
3311 This is necessary on file systems that buffer "too
3312 many" writes and then start blocking Squid and other processes
3313 while committing those writes to disk. Usually used together
3314 with swap-timeout to avoid excessive delays and queue overflows
3315 when disk demand exceeds available disk "bandwidth". By default
3316 and when set to zero, disables the disk I/O rate limit
3317 enforcement. Currently supported by IpcIo module only.
3318
3319
3320 The coss store type:
3321
3322 NP: COSS filesystem in Squid-3 has been deemed too unstable for
3323 production use and has thus been removed from this release.
3324 We hope that it can be made usable again soon.
3325
3326 block-size=n defines the "block size" for COSS cache_dir's.
3327 Squid uses file numbers as block numbers. Since file numbers
3328 are limited to 24 bits, the block size determines the maximum
3329 size of the COSS partition. The default is 512 bytes, which
3330 leads to a maximum cache_dir size of 512<<24, or 8 GB. Note
3331 you should not change the coss block size after Squid
3332 has written some objects to the cache_dir.
3333
3334 The coss file store has changed from 2.5. Now it uses a file
3335 called 'stripe' in the directory names in the config - and
3336 this will be created by squid -z.
3337
3338 Common options:
3339
3340 no-store, no new objects should be stored to this cache_dir
3341
3342 min-size=n, refers to the min object size in bytes this cache_dir
3343 will accept. It's used to restrict a cache_dir to only store
3344 large objects (e.g. aufs) while other storedirs are optimized
3345 for smaller objects (e.g. COSS). Defaults to 0.
3346
3347 max-size=n, refers to the max object size in bytes this cache_dir
3348 supports. It is used to select the cache_dir to store the object.
3349 Note: To make optimal use of the max-size limits you should order
3350 the cache_dir lines with the smallest max-size value first and the
3351 ones with no max-size specification last.
3352
3353 Note for coss, max-size must be less than COSS_MEMBUF_SZ,
3354 which can be changed with the --with-coss-membuf-size=N configure
3355 option.
3356 NOCOMMENT_START
3357
3358 # Uncomment and adjust the following to add a disk cache directory.
3359 #cache_dir ufs @DEFAULT_SWAP_DIR@ 100 16 256
3360 NOCOMMENT_END
3361 DOC_END
3362
3363 NAME: store_dir_select_algorithm
3364 TYPE: string
3365 LOC: Config.store_dir_select_algorithm
3366 DEFAULT: least-load
3367 DOC_START
3368 Set this to 'round-robin' as an alternative.
3369 DOC_END
3370
3371 NAME: max_open_disk_fds
3372 TYPE: int
3373 LOC: Config.max_open_disk_fds
3374 DEFAULT: 0
3375 DOC_START
3376 To avoid having disk as the I/O bottleneck Squid can optionally
3377 bypass the on-disk cache if more than this amount of disk file
3378 descriptors are open.
3379
3380 A value of 0 indicates no limit.
3381 DOC_END
3382
3383 NAME: minimum_object_size
3384 COMMENT: (bytes)
3385 TYPE: b_int64_t
3386 DEFAULT: 0 KB
3387 LOC: Config.Store.minObjectSize
3388 DOC_START
3389 Objects smaller than this size will NOT be saved on disk. The
3390 value is specified in kilobytes, and the default is 0 KB, which
3391 means there is no minimum.
3392 DOC_END
3393
3394 NAME: maximum_object_size
3395 COMMENT: (bytes)
3396 TYPE: b_int64_t
3397 DEFAULT: 4096 KB
3398 LOC: Config.Store.maxObjectSize
3399 DOC_START
3400 Objects larger than this size will NOT be saved on disk. The
3401 value is specified in kilobytes, and the default is 4MB. If
3402 you wish to get a high BYTES hit ratio, you should probably
3403 increase this (one 32 MB object hit counts for 3200 10KB
3404 hits). If you wish to increase speed more than your want to
3405 save bandwidth you should leave this low.
3406
3407 NOTE: if using the LFUDA replacement policy you should increase
3408 this value to maximize the byte hit rate improvement of LFUDA!
3409 See replacement_policy below for a discussion of this policy.
3410 DOC_END
3411
3412 NAME: cache_swap_low
3413 COMMENT: (percent, 0-100)
3414 TYPE: int
3415 DEFAULT: 90
3416 LOC: Config.Swap.lowWaterMark
3417 DOC_NONE
3418
3419 NAME: cache_swap_high
3420 COMMENT: (percent, 0-100)
3421 TYPE: int
3422 DEFAULT: 95
3423 LOC: Config.Swap.highWaterMark
3424 DOC_START
3425
3426 The low- and high-water marks for cache object replacement.
3427 Replacement begins when the swap (disk) usage is above the
3428 low-water mark and attempts to maintain utilization near the
3429 low-water mark. As swap utilization gets close to high-water
3430 mark object eviction becomes more aggressive. If utilization is
3431 close to the low-water mark less replacement is done each time.
3432
3433 Defaults are 90% and 95%. If you have a large cache, 5% could be
3434 hundreds of MB. If this is the case you may wish to set these
3435 numbers closer together.
3436 DOC_END
3437
3438 COMMENT_START
3439 LOGFILE OPTIONS
3440 -----------------------------------------------------------------------------
3441 COMMENT_END
3442
3443 NAME: logformat
3444 TYPE: logformat
3445 LOC: Log::TheConfig
3446 DEFAULT: none
3447 DOC_START
3448 Usage:
3449
3450 logformat <name> <format specification>
3451
3452 Defines an access log format.
3453
3454 The <format specification> is a string with embedded % format codes
3455
3456 % format codes all follow the same basic structure where all but
3457 the formatcode is optional. Output strings are automatically escaped
3458 as required according to their context and the output format
3459 modifiers are usually not needed, but can be specified if an explicit
3460 output format is desired.
3461
3462 % ["|[|'|#] [-] [[0]width] [{argument}] formatcode
3463
3464 " output in quoted string format
3465 [ output in squid text log format as used by log_mime_hdrs
3466 # output in URL quoted format
3467 ' output as-is
3468
3469 - left aligned
3470
3471 width minimum and/or maximum field width:
3472 [width_min][.width_max]
3473 When minimum starts with 0, the field is zero-padded.
3474 String values exceeding maximum width are truncated.
3475
3476 {arg} argument such as header name etc
3477
3478 Format codes:
3479
3480 % a literal % character
3481 sn Unique sequence number per log line entry
3482 err_code The ID of an error response served by Squid or
3483 a similar internal error identifier.
3484 err_detail Additional err_code-dependent error information.
3485 note The meta header specified by the argument. Also
3486 logs the adaptation meta headers set by the
3487 adaptation_meta configuration parameter.
3488 If no argument given all meta headers logged.
3489
3490 Connection related format codes:
3491
3492 >a Client source IP address
3493 >A Client FQDN
3494 >p Client source port
3495 >eui Client source EUI (MAC address, EUI-48 or EUI-64 identifier)
3496 >la Local IP address the client connected to
3497 >lp Local port number the client connected to
3498
3499 la Local listening IP address the client connection was connected to.
3500 lp Local listening port number the client connection was connected to.
3501
3502 <a Server IP address of the last server or peer connection
3503 <A Server FQDN or peer name
3504 <p Server port number of the last server or peer connection
3505 <la Local IP address of the last server or peer connection
3506 <lp Local port number of the last server or peer connection
3507
3508 Time related format codes:
3509
3510 ts Seconds since epoch
3511 tu subsecond time (milliseconds)
3512 tl Local time. Optional strftime format argument
3513 default %d/%b/%Y:%H:%M:%S %z
3514 tg GMT time. Optional strftime format argument
3515 default %d/%b/%Y:%H:%M:%S %z
3516 tr Response time (milliseconds)
3517 dt Total time spent making DNS lookups (milliseconds)
3518
3519 Access Control related format codes:
3520
3521 et Tag returned by external acl
3522 ea Log string returned by external acl
3523 un User name (any available)
3524 ul User name from authentication
3525 ue User name from external acl helper
3526 ui User name from ident
3527 us User name from SSL
3528
3529 HTTP related format codes:
3530
3531 [http::]>h Original request header. Optional header name argument
3532 on the format header[:[separator]element]
3533 [http::]>ha The HTTP request headers after adaptation and redirection.
3534 Optional header name argument as for >h
3535 [http::]<h Reply header. Optional header name argument
3536 as for >h
3537 [http::]>Hs HTTP status code sent to the client
3538 [http::]<Hs HTTP status code received from the next hop
3539 [http::]<bs Number of HTTP-equivalent message body bytes
3540 received from the next hop, excluding chunked
3541 transfer encoding and control messages.
3542 Generated FTP/Gopher listings are treated as
3543 received bodies.
3544 [http::]mt MIME content type
3545 [http::]rm Request method (GET/POST etc)
3546 [http::]>rm Request method from client
3547 [http::]<rm Request method sent to server or peer
3548 [http::]ru Request URL from client (historic, filtered for logging)
3549 [http::]>ru Request URL from client
3550 [http::]<ru Request URL sent to server or peer
3551 [http::]rp Request URL-Path excluding hostname
3552 [http::]>rp Request URL-Path excluding hostname from client
3553 [http::]<rp Request URL-Path excluding hostname sento to server or peer
3554 [http::]rv Request protocol version
3555 [http::]>rv Request protocol version from client
3556 [http::]<rv Request protocol version sent to server or peer
3557 [http::]<st Sent reply size including HTTP headers
3558 [http::]>st Received request size including HTTP headers. In the
3559 case of chunked requests the chunked encoding metadata
3560 are not included
3561 [http::]>sh Received HTTP request headers size
3562 [http::]<sh Sent HTTP reply headers size
3563 [http::]st Request+Reply size including HTTP headers
3564 [http::]<sH Reply high offset sent
3565 [http::]<sS Upstream object size
3566 [http::]<pt Peer response time in milliseconds. The timer starts
3567 when the last request byte is sent to the next hop
3568 and stops when the last response byte is received.
3569 [http::]<tt Total server-side time in milliseconds. The timer
3570 starts with the first connect request (or write I/O)
3571 sent to the first selected peer. The timer stops
3572 with the last I/O with the last peer.
3573
3574 Squid handling related format codes:
3575
3576 Ss Squid request status (TCP_MISS etc)
3577 Sh Squid hierarchy status (DEFAULT_PARENT etc)
3578
3579 SSL-related format codes:
3580
3581 ssl::bump_mode SslBump decision for the transaction:
3582
3583 For CONNECT requests that initiated bumping of
3584 a connection and for any request received on
3585 an already bumped connection, Squid logs the
3586 corresponding SslBump mode ("server-first" or
3587 "client-first"). See the ssl_bump option for
3588 more information about these modes.
3589
3590 A "none" token is logged for requests that
3591 triggered "ssl_bump" ACL evaluation matching
3592 either a "none" rule or no rules at all.
3593
3594 In all other cases, a single dash ("-") is
3595 logged.
3596
3597 If ICAP is enabled, the following code becomes available (as
3598 well as ICAP log codes documented with the icap_log option):
3599
3600 icap::tt Total ICAP processing time for the HTTP
3601 transaction. The timer ticks when ICAP
3602 ACLs are checked and when ICAP
3603 transaction is in progress.
3604
3605 If adaptation is enabled the following three codes become available:
3606
3607 adapt::<last_h The header of the last ICAP response or
3608 meta-information from the last eCAP
3609 transaction related to the HTTP transaction.
3610 Like <h, accepts an optional header name
3611 argument.
3612
3613 adapt::sum_trs Summed adaptation transaction response
3614 times recorded as a comma-separated list in
3615 the order of transaction start time. Each time
3616 value is recorded as an integer number,
3617 representing response time of one or more
3618 adaptation (ICAP or eCAP) transaction in
3619 milliseconds. When a failed transaction is
3620 being retried or repeated, its time is not
3621 logged individually but added to the
3622 replacement (next) transaction. See also:
3623 adapt::all_trs.
3624
3625 adapt::all_trs All adaptation transaction response times.
3626 Same as adaptation_strs but response times of
3627 individual transactions are never added
3628 together. Instead, all transaction response
3629 times are recorded individually.
3630
3631 You can prefix adapt::*_trs format codes with adaptation
3632 service name in curly braces to record response time(s) specific
3633 to that service. For example: %{my_service}adapt::sum_trs
3634
3635 If SSL is enabled, the following formating codes become available:
3636
3637 %ssl::>cert_subject The Subject field of the received client
3638 SSL certificate or a dash ('-') if Squid has
3639 received an invalid/malformed certificate or
3640 no certificate at all. Consider encoding the
3641 logged value because Subject often has spaces.
3642
3643 %ssl::>cert_issuer The Issuer field of the received client
3644 SSL certificate or a dash ('-') if Squid has
3645 received an invalid/malformed certificate or
3646 no certificate at all. Consider encoding the
3647 logged value because Issuer often has spaces.
3648
3649 The default formats available (which do not need re-defining) are:
3650
3651 logformat squid %ts.%03tu %6tr %>a %Ss/%03>Hs %<st %rm %ru %[un %Sh/%<a %mt
3652 logformat common %>a %[ui %[un [%tl] "%rm %ru HTTP/%rv" %>Hs %<st %Ss:%Sh
3653 logformat combined %>a %[ui %[un [%tl] "%rm %ru HTTP/%rv" %>Hs %<st "%{Referer}>h" "%{User-Agent}>h" %Ss:%Sh
3654 logformat referrer %ts.%03tu %>a %{Referer}>h %ru
3655 logformat useragent %>a [%tl] "%{User-Agent}>h"
3656
3657 NOTE: When the log_mime_hdrs directive is set to ON.
3658 The squid, common and combined formats have a safely encoded copy
3659 of the mime headers appended to each line within a pair of brackets.
3660
3661 NOTE: The common and combined formats are not quite true to the Apache definition.
3662 The logs from Squid contain an extra status and hierarchy code appended.
3663
3664 DOC_END
3665
3666 NAME: access_log cache_access_log
3667 TYPE: access_log
3668 LOC: Config.Log.accesslogs
3669 DEFAULT_IF_NONE: daemon:@DEFAULT_ACCESS_LOG@ squid
3670 DOC_START
3671 These files log client request activities. Has a line every HTTP or
3672 ICP request. The format is:
3673 access_log <module>:<place> [<logformat name> [acl acl ...]]
3674 access_log none [acl acl ...]]
3675
3676 Will log to the specified module:place using the specified format (which
3677 must be defined in a logformat directive) those entries which match
3678 ALL the acl's specified (which must be defined in acl clauses).
3679 If no acl is specified, all requests will be logged to this destination.
3680
3681 ===== Modules Currently available =====
3682
3683 none Do not log any requests matching these ACL.
3684 Do not specify Place or logformat name.
3685
3686 stdio Write each log line to disk immediately at the completion of
3687 each request.
3688 Place: the filename and path to be written.
3689
3690 daemon Very similar to stdio. But instead of writing to disk the log
3691 line is passed to a daemon helper for asychronous handling instead.
3692 Place: varies depending on the daemon.
3693
3694 log_file_daemon Place: the file name and path to be written.
3695
3696 syslog To log each request via syslog facility.
3697 Place: The syslog facility and priority level for these entries.
3698 Place Format: facility.priority
3699
3700 where facility could be any of:
3701 authpriv, daemon, local0 ... local7 or user.
3702
3703 And priority could be any of:
3704 err, warning, notice, info, debug.
3705
3706 udp To send each log line as text data to a UDP receiver.
3707 Place: The destination host name or IP and port.
3708 Place Format: //host:port
3709
3710 tcp To send each log line as text data to a TCP receiver.
3711 Place: The destination host name or IP and port.
3712 Place Format: //host:port
3713
3714 Default:
3715 access_log daemon:@DEFAULT_ACCESS_LOG@ squid
3716 DOC_END
3717
3718 NAME: icap_log
3719 TYPE: access_log
3720 IFDEF: ICAP_CLIENT
3721 LOC: Config.Log.icaplogs
3722 DEFAULT: none
3723 DOC_START
3724 ICAP log files record ICAP transaction summaries, one line per
3725 transaction.
3726
3727 The icap_log option format is:
3728 icap_log <filepath> [<logformat name> [acl acl ...]]
3729 icap_log none [acl acl ...]]
3730
3731 Please see access_log option documentation for details. The two
3732 kinds of logs share the overall configuration approach and many
3733 features.
3734
3735 ICAP processing of a single HTTP message or transaction may
3736 require multiple ICAP transactions. In such cases, multiple
3737 ICAP transaction log lines will correspond to a single access
3738 log line.
3739
3740 ICAP log uses logformat codes that make sense for an ICAP
3741 transaction. Header-related codes are applied to the HTTP header
3742 embedded in an ICAP server response, with the following caveats:
3743 For REQMOD, there is no HTTP response header unless the ICAP
3744 server performed request satisfaction. For RESPMOD, the HTTP
3745 request header is the header sent to the ICAP server. For
3746 OPTIONS, there are no HTTP headers.
3747
3748 The following format codes are also available for ICAP logs:
3749
3750 icap::<A ICAP server IP address. Similar to <A.
3751
3752 icap::<service_name ICAP service name from the icap_service
3753 option in Squid configuration file.
3754
3755 icap::ru ICAP Request-URI. Similar to ru.
3756
3757 icap::rm ICAP request method (REQMOD, RESPMOD, or
3758 OPTIONS). Similar to existing rm.
3759
3760 icap::>st Bytes sent to the ICAP server (TCP payload
3761 only; i.e., what Squid writes to the socket).
3762
3763 icap::<st Bytes received from the ICAP server (TCP
3764 payload only; i.e., what Squid reads from
3765 the socket).
3766
3767 icap::<bs Number of message body bytes received from the
3768 ICAP server. ICAP message body, if any, usually
3769 includes encapsulated HTTP message headers and
3770 possibly encapsulated HTTP message body. The
3771 HTTP body part is dechunked before its size is
3772 computed.
3773
3774 icap::tr Transaction response time (in
3775 milliseconds). The timer starts when
3776 the ICAP transaction is created and
3777 stops when the transaction is completed.
3778 Similar to tr.
3779
3780 icap::tio Transaction I/O time (in milliseconds). The
3781 timer starts when the first ICAP request
3782 byte is scheduled for sending. The timers
3783 stops when the last byte of the ICAP response
3784 is received.
3785
3786 icap::to Transaction outcome: ICAP_ERR* for all
3787 transaction errors, ICAP_OPT for OPTION
3788 transactions, ICAP_ECHO for 204
3789 responses, ICAP_MOD for message
3790 modification, and ICAP_SAT for request
3791 satisfaction. Similar to Ss.
3792
3793 icap::Hs ICAP response status code. Similar to Hs.
3794
3795 icap::>h ICAP request header(s). Similar to >h.
3796
3797 icap::<h ICAP response header(s). Similar to <h.
3798
3799 The default ICAP log format, which can be used without an explicit
3800 definition, is called icap_squid:
3801
3802 logformat icap_squid %ts.%03tu %6icap::tr %>a %icap::to/%03icap::Hs %icap::<size %icap::rm %icap::ru% %un -/%icap::<A -
3803
3804 See also: logformat, log_icap, and %adapt::<last_h
3805 DOC_END
3806
3807 NAME: logfile_daemon
3808 TYPE: string
3809 DEFAULT: @DEFAULT_LOGFILED@
3810 LOC: Log::TheConfig.logfile_daemon
3811 DOC_START
3812 Specify the path to the logfile-writing daemon. This daemon is
3813 used to write the access and store logs, if configured.
3814
3815 Squid sends a number of commands to the log daemon:
3816 L<data>\n - logfile data
3817 R\n - rotate file
3818 T\n - truncate file
3819 O\n - reopen file
3820 F\n - flush file
3821 r<n>\n - set rotate count to <n>
3822 b<n>\n - 1 = buffer output, 0 = don't buffer output
3823
3824 No responses is expected.
3825 DOC_END
3826
3827 NAME: log_access
3828 TYPE: acl_access
3829 LOC: Config.accessList.log
3830 DEFAULT: none
3831 COMMENT: allow|deny acl acl...
3832 DOC_START
3833 This options allows you to control which requests gets logged
3834 to access.log (see access_log directive). Requests denied for
3835 logging will also not be accounted for in performance counters.
3836
3837 This clause only supports fast acl types.
3838 See http://wiki.squid-cache.org/SquidFaq/SquidAcl for details.
3839 DOC_END
3840
3841 NAME: log_icap
3842 TYPE: acl_access
3843 IFDEF: ICAP_CLIENT
3844 LOC: Config.accessList.icap
3845 DEFAULT: none
3846 DOC_START
3847 This options allows you to control which requests get logged
3848 to icap.log. See the icap_log directive for ICAP log details.
3849 DOC_END
3850
3851 NAME: cache_store_log
3852 TYPE: string
3853 DEFAULT: none
3854 LOC: Config.Log.store
3855 DOC_START
3856 Logs the activities of the storage manager. Shows which
3857 objects are ejected from the cache, and which objects are
3858 saved and for how long.
3859 There are not really utilities to analyze this data, so you can safely
3860 disable it (the default).
3861
3862 Store log uses modular logging outputs. See access_log for the list
3863 of modules supported.
3864
3865 Example:
3866 cache_store_log stdio:@DEFAULT_STORE_LOG@
3867 cache_store_log daemon:@DEFAULT_STORE_LOG@
3868 DOC_END
3869
3870 NAME: cache_swap_state cache_swap_log
3871 TYPE: string
3872 LOC: Config.Log.swap
3873 DEFAULT: none
3874 DOC_START
3875 Location for the cache "swap.state" file. This index file holds
3876 the metadata of objects saved on disk. It is used to rebuild
3877 the cache during startup. Normally this file resides in each
3878 'cache_dir' directory, but you may specify an alternate
3879 pathname here. Note you must give a full filename, not just
3880 a directory. Since this is the index for the whole object
3881 list you CANNOT periodically rotate it!
3882
3883 If %s can be used in the file name it will be replaced with a
3884 a representation of the cache_dir name where each / is replaced
3885 with '.'. This is needed to allow adding/removing cache_dir
3886 lines when cache_swap_log is being used.
3887
3888 If have more than one 'cache_dir', and %s is not used in the name
3889 these swap logs will have names such as:
3890
3891 cache_swap_log.00
3892 cache_swap_log.01
3893 cache_swap_log.02
3894
3895 The numbered extension (which is added automatically)
3896 corresponds to the order of the 'cache_dir' lines in this
3897 configuration file. If you change the order of the 'cache_dir'
3898 lines in this file, these index files will NOT correspond to
3899 the correct 'cache_dir' entry (unless you manually rename
3900 them). We recommend you do NOT use this option. It is
3901 better to keep these index files in each 'cache_dir' directory.
3902 DOC_END
3903
3904 NAME: logfile_rotate
3905 TYPE: int
3906 DEFAULT: 10
3907 LOC: Config.Log.rotateNumber
3908 DOC_START
3909 Specifies the number of logfile rotations to make when you
3910 type 'squid -k rotate'. The default is 10, which will rotate
3911 with extensions 0 through 9. Setting logfile_rotate to 0 will
3912 disable the file name rotation, but the logfiles are still closed
3913 and re-opened. This will enable you to rename the logfiles
3914 yourself just before sending the rotate signal.
3915
3916 Note, the 'squid -k rotate' command normally sends a USR1
3917 signal to the running squid process. In certain situations
3918 (e.g. on Linux with Async I/O), USR1 is used for other
3919 purposes, so -k rotate uses another signal. It is best to get
3920 in the habit of using 'squid -k rotate' instead of 'kill -USR1
3921 <pid>'.
3922
3923 Note, from Squid-3.1 this option has no effect on the cache.log,
3924 that log can be rotated separately by using debug_options
3925 DOC_END
3926
3927 NAME: emulate_httpd_log
3928 TYPE: obsolete
3929 DOC_START
3930 Replace this with an access_log directive using the format 'common' or 'combined'.
3931 DOC_END
3932
3933 NAME: log_ip_on_direct
3934 TYPE: obsolete
3935 DOC_START
3936 Remove this option from your config. To log server or peer names use %<A in the log format.
3937 DOC_END
3938
3939 NAME: mime_table
3940 TYPE: string
3941 DEFAULT: @DEFAULT_MIME_TABLE@
3942 LOC: Config.mimeTablePathname
3943 DOC_START
3944 Pathname to Squid's MIME table. You shouldn't need to change
3945 this, but the default file contains examples and formatting
3946 information if you do.
3947 DOC_END
3948
3949 NAME: log_mime_hdrs
3950 COMMENT: on|off
3951 TYPE: onoff
3952 LOC: Config.onoff.log_mime_hdrs
3953 DEFAULT: off
3954 DOC_START
3955 The Cache can record both the request and the response MIME
3956 headers for each HTTP transaction. The headers are encoded
3957 safely and will appear as two bracketed fields at the end of
3958 the access log (for either the native or httpd-emulated log
3959 formats). To enable this logging set log_mime_hdrs to 'on'.
3960 DOC_END
3961
3962 NAME: useragent_log
3963 TYPE: obsolete
3964 DOC_START
3965 Replace this with an access_log directive using the format 'useragent'.
3966 DOC_END
3967
3968 NAME: referer_log referrer_log
3969 TYPE: obsolete
3970 DOC_START
3971 Replace this with an access_log directive using the format 'referrer'.
3972 DOC_END
3973
3974 NAME: pid_filename
3975 TYPE: string
3976 DEFAULT: @DEFAULT_PID_FILE@
3977 LOC: Config.pidFilename
3978 DOC_START
3979 A filename to write the process-id to. To disable, enter "none".
3980 DOC_END
3981
3982 NAME: log_fqdn
3983 TYPE: obsolete
3984 DOC_START
3985 Remove this option from your config. To log FQDN use %>A in the log format.
3986 DOC_END
3987
3988 NAME: client_netmask
3989 TYPE: address
3990 LOC: Config.Addrs.client_netmask
3991 DEFAULT: no_addr
3992 DOC_START
3993 A netmask for client addresses in logfiles and cachemgr output.
3994 Change this to protect the privacy of your cache clients.
3995 A netmask of 255.255.255.0 will log all IP's in that range with
3996 the last digit set to '0'.
3997 DOC_END
3998
3999 NAME: forward_log
4000 TYPE: obsolete
4001 DOC_START
4002 Use a regular access.log with ACL limiting it to MISS events.
4003 DOC_END
4004
4005 NAME: strip_query_terms
4006 TYPE: onoff
4007 LOC: Config.onoff.strip_query_terms
4008 DEFAULT: on
4009 DOC_START
4010 By default, Squid strips query terms from requested URLs before
4011 logging. This protects your user's privacy.
4012 DOC_END
4013
4014 NAME: buffered_logs
4015 COMMENT: on|off
4016 TYPE: onoff
4017 DEFAULT: off
4018 LOC: Config.onoff.buffered_logs
4019 DOC_START
4020 cache.log log file is written with stdio functions, and as such
4021 it can be buffered or unbuffered. By default it will be unbuffered.
4022 Buffering it can speed up the writing slightly (though you are
4023 unlikely to need to worry unless you run with tons of debugging
4024 enabled in which case performance will suffer badly anyway..).
4025 DOC_END
4026
4027 NAME: netdb_filename
4028 TYPE: string
4029 DEFAULT: stdio:@DEFAULT_NETDB_FILE@
4030 LOC: Config.netdbFilename
4031 IFDEF: USE_ICMP
4032 DOC_START
4033 A filename where Squid stores it's netdb state between restarts.
4034 To disable, enter "none".
4035 DOC_END
4036
4037 COMMENT_START
4038 OPTIONS FOR TROUBLESHOOTING
4039 -----------------------------------------------------------------------------
4040 COMMENT_END
4041
4042 NAME: cache_log
4043 TYPE: string
4044 DEFAULT_IF_NONE: @DEFAULT_CACHE_LOG@
4045 LOC: Debug::cache_log
4046 DOC_START
4047 Cache logging file. This is where general information about
4048 your cache's behavior goes. You can increase the amount of data
4049 logged to this file and how often its rotated with "debug_options"
4050 DOC_END
4051
4052 NAME: debug_options
4053 TYPE: eol
4054 DEFAULT: ALL,1
4055 LOC: Debug::debugOptions
4056 DOC_START
4057 Logging options are set as section,level where each source file
4058 is assigned a unique section. Lower levels result in less
4059 output, Full debugging (level 9) can result in a very large
4060 log file, so be careful.
4061
4062 The magic word "ALL" sets debugging levels for all sections.
4063 We recommend normally running with "ALL,1".
4064
4065 The rotate=N option can be used to keep more or less of these logs
4066 than would otherwise be kept by logfile_rotate.
4067 For most uses a single log should be enough to monitor current
4068 events affecting Squid.
4069 DOC_END
4070
4071 NAME: coredump_dir
4072 TYPE: string
4073 LOC: Config.coredump_dir
4074 DEFAULT_IF_NONE: none
4075 DOC_START
4076 By default Squid leaves core files in the directory from where
4077 it was started. If you set 'coredump_dir' to a directory
4078 that exists, Squid will chdir() to that directory at startup
4079 and coredump files will be left there.
4080
4081 NOCOMMENT_START
4082
4083 # Leave coredumps in the first cache dir
4084 coredump_dir @DEFAULT_SWAP_DIR@
4085 NOCOMMENT_END
4086 DOC_END
4087
4088
4089 COMMENT_START
4090 OPTIONS FOR FTP GATEWAYING
4091 -----------------------------------------------------------------------------
4092 COMMENT_END
4093
4094 NAME: ftp_user
4095 TYPE: string
4096 DEFAULT: Squid@
4097 LOC: Config.Ftp.anon_user
4098 DOC_START
4099 If you want the anonymous login password to be more informative
4100 (and enable the use of picky ftp servers), set this to something
4101 reasonable for your domain, like wwwuser@somewhere.net
4102
4103 The reason why this is domainless by default is the
4104 request can be made on the behalf of a user in any domain,
4105 depending on how the cache is used.
4106 Some ftp server also validate the email address is valid
4107 (for example perl.com).
4108 DOC_END
4109
4110 NAME: ftp_passive
4111 TYPE: onoff
4112 DEFAULT: on
4113 LOC: Config.Ftp.passive
4114 DOC_START
4115 If your firewall does not allow Squid to use passive
4116 connections, turn off this option.
4117
4118 Use of ftp_epsv_all option requires this to be ON.
4119 DOC_END
4120
4121 NAME: ftp_epsv_all
4122 TYPE: onoff
4123 DEFAULT: off
4124 LOC: Config.Ftp.epsv_all
4125 DOC_START
4126 FTP Protocol extensions permit the use of a special "EPSV ALL" command.
4127
4128 NATs may be able to put the connection on a "fast path" through the
4129 translator, as the EPRT command will never be used and therefore,
4130 translation of the data portion of the segments will never be needed.
4131
4132 When a client only expects to do two-way FTP transfers this may be
4133 useful.
4134 If squid finds that it must do a three-way FTP transfer after issuing
4135 an EPSV ALL command, the FTP session will fail.
4136
4137 If you have any doubts about this option do not use it.
4138 Squid will nicely attempt all other connection methods.
4139
4140 Requires ftp_passive to be ON (default) for any effect.
4141 DOC_END
4142
4143 NAME: ftp_epsv
4144 TYPE: onoff
4145 DEFAULT: on
4146 LOC: Config.Ftp.epsv
4147 DOC_START
4148 FTP Protocol extensions permit the use of a special "EPSV" command.
4149
4150 NATs may be able to put the connection on a "fast path" through the
4151 translator using EPSV, as the EPRT command will never be used
4152 and therefore, translation of the data portion of the segments
4153 will never be needed.
4154
4155 Turning this OFF will prevent EPSV being attempted.
4156 WARNING: Doing so will convert Squid back to the old behavior with all
4157 the related problems with external NAT devices/layers.
4158
4159 Requires ftp_passive to be ON (default) for any effect.
4160 DOC_END
4161
4162 NAME: ftp_eprt
4163 TYPE: onoff
4164 DEFAULT: on
4165 LOC: Config.Ftp.eprt
4166 DOC_START
4167 FTP Protocol extensions permit the use of a special "EPRT" command.
4168
4169 This extension provides a protocol neutral alternative to the
4170 IPv4-only PORT command. When supported it enables active FTP data
4171 channels over IPv6 and efficient NAT handling.
4172
4173 Turning this OFF will prevent EPRT being attempted and will skip
4174 straight to using PORT for IPv4 servers.
4175
4176 Some devices are known to not handle this extension correctly and
4177 may result in crashes. Devices which suport EPRT enough to fail
4178 cleanly will result in Squid attempting PORT anyway. This directive
4179 should only be disabled when EPRT results in device failures.
4180
4181 WARNING: Doing so will convert Squid back to the old behavior with all
4182 the related problems with external NAT devices/layers and IPv4-only FTP.
4183 DOC_END
4184
4185 NAME: ftp_sanitycheck
4186 TYPE: onoff
4187 DEFAULT: on
4188 LOC: Config.Ftp.sanitycheck
4189 DOC_START
4190 For security and data integrity reasons Squid by default performs
4191 sanity checks of the addresses of FTP data connections ensure the
4192 data connection is to the requested server. If you need to allow
4193 FTP connections to servers using another IP address for the data
4194 connection turn this off.
4195 DOC_END
4196
4197 NAME: ftp_telnet_protocol
4198 TYPE: onoff
4199 DEFAULT: on
4200 LOC: Config.Ftp.telnet
4201 DOC_START
4202 The FTP protocol is officially defined to use the telnet protocol
4203 as transport channel for the control connection. However, many
4204 implementations are broken and does not respect this aspect of
4205 the FTP protocol.
4206
4207 If you have trouble accessing files with ASCII code 255 in the
4208 path or similar problems involving this ASCII code you can
4209 try setting this directive to off. If that helps, report to the
4210 operator of the FTP server in question that their FTP server
4211 is broken and does not follow the FTP standard.
4212 DOC_END
4213
4214 COMMENT_START
4215 OPTIONS FOR EXTERNAL SUPPORT PROGRAMS
4216 -----------------------------------------------------------------------------
4217 COMMENT_END
4218
4219 NAME: diskd_program
4220 TYPE: string
4221 DEFAULT: @DEFAULT_DISKD@
4222 LOC: Config.Program.diskd
4223 DOC_START
4224 Specify the location of the diskd executable.
4225 Note this is only useful if you have compiled in
4226 diskd as one of the store io modules.
4227 DOC_END
4228
4229 NAME: unlinkd_program
4230 IFDEF: USE_UNLINKD
4231 TYPE: string
4232 DEFAULT: @DEFAULT_UNLINKD@
4233 LOC: Config.Program.unlinkd
4234 DOC_START
4235 Specify the location of the executable for file deletion process.
4236 DOC_END
4237
4238 NAME: pinger_program
4239 TYPE: string
4240 DEFAULT: @DEFAULT_PINGER@
4241 LOC: Config.pinger.program
4242 IFDEF: USE_ICMP
4243 DOC_START
4244 Specify the location of the executable for the pinger process.
4245 DOC_END
4246
4247 NAME: pinger_enable
4248 TYPE: onoff
4249 DEFAULT: on
4250 LOC: Config.pinger.enable
4251 IFDEF: USE_ICMP
4252 DOC_START
4253 Control whether the pinger is active at run-time.
4254 Enables turning ICMP pinger on and off with a simple
4255 squid -k reconfigure.
4256 DOC_END
4257
4258
4259 COMMENT_START
4260 OPTIONS FOR URL REWRITING
4261 -----------------------------------------------------------------------------
4262 COMMENT_END
4263
4264 NAME: url_rewrite_program redirect_program
4265 TYPE: wordlist
4266 LOC: Config.Program.redirect
4267 DEFAULT: none
4268 DOC_START
4269 Specify the location of the executable URL rewriter to use.
4270 Since they can perform almost any function there isn't one included.
4271
4272 For each requested URL, the rewriter will receive on line with the format
4273
4274 [channel-ID <SP>] URL <SP> client_ip "/" fqdn <SP> user <SP> method [<SP> kv-pairs]<NL>
4275
4276
4277 After processing the request the helper must reply using the following format:
4278
4279 [channel-ID <SP>] result [<SP> kv-pairs]
4280
4281 The result code can be:
4282
4283 OK status=30N url="..."
4284 Redirect the URL to the one supplied in 'url='.
4285 'status=' is optional and contains the status code to send
4286 the client in Squids HTTP response. It must be one of the
4287 HTTP redirect status codes: 301, 302, 303, 307, 308.
4288 When no status is given Squid will use 302.
4289
4290 OK rewrite-url="..."
4291 Rewrite the URL to the one supplied in 'rewrite-url='.
4292 The new URL is fetched directly by Squid and returned to
4293 the client as the response to its request.
4294
4295 ERR
4296 Do not change the URL.
4297
4298 BH
4299 An internal error occurred in the helper, preventing
4300 a result being identified.
4301
4302
4303 In the future, the interface protocol will be extended with
4304 key=value pairs ("kv-pairs" shown above). Helper programs
4305 should be prepared to receive and possibly ignore additional
4306 whitespace-separated tokens on each input line.
4307
4308 When using the concurrency= option the protocol is changed by
4309 introducing a query channel tag in front of the request/response.
4310 The query channel tag is a number between 0 and concurrency-1.
4311 This value must be echoed back unchanged to Squid as the first part
4312 of the response relating to its request.
4313
4314 WARNING: URL re-writing ability should be avoided whenever possible.
4315 Use the URL redirect form of response instead.
4316
4317 Re-write creates a difference in the state held by the client
4318 and server. Possibly causing confusion when the server response
4319 contains snippets of its view state. Embeded URLs, response
4320 and content Location headers, etc. are not re-written by this
4321 interface.
4322
4323 By default, a URL rewriter is not used.
4324 DOC_END
4325
4326 NAME: url_rewrite_children redirect_children
4327 TYPE: HelperChildConfig
4328 DEFAULT: 20 startup=0 idle=1 concurrency=0
4329 LOC: Config.redirectChildren
4330 DOC_START
4331 The maximum number of redirector processes to spawn. If you limit
4332 it too few Squid will have to wait for them to process a backlog of
4333 URLs, slowing it down. If you allow too many they will use RAM
4334 and other system resources noticably.
4335
4336 The startup= and idle= options allow some measure of skew in your
4337 tuning.
4338
4339 startup=
4340
4341 Sets a minimum of how many processes are to be spawned when Squid
4342 starts or reconfigures. When set to zero the first request will
4343 cause spawning of the first child process to handle it.
4344
4345 Starting too few will cause an initial slowdown in traffic as Squid
4346 attempts to simultaneously spawn enough processes to cope.
4347
4348 idle=
4349
4350 Sets a minimum of how many processes Squid is to try and keep available
4351 at all times. When traffic begins to rise above what the existing
4352 processes can handle this many more will be spawned up to the maximum
4353 configured. A minimum setting of 1 is required.
4354
4355 concurrency=
4356
4357 The number of requests each redirector helper can handle in
4358 parallel. Defaults to 0 which indicates the redirector
4359 is a old-style single threaded redirector.
4360
4361 When this directive is set to a value >= 1 then the protocol
4362 used to communicate with the helper is modified to include
4363 an ID in front of the request/response. The ID from the request
4364 must be echoed back with the response to that request.
4365 DOC_END
4366
4367 NAME: url_rewrite_host_header redirect_rewrites_host_header
4368 TYPE: onoff
4369 DEFAULT: on
4370 LOC: Config.onoff.redir_rewrites_host
4371 DOC_START
4372 To preserve same-origin security policies in browsers and
4373 prevent Host: header forgery by redirectors Squid rewrites
4374 any Host: header in redirected requests.
4375
4376 If you are running an accelerator this may not be a wanted
4377 effect of a redirector. This directive enables you disable
4378 Host: alteration in reverse-proxy traffic.
4379
4380 WARNING: Entries are cached on the result of the URL rewriting
4381 process, so be careful if you have domain-virtual hosts.
4382
4383 WARNING: Squid and other software verifies the URL and Host
4384 are matching, so be careful not to relay through other proxies
4385 or inspecting firewalls with this disabled.
4386 DOC_END
4387
4388 NAME: url_rewrite_access redirector_access
4389 TYPE: acl_access
4390 DEFAULT: none
4391 LOC: Config.accessList.redirector
4392 DOC_START
4393 If defined, this access list specifies which requests are
4394 sent to the redirector processes. By default all requests
4395 are sent.
4396
4397 This clause supports both fast and slow acl types.
4398 See http://wiki.squid-cache.org/SquidFaq/SquidAcl for details.
4399 DOC_END
4400
4401 NAME: url_rewrite_bypass redirector_bypass
4402 TYPE: onoff
4403 LOC: Config.onoff.redirector_bypass
4404 DEFAULT: off
4405 DOC_START
4406 When this is 'on', a request will not go through the
4407 redirector if all redirectors are busy. If this is 'off'
4408 and the redirector queue grows too large, Squid will exit
4409 with a FATAL error and ask you to increase the number of
4410 redirectors. You should only enable this if the redirectors
4411 are not critical to your caching system. If you use
4412 redirectors for access control, and you enable this option,
4413 users may have access to pages they should not
4414 be allowed to request.
4415 DOC_END
4416
4417 COMMENT_START
4418 OPTIONS FOR STORE ID
4419 -----------------------------------------------------------------------------
4420 COMMENT_END
4421
4422 NAME: store_id_program storeurl_rewrite_program
4423 TYPE: wordlist
4424 LOC: Config.Program.store_id
4425 DEFAULT: none
4426 DOC_START
4427 Specify the location of the executable StoreID helper to use.
4428 Since they can perform almost any function there isn't one included.
4429
4430 For each requested URL, the helper will receive one line with the format
4431
4432 [channel-ID <SP>] URL <SP> client_ip "/" fqdn <SP> user <SP> method [<SP> kv-pairs]<NL>
4433
4434
4435 After processing the request the helper must reply using the following format:
4436
4437 [channel-ID <SP>] result [<SP> kv-pairs]
4438
4439 The result code can be:
4440
4441 OK store-id="..."
4442 Use the StoreID supplied in 'store-id='.
4443
4444 ERR
4445 The default is to use HTTP request URL as the store ID.
4446
4447 BH
4448 An internal error occured in the helper, preventing
4449 a result being identified.
4450
4451
4452 Helper programs should be prepared to receive and possibly ignore additional
4453 kv-pairs with keys they do not support.
4454
4455 When using the concurrency= option the protocol is changed by
4456 introducing a query channel tag in front of the request/response.
4457 The query channel tag is a number between 0 and concurrency-1.
4458 This value must be echoed back unchanged to Squid as the first part
4459 of the response relating to its request.
4460
4461 NOTE: when using StoreID refresh_pattern will apply to the StoreID
4462 returned from the helper and not the URL.
4463
4464 WARNING: Wrong StoreID value returned by a careless helper may result
4465 in the wrong cached response returned to the user.
4466
4467 By default, a StoreID helper is not used.
4468 DOC_END
4469
4470 NAME: store_id_children storeurl_rewrite_children
4471 TYPE: HelperChildConfig
4472 DEFAULT: 20 startup=0 idle=1 concurrency=0
4473 LOC: Config.storeIdChildren
4474 DOC_START
4475 The maximum number of StoreID helper processes to spawn. If you limit
4476 it too few Squid will have to wait for them to process a backlog of
4477 requests, slowing it down. If you allow too many they will use RAM
4478 and other system resources noticably.
4479
4480 The startup= and idle= options allow some measure of skew in your
4481 tuning.
4482
4483 startup=
4484
4485 Sets a minimum of how many processes are to be spawned when Squid
4486 starts or reconfigures. When set to zero the first request will
4487 cause spawning of the first child process to handle it.
4488
4489 Starting too few will cause an initial slowdown in traffic as Squid
4490 attempts to simultaneously spawn enough processes to cope.
4491
4492 idle=
4493
4494 Sets a minimum of how many processes Squid is to try and keep available
4495 at all times. When traffic begins to rise above what the existing
4496 processes can handle this many more will be spawned up to the maximum
4497 configured. A minimum setting of 1 is required.
4498
4499 concurrency=
4500
4501 The number of requests each storeID helper can handle in
4502 parallel. Defaults to 0 which indicates the helper
4503 is a old-style single threaded program.
4504
4505 When this directive is set to a value >= 1 then the protocol
4506 used to communicate with the helper is modified to include
4507 an ID in front of the request/response. The ID from the request
4508 must be echoed back with the response to that request.
4509 DOC_END
4510
4511 NAME: store_id_access storeurl_rewrite_access
4512 TYPE: acl_access
4513 DEFAULT: none
4514 LOC: Config.accessList.store_id
4515 DOC_START
4516 If defined, this access list specifies which requests are
4517 sent to the StoreID processes. By default all requests
4518 are sent.
4519
4520 This clause supports both fast and slow acl types.
4521 See http://wiki.squid-cache.org/SquidFaq/SquidAcl for details.
4522 DOC_END
4523
4524 NAME: store_id_bypass storeurl_rewrite_bypass
4525 TYPE: onoff
4526 LOC: Config.onoff.store_id_bypass
4527 DEFAULT: on
4528 DOC_START
4529 When this is 'on', a request will not go through the
4530 helper if all helpers are busy. If this is 'off'
4531 and the helper queue grows too large, Squid will exit
4532 with a FATAL error and ask you to increase the number of
4533 helpers. You should only enable this if the helperss
4534 are not critical to your caching system. If you use
4535 helpers for critical caching components, and you enable this
4536 option, users may not get objects from cache.
4537 DOC_END
4538
4539 COMMENT_START
4540 OPTIONS FOR TUNING THE CACHE
4541 -----------------------------------------------------------------------------
4542 COMMENT_END
4543
4544 NAME: cache no_cache
4545 TYPE: acl_access
4546 DEFAULT: none
4547 LOC: Config.accessList.noCache
4548 DOC_START
4549 A list of ACL elements which, if matched and denied, cause the request to
4550 not be satisfied from the cache and the reply to not be cached.
4551 In other words, use this to force certain objects to never be cached.
4552
4553 You must use the words 'allow' or 'deny' to indicate whether items
4554 matching the ACL should be allowed or denied into the cache.
4555
4556 Default is to allow all to be cached.
4557
4558 This clause supports both fast and slow acl types.
4559 See http://wiki.squid-cache.org/SquidFaq/SquidAcl for details.
4560 DOC_END
4561
4562 NAME: max_stale
4563 COMMENT: time-units
4564 TYPE: time_t
4565 LOC: Config.maxStale
4566 DEFAULT: 1 week
4567 DOC_START
4568 This option puts an upper limit on how stale content Squid
4569 will serve from the cache if cache validation fails.
4570 Can be overriden by the refresh_pattern max-stale option.
4571 DOC_END
4572
4573 NAME: refresh_pattern
4574 TYPE: refreshpattern
4575 LOC: Config.Refresh
4576 DEFAULT: none
4577 DOC_START
4578 usage: refresh_pattern [-i] regex min percent max [options]
4579
4580 By default, regular expressions are CASE-SENSITIVE. To make
4581 them case-insensitive, use the -i option.
4582
4583 'Min' is the time (in minutes) an object without an explicit
4584 expiry time should be considered fresh. The recommended
4585 value is 0, any higher values may cause dynamic applications
4586 to be erroneously cached unless the application designer
4587 has taken the appropriate actions.
4588
4589 'Percent' is a percentage of the objects age (time since last
4590 modification age) an object without explicit expiry time
4591 will be considered fresh.
4592
4593 'Max' is an upper limit on how long objects without an explicit
4594 expiry time will be considered fresh.
4595
4596 options: override-expire
4597 override-lastmod
4598 reload-into-ims
4599 ignore-reload
4600 ignore-no-store
4601 ignore-must-revalidate
4602 ignore-private
4603 ignore-auth
4604 max-stale=NN
4605 refresh-ims
4606 store-stale
4607
4608 override-expire enforces min age even if the server
4609 sent an explicit expiry time (e.g., with the
4610 Expires: header or Cache-Control: max-age). Doing this
4611 VIOLATES the HTTP standard. Enabling this feature
4612 could make you liable for problems which it causes.
4613
4614 Note: override-expire does not enforce staleness - it only extends
4615 freshness / min. If the server returns a Expires time which
4616 is longer than your max time, Squid will still consider
4617 the object fresh for that period of time.
4618
4619 override-lastmod enforces min age even on objects
4620 that were modified recently.
4621
4622 reload-into-ims changes client no-cache or ``reload''
4623 to If-Modified-Since requests. Doing this VIOLATES the
4624 HTTP standard. Enabling this feature could make you
4625 liable for problems which it causes.
4626
4627 ignore-reload ignores a client no-cache or ``reload''
4628 header. Doing this VIOLATES the HTTP standard. Enabling
4629 this feature could make you liable for problems which
4630 it causes.
4631
4632 ignore-no-store ignores any ``Cache-control: no-store''
4633 headers received from a server. Doing this VIOLATES
4634 the HTTP standard. Enabling this feature could make you
4635 liable for problems which it causes.
4636
4637 ignore-must-revalidate ignores any ``Cache-Control: must-revalidate``
4638 headers received from a server. Doing this VIOLATES
4639 the HTTP standard. Enabling this feature could make you
4640 liable for problems which it causes.
4641
4642 ignore-private ignores any ``Cache-control: private''
4643 headers received from a server. Doing this VIOLATES
4644 the HTTP standard. Enabling this feature could make you
4645 liable for problems which it causes.
4646
4647 ignore-auth caches responses to requests with authorization,
4648 as if the originserver had sent ``Cache-control: public''
4649 in the response header. Doing this VIOLATES the HTTP standard.
4650 Enabling this feature could make you liable for problems which
4651 it causes.
4652
4653 refresh-ims causes squid to contact the origin server
4654 when a client issues an If-Modified-Since request. This
4655 ensures that the client will receive an updated version
4656 if one is available.
4657
4658 store-stale stores responses even if they don't have explicit
4659 freshness or a validator (i.e., Last-Modified or an ETag)
4660 present, or if they're already stale. By default, Squid will
4661 not cache such responses because they usually can't be
4662 reused. Note that such responses will be stale by default.
4663
4664 max-stale=NN provide a maximum staleness factor. Squid won't
4665 serve objects more stale than this even if it failed to
4666 validate the object. Default: use the max_stale global limit.
4667
4668 Basically a cached object is:
4669
4670 FRESH if expires < now, else STALE
4671 STALE if age > max
4672 FRESH if lm-factor < percent, else STALE
4673 FRESH if age < min
4674 else STALE
4675
4676 The refresh_pattern lines are checked in the order listed here.
4677 The first entry which matches is used. If none of the entries
4678 match the default will be used.
4679
4680 Note, you must uncomment all the default lines if you want
4681 to change one. The default setting is only active if none is
4682 used.
4683
4684 NOCOMMENT_START
4685
4686 # Add any of your own refresh_pattern entries above these.
4687 refresh_pattern ^ftp: 1440 20% 10080
4688 refresh_pattern ^gopher: 1440 0% 1440
4689 refresh_pattern -i (/cgi-bin/|\?) 0 0% 0
4690 refresh_pattern . 0 20% 4320
4691 NOCOMMENT_END
4692 DOC_END
4693
4694 NAME: quick_abort_min
4695 COMMENT: (KB)
4696 TYPE: kb_int64_t
4697 DEFAULT: 16 KB
4698 LOC: Config.quickAbort.min
4699 DOC_NONE
4700
4701 NAME: quick_abort_max
4702 COMMENT: (KB)
4703 TYPE: kb_int64_t
4704 DEFAULT: 16 KB
4705 LOC: Config.quickAbort.max
4706 DOC_NONE
4707
4708 NAME: quick_abort_pct
4709 COMMENT: (percent)
4710 TYPE: int
4711 DEFAULT: 95
4712 LOC: Config.quickAbort.pct
4713 DOC_START
4714 The cache by default continues downloading aborted requests
4715 which are almost completed (less than 16 KB remaining). This
4716 may be undesirable on slow (e.g. SLIP) links and/or very busy
4717 caches. Impatient users may tie up file descriptors and
4718 bandwidth by repeatedly requesting and immediately aborting
4719 downloads.
4720
4721 When the user aborts a request, Squid will check the
4722 quick_abort values to the amount of data transfered until
4723 then.
4724
4725 If the transfer has less than 'quick_abort_min' KB remaining,
4726 it will finish the retrieval.
4727
4728 If the transfer has more than 'quick_abort_max' KB remaining,
4729 it will abort the retrieval.
4730
4731 If more than 'quick_abort_pct' of the transfer has completed,
4732 it will finish the retrieval.
4733
4734 If you do not want any retrieval to continue after the client
4735 has aborted, set both 'quick_abort_min' and 'quick_abort_max'
4736 to '0 KB'.
4737
4738 If you want retrievals to always continue if they are being
4739 cached set 'quick_abort_min' to '-1 KB'.
4740 DOC_END
4741
4742 NAME: read_ahead_gap
4743 COMMENT: buffer-size
4744 TYPE: b_int64_t
4745 LOC: Config.readAheadGap
4746 DEFAULT: 16 KB
4747 DOC_START
4748 The amount of data the cache will buffer ahead of what has been
4749 sent to the client when retrieving an object from another server.
4750 DOC_END
4751
4752 NAME: negative_ttl
4753 IFDEF: USE_HTTP_VIOLATIONS
4754 COMMENT: time-units
4755 TYPE: time_t
4756 LOC: Config.negativeTtl
4757 DEFAULT: 0 seconds
4758 DOC_START
4759 Set the Default Time-to-Live (TTL) for failed requests.
4760 Certain types of failures (such as "connection refused" and
4761 "404 Not Found") are able to be negatively-cached for a short time.
4762 Modern web servers should provide Expires: header, however if they
4763 do not this can provide a minimum TTL.
4764 The default is not to cache errors with unknown expiry details.
4765
4766 Note that this is different from negative caching of DNS lookups.
4767
4768 WARNING: Doing this VIOLATES the HTTP standard. Enabling
4769 this feature could make you liable for problems which it
4770 causes.
4771 DOC_END
4772
4773 NAME: positive_dns_ttl
4774 COMMENT: time-units
4775 TYPE: time_t
4776 LOC: Config.positiveDnsTtl
4777 DEFAULT: 6 hours
4778 DOC_START
4779 Upper limit on how long Squid will cache positive DNS responses.
4780 Default is 6 hours (360 minutes). This directive must be set
4781 larger than negative_dns_ttl.
4782 DOC_END
4783
4784 NAME: negative_dns_ttl
4785 COMMENT: time-units
4786 TYPE: time_t
4787 LOC: Config.negativeDnsTtl
4788 DEFAULT: 1 minutes
4789 DOC_START
4790 Time-to-Live (TTL) for negative caching of failed DNS lookups.
4791 This also sets the lower cache limit on positive lookups.
4792 Minimum value is 1 second, and it is not recommendable to go
4793 much below 10 seconds.
4794 DOC_END
4795
4796 NAME: range_offset_limit
4797 COMMENT: size [acl acl...]
4798 TYPE: acl_b_size_t
4799 LOC: Config.rangeOffsetLimit
4800 DEFAULT: none
4801 DOC_START
4802 usage: (size) [units] [[!]aclname]
4803
4804 Sets an upper limit on how far (number of bytes) into the file
4805 a Range request may be to cause Squid to prefetch the whole file.
4806 If beyond this limit, Squid forwards the Range request as it is and
4807 the result is NOT cached.
4808
4809 This is to stop a far ahead range request (lets say start at 17MB)
4810 from making Squid fetch the whole object up to that point before
4811 sending anything to the client.
4812
4813 Multiple range_offset_limit lines may be specified, and they will
4814 be searched from top to bottom on each request until a match is found.
4815 The first match found will be used. If no line matches a request, the
4816 default limit of 0 bytes will be used.
4817
4818 'size' is the limit specified as a number of units.
4819
4820 'units' specifies whether to use bytes, KB, MB, etc.
4821 If no units are specified bytes are assumed.
4822
4823 A size of 0 causes Squid to never fetch more than the
4824 client requested. (default)
4825
4826 A size of 'none' causes Squid to always fetch the object from the
4827 beginning so it may cache the result. (2.0 style)
4828
4829 'aclname' is the name of a defined ACL.
4830
4831 NP: Using 'none' as the byte value here will override any quick_abort settings
4832 that may otherwise apply to the range request. The range request will
4833 be fully fetched from start to finish regardless of the client
4834 actions. This affects bandwidth usage.
4835 DOC_END
4836
4837 NAME: minimum_expiry_time
4838 COMMENT: (seconds)
4839 TYPE: time_t
4840 LOC: Config.minimum_expiry_time
4841 DEFAULT: 60 seconds
4842 DOC_START
4843 The minimum caching time according to (Expires - Date)
4844 Headers Squid honors if the object can't be revalidated
4845 defaults to 60 seconds. In reverse proxy environments it
4846 might be desirable to honor shorter object lifetimes. It
4847 is most likely better to make your server return a
4848 meaningful Last-Modified header however. In ESI environments
4849 where page fragments often have short lifetimes, this will
4850 often be best set to 0.
4851 DOC_END
4852
4853 NAME: store_avg_object_size
4854 COMMENT: (bytes)
4855 TYPE: b_int64_t
4856 DEFAULT: 13 KB
4857 LOC: Config.Store.avgObjectSize
4858 DOC_START
4859 Average object size, used to estimate number of objects your
4860 cache can hold. The default is 13 KB.
4861 DOC_END
4862
4863 NAME: store_objects_per_bucket
4864 TYPE: int
4865 DEFAULT: 20
4866 LOC: Config.Store.objectsPerBucket
4867 DOC_START
4868 Target number of objects per bucket in the store hash table.
4869 Lowering this value increases the total number of buckets and
4870 also the storage maintenance rate. The default is 20.
4871 DOC_END
4872
4873 COMMENT_START
4874 HTTP OPTIONS
4875 -----------------------------------------------------------------------------
4876 COMMENT_END
4877
4878 NAME: request_header_max_size
4879 COMMENT: (KB)
4880 TYPE: b_size_t
4881 DEFAULT: 64 KB
4882 LOC: Config.maxRequestHeaderSize
4883 DOC_START
4884 This specifies the maximum size for HTTP headers in a request.
4885 Request headers are usually relatively small (about 512 bytes).
4886 Placing a limit on the request header size will catch certain
4887 bugs (for example with persistent connections) and possibly
4888 buffer-overflow or denial-of-service attacks.
4889 DOC_END
4890
4891 NAME: reply_header_max_size
4892 COMMENT: (KB)
4893 TYPE: b_size_t
4894 DEFAULT: 64 KB
4895 LOC: Config.maxReplyHeaderSize
4896 DOC_START
4897 This specifies the maximum size for HTTP headers in a reply.
4898 Reply headers are usually relatively small (about 512 bytes).
4899 Placing a limit on the reply header size will catch certain
4900 bugs (for example with persistent connections) and possibly
4901 buffer-overflow or denial-of-service attacks.
4902 DOC_END
4903
4904 NAME: request_body_max_size
4905 COMMENT: (bytes)
4906 TYPE: b_int64_t
4907 DEFAULT: 0 KB
4908 LOC: Config.maxRequestBodySize
4909 DOC_START
4910 This specifies the maximum size for an HTTP request body.
4911 In other words, the maximum size of a PUT/POST request.
4912 A user who attempts to send a request with a body larger
4913 than this limit receives an "Invalid Request" error message.
4914 If you set this parameter to a zero (the default), there will
4915 be no limit imposed.
4916 DOC_END
4917
4918 NAME: client_request_buffer_max_size
4919 COMMENT: (bytes)
4920 TYPE: b_size_t
4921 DEFAULT: 512 KB
4922 LOC: Config.maxRequestBufferSize
4923 DOC_START
4924 This specifies the maximum buffer size of a client request.
4925 It prevents squid eating too much memory when somebody uploads
4926 a large file.
4927 DOC_END
4928
4929 NAME: chunked_request_body_max_size
4930 COMMENT: (bytes)
4931 TYPE: b_int64_t
4932 DEFAULT: 64 KB
4933 LOC: Config.maxChunkedRequestBodySize
4934 DOC_START
4935 A broken or confused HTTP/1.1 client may send a chunked HTTP
4936 request to Squid. Squid does not have full support for that
4937 feature yet. To cope with such requests, Squid buffers the
4938 entire request and then dechunks request body to create a
4939 plain HTTP/1.0 request with a known content length. The plain
4940 request is then used by the rest of Squid code as usual.
4941
4942 The option value specifies the maximum size of the buffer used
4943 to hold the request before the conversion. If the chunked
4944 request size exceeds the specified limit, the conversion
4945 fails, and the client receives an "unsupported request" error,
4946 as if dechunking was disabled.
4947
4948 Dechunking is enabled by default. To disable conversion of
4949 chunked requests, set the maximum to zero.
4950
4951 Request dechunking feature and this option in particular are a
4952 temporary hack. When chunking requests and responses are fully
4953 supported, there will be no need to buffer a chunked request.
4954 DOC_END
4955
4956 NAME: broken_posts
4957 IFDEF: USE_HTTP_VIOLATIONS
4958 TYPE: acl_access
4959 DEFAULT: none
4960 LOC: Config.accessList.brokenPosts
4961 DOC_START
4962 A list of ACL elements which, if matched, causes Squid to send
4963 an extra CRLF pair after the body of a PUT/POST request.
4964
4965 Some HTTP servers has broken implementations of PUT/POST,
4966 and rely on an extra CRLF pair sent by some WWW clients.
4967
4968 Quote from RFC2616 section 4.1 on this matter:
4969
4970 Note: certain buggy HTTP/1.0 client implementations generate an
4971 extra CRLF's after a POST request. To restate what is explicitly
4972 forbidden by the BNF, an HTTP/1.1 client must not preface or follow
4973 a request with an extra CRLF.
4974
4975 This clause only supports fast acl types.
4976 See http://wiki.squid-cache.org/SquidFaq/SquidAcl for details.
4977
4978 Example:
4979 acl buggy_server url_regex ^http://....
4980 broken_posts allow buggy_server
4981 DOC_END
4982
4983 NAME: adaptation_uses_indirect_client icap_uses_indirect_client
4984 COMMENT: on|off
4985 TYPE: onoff
4986 IFDEF: FOLLOW_X_FORWARDED_FOR&&USE_ADAPTATION
4987 DEFAULT: on
4988 LOC: Adaptation::Config::use_indirect_client
4989 DOC_START
4990 Controls whether the indirect client IP address (instead of the direct
4991 client IP address) is passed to adaptation services.
4992
4993 See also: follow_x_forwarded_for adaptation_send_client_ip
4994 DOC_END
4995
4996 NAME: via
4997 IFDEF: USE_HTTP_VIOLATIONS
4998 COMMENT: on|off
4999 TYPE: onoff
5000 DEFAULT: on
5001 LOC: Config.onoff.via
5002 DOC_START
5003 If set (default), Squid will include a Via header in requests and
5004 replies as required by RFC2616.
5005 DOC_END
5006
5007 NAME: ie_refresh
5008 COMMENT: on|off
5009 TYPE: onoff
5010 LOC: Config.onoff.ie_refresh
5011 DEFAULT: off
5012 DOC_START
5013 Microsoft Internet Explorer up until version 5.5 Service
5014 Pack 1 has an issue with transparent proxies, wherein it
5015 is impossible to force a refresh. Turning this on provides
5016 a partial fix to the problem, by causing all IMS-REFRESH
5017 requests from older IE versions to check the origin server
5018 for fresh content. This reduces hit ratio by some amount
5019 (~10% in my experience), but allows users to actually get
5020 fresh content when they want it. Note because Squid
5021 cannot tell if the user is using 5.5 or 5.5SP1, the behavior
5022 of 5.5 is unchanged from old versions of Squid (i.e. a
5023 forced refresh is impossible). Newer versions of IE will,
5024 hopefully, continue to have the new behavior and will be
5025 handled based on that assumption. This option defaults to
5026 the old Squid behavior, which is better for hit ratios but
5027 worse for clients using IE, if they need to be able to
5028 force fresh content.
5029 DOC_END
5030
5031 NAME: vary_ignore_expire
5032 COMMENT: on|off
5033 TYPE: onoff
5034 LOC: Config.onoff.vary_ignore_expire
5035 DEFAULT: off
5036 DOC_START
5037 Many HTTP servers supporting Vary gives such objects
5038 immediate expiry time with no cache-control header
5039 when requested by a HTTP/1.0 client. This option
5040 enables Squid to ignore such expiry times until
5041 HTTP/1.1 is fully implemented.
5042
5043 WARNING: If turned on this may eventually cause some
5044 varying objects not intended for caching to get cached.
5045 DOC_END
5046
5047 NAME: request_entities
5048 TYPE: onoff
5049 LOC: Config.onoff.request_entities
5050 DEFAULT: off
5051 DOC_START
5052 Squid defaults to deny GET and HEAD requests with request entities,
5053 as the meaning of such requests are undefined in the HTTP standard
5054 even if not explicitly forbidden.
5055
5056 Set this directive to on if you have clients which insists
5057 on sending request entities in GET or HEAD requests. But be warned
5058 that there is server software (both proxies and web servers) which
5059 can fail to properly process this kind of request which may make you
5060 vulnerable to cache pollution attacks if enabled.
5061 DOC_END
5062
5063 NAME: request_header_access
5064 IFDEF: USE_HTTP_VIOLATIONS
5065 TYPE: http_header_access
5066 LOC: Config.request_header_access
5067 DEFAULT: none
5068 DOC_START
5069 Usage: request_header_access header_name allow|deny [!]aclname ...
5070
5071 WARNING: Doing this VIOLATES the HTTP standard. Enabling
5072 this feature could make you liable for problems which it
5073 causes.
5074
5075 This option replaces the old 'anonymize_headers' and the
5076 older 'http_anonymizer' option with something that is much
5077 more configurable. A list of ACLs for each header name allows
5078 removal of specific header fields under specific conditions.
5079
5080 This option only applies to outgoing HTTP request headers (i.e.,
5081 headers sent by Squid to the next HTTP hop such as a cache peer
5082 or an origin server). The option has no effect during cache hit
5083 detection. The equivalent adaptation vectoring point in ICAP
5084 terminology is post-cache REQMOD.
5085
5086 The option is applied to individual outgoing request header
5087 fields. For each request header field F, Squid uses the first
5088 qualifying sets of request_header_access rules:
5089
5090 1. Rules with header_name equal to F's name.
5091 2. Rules with header_name 'Other', provided F's name is not
5092 on the hard-coded list of commonly used HTTP header names.
5093 3. Rules with header_name 'All'.
5094
5095 Within that qualifying rule set, rule ACLs are checked as usual.
5096 If ACLs of an "allow" rule match, the header field is allowed to
5097 go through as is. If ACLs of a "deny" rule match, the header is
5098 removed and request_header_replace is then checked to identify
5099 if the removed header has a replacement. If no rules within the
5100 set have matching ACLs, the header field is left as is.
5101
5102 For example, to achieve the same behavior as the old
5103 'http_anonymizer standard' option, you should use:
5104
5105 request_header_access From deny all
5106 request_header_access Referer deny all
5107 request_header_access Server deny all
5108 request_header_access User-Agent deny all
5109 request_header_access WWW-Authenticate deny all
5110 request_header_access Link deny all
5111
5112 Or, to reproduce the old 'http_anonymizer paranoid' feature
5113 you should use:
5114
5115 request_header_access Allow allow all
5116 request_header_access Authorization allow all
5117 request_header_access WWW-Authenticate allow all
5118 request_header_access Proxy-Authorization allow all
5119 request_header_access Proxy-Authenticate allow all
5120 request_header_access Cache-Control allow all
5121 request_header_access Content-Encoding allow all
5122 request_header_access Content-Length allow all
5123 request_header_access Content-Type allow all
5124 request_header_access Date allow all
5125 request_header_access Expires allow all
5126 request_header_access Host allow all
5127 request_header_access If-Modified-Since allow all
5128 request_header_access Last-Modified allow all
5129 request_header_access Location allow all
5130 request_header_access Pragma allow all
5131 request_header_access Accept allow all
5132 request_header_access Accept-Charset allow all
5133 request_header_access Accept-Encoding allow all
5134 request_header_access Accept-Language allow all
5135 request_header_access Content-Language allow all
5136 request_header_access Mime-Version allow all
5137 request_header_access Retry-After allow all
5138 request_header_access Title allow all
5139 request_header_access Connection allow all
5140 request_header_access All deny all
5141
5142 although many of those are HTTP reply headers, and so should be
5143 controlled with the reply_header_access directive.
5144
5145 By default, all headers are allowed (no anonymizing is
5146 performed).
5147 DOC_END
5148
5149 NAME: reply_header_access
5150 IFDEF: USE_HTTP_VIOLATIONS
5151 TYPE: http_header_access
5152 LOC: Config.reply_header_access
5153 DEFAULT: none
5154 DOC_START
5155 Usage: reply_header_access header_name allow|deny [!]aclname ...
5156
5157 WARNING: Doing this VIOLATES the HTTP standard. Enabling
5158 this feature could make you liable for problems which it
5159 causes.
5160
5161 This option only applies to reply headers, i.e., from the
5162 server to the client.
5163
5164 This is the same as request_header_access, but in the other
5165 direction. Please see request_header_access for detailed
5166 documentation.
5167
5168 For example, to achieve the same behavior as the old
5169 'http_anonymizer standard' option, you should use:
5170
5171 reply_header_access From deny all
5172 reply_header_access Referer deny all
5173 reply_header_access Server deny all
5174 reply_header_access User-Agent deny all
5175 reply_header_access WWW-Authenticate deny all
5176 reply_header_access Link deny all
5177
5178 Or, to reproduce the old 'http_anonymizer paranoid' feature
5179 you should use:
5180
5181 reply_header_access Allow allow all
5182 reply_header_access Authorization allow all
5183 reply_header_access WWW-Authenticate allow all
5184 reply_header_access Proxy-Authorization allow all
5185 reply_header_access Proxy-Authenticate allow all
5186 reply_header_access Cache-Control allow all
5187 reply_header_access Content-Encoding allow all
5188 reply_header_access Content-Length allow all
5189 reply_header_access Content-Type allow all
5190 reply_header_access Date allow all
5191 reply_header_access Expires allow all
5192 reply_header_access Host allow all
5193 reply_header_access If-Modified-Since allow all
5194 reply_header_access Last-Modified allow all
5195 reply_header_access Location allow all
5196 reply_header_access Pragma allow all
5197 reply_header_access Accept allow all
5198 reply_header_access Accept-Charset allow all
5199 reply_header_access Accept-Encoding allow all
5200 reply_header_access Accept-Language allow all
5201 reply_header_access Content-Language allow all
5202 reply_header_access Mime-Version allow all
5203 reply_header_access Retry-After allow all
5204 reply_header_access Title allow all
5205 reply_header_access Connection allow all
5206 reply_header_access All deny all
5207
5208 although the HTTP request headers won't be usefully controlled
5209 by this directive -- see request_header_access for details.
5210
5211 By default, all headers are allowed (no anonymizing is
5212 performed).
5213 DOC_END
5214
5215 NAME: request_header_replace header_replace
5216 IFDEF: USE_HTTP_VIOLATIONS
5217 TYPE: http_header_replace
5218 LOC: Config.request_header_access
5219 DEFAULT: none
5220 DOC_START
5221 Usage: request_header_replace header_name message
5222 Example: request_header_replace User-Agent Nutscrape/1.0 (CP/M; 8-bit)
5223
5224 This option allows you to change the contents of headers
5225 denied with request_header_access above, by replacing them
5226 with some fixed string. This replaces the old fake_user_agent
5227 option.
5228
5229 This only applies to request headers, not reply headers.
5230
5231 By default, headers are removed if denied.
5232 DOC_END
5233
5234 NAME: reply_header_replace
5235 IFDEF: USE_HTTP_VIOLATIONS
5236 TYPE: http_header_replace
5237 LOC: Config.reply_header_access
5238 DEFAULT: none
5239 DOC_START
5240 Usage: reply_header_replace header_name message
5241 Example: reply_header_replace Server Foo/1.0
5242
5243 This option allows you to change the contents of headers
5244 denied with reply_header_access above, by replacing them
5245 with some fixed string.
5246
5247 This only applies to reply headers, not request headers.
5248
5249 By default, headers are removed if denied.
5250 DOC_END
5251
5252 NAME: request_header_add
5253 TYPE: HeaderWithAclList
5254 LOC: Config.request_header_add
5255 DEFAULT: none
5256 DOC_START
5257 Usage: request_header_add field-name field-value acl1 [acl2] ...
5258 Example: request_header_add X-Client-CA "CA=%ssl::>cert_issuer" all
5259
5260 This option adds header fields to outgoing HTTP requests (i.e.,
5261 request headers sent by Squid to the next HTTP hop such as a
5262 cache peer or an origin server). The option has no effect during
5263 cache hit detection. The equivalent adaptation vectoring point
5264 in ICAP terminology is post-cache REQMOD.
5265
5266 Field-name is a token specifying an HTTP header name. If a
5267 standard HTTP header name is used, Squid does not check whether
5268 the new header conflicts with any existing headers or violates
5269 HTTP rules. If the request to be modified already contains a
5270 field with the same name, the old field is preserved but the
5271 header field values are not merged.
5272
5273 Field-value is either a token or a quoted string. If quoted
5274 string format is used, then the surrounding quotes are removed
5275 while escape sequences and %macros are processed.
5276
5277 In theory, all of the logformat codes can be used as %macros.
5278 However, unlike logging (which happens at the very end of
5279 transaction lifetime), the transaction may not yet have enough
5280 information to expand a macro when the new header value is needed.
5281 And some information may already be available to Squid but not yet
5282 committed where the macro expansion code can access it (report
5283 such instances!). The macro will be expanded into a single dash
5284 ('-') in such cases. Not all macros have been tested.
5285
5286 One or more Squid ACLs may be specified to restrict header
5287 injection to matching requests. As always in squid.conf, all
5288 ACLs in an option ACL list must be satisfied for the insertion
5289 to happen. The request_header_add option supports fast ACLs
5290 only.
5291 DOC_END
5292
5293 NAME: note
5294 TYPE: note
5295 LOC: Config.notes
5296 DEFAULT: none
5297 DOC_START
5298 This option used to log custom information about the master
5299 transaction. For example, an admin may configure Squid to log
5300 which "user group" the transaction belongs to, where "user group"
5301 will be determined based on a set of ACLs and not [just]
5302 authentication information.
5303 Values of key/value pairs can be logged using %{key}note macros:
5304
5305 note key value acl ...
5306 logformat myFormat ... %{key}note ...
5307 DOC_END
5308
5309 NAME: relaxed_header_parser
5310 COMMENT: on|off|warn
5311 TYPE: tristate
5312 LOC: Config.onoff.relaxed_header_parser
5313 DEFAULT: on
5314 DOC_START
5315 In the default "on" setting Squid accepts certain forms
5316 of non-compliant HTTP messages where it is unambiguous
5317 what the sending application intended even if the message
5318 is not correctly formatted. The messages is then normalized
5319 to the correct form when forwarded by Squid.
5320
5321 If set to "warn" then a warning will be emitted in cache.log
5322 each time such HTTP error is encountered.
5323
5324 If set to "off" then such HTTP errors will cause the request
5325 or response to be rejected.
5326 DOC_END
5327
5328 COMMENT_START
5329 TIMEOUTS
5330 -----------------------------------------------------------------------------
5331 COMMENT_END
5332
5333 NAME: forward_timeout
5334 COMMENT: time-units
5335 TYPE: time_t
5336 LOC: Config.Timeout.forward
5337 DEFAULT: 4 minutes
5338 DOC_START
5339 This parameter specifies how long Squid should at most attempt in
5340 finding a forwarding path for the request before giving up.
5341 DOC_END
5342
5343 NAME: connect_timeout
5344 COMMENT: time-units
5345 TYPE: time_t
5346 LOC: Config.Timeout.connect
5347 DEFAULT: 1 minute
5348 DOC_START
5349 This parameter specifies how long to wait for the TCP connect to
5350 the requested server or peer to complete before Squid should
5351 attempt to find another path where to forward the request.
5352 DOC_END
5353
5354 NAME: peer_connect_timeout
5355 COMMENT: time-units
5356 TYPE: time_t
5357 LOC: Config.Timeout.peer_connect
5358 DEFAULT: 30 seconds
5359 DOC_START
5360 This parameter specifies how long to wait for a pending TCP
5361 connection to a peer cache. The default is 30 seconds. You
5362 may also set different timeout values for individual neighbors
5363 with the 'connect-timeout' option on a 'cache_peer' line.
5364 DOC_END
5365
5366 NAME: read_timeout
5367 COMMENT: time-units
5368 TYPE: time_t
5369 LOC: Config.Timeout.read
5370 DEFAULT: 15 minutes
5371 DOC_START
5372 The read_timeout is applied on server-side connections. After
5373 each successful read(), the timeout will be extended by this
5374 amount. If no data is read again after this amount of time,
5375 the request is aborted and logged with ERR_READ_TIMEOUT. The
5376 default is 15 minutes.
5377 DOC_END
5378
5379 NAME: write_timeout
5380 COMMENT: time-units
5381 TYPE: time_t
5382 LOC: Config.Timeout.write
5383 DEFAULT: 15 minutes
5384 DOC_START
5385 This timeout is tracked for all connections that have data
5386 available for writing and are waiting for the socket to become
5387 ready. After each successful write, the timeout is extended by
5388 the configured amount. If Squid has data to write but the
5389 connection is not ready for the configured duration, the
5390 transaction associated with the connection is terminated. The
5391 default is 15 minutes.
5392 DOC_END
5393
5394 NAME: request_timeout
5395 TYPE: time_t
5396 LOC: Config.Timeout.request
5397 DEFAULT: 5 minutes
5398 DOC_START
5399 How long to wait for complete HTTP request headers after initial
5400 connection establishment.
5401 DOC_END
5402
5403 NAME: client_idle_pconn_timeout persistent_request_timeout
5404 TYPE: time_t
5405 LOC: Config.Timeout.clientIdlePconn
5406 DEFAULT: 2 minutes
5407 DOC_START
5408 How long to wait for the next HTTP request on a persistent
5409 client connection after the previous request completes.
5410 DOC_END
5411
5412 NAME: client_lifetime
5413 COMMENT: time-units
5414 TYPE: time_t
5415 LOC: Config.Timeout.lifetime
5416 DEFAULT: 1 day
5417 DOC_START
5418 The maximum amount of time a client (browser) is allowed to
5419 remain connected to the cache process. This protects the Cache
5420 from having a lot of sockets (and hence file descriptors) tied up
5421 in a CLOSE_WAIT state from remote clients that go away without
5422 properly shutting down (either because of a network failure or
5423 because of a poor client implementation). The default is one
5424 day, 1440 minutes.
5425
5426 NOTE: The default value is intended to be much larger than any
5427 client would ever need to be connected to your cache. You
5428 should probably change client_lifetime only as a last resort.
5429 If you seem to have many client connections tying up
5430 filedescriptors, we recommend first tuning the read_timeout,
5431 request_timeout, persistent_request_timeout and quick_abort values.
5432 DOC_END
5433
5434 NAME: half_closed_clients
5435 TYPE: onoff
5436 LOC: Config.onoff.half_closed_clients
5437 DEFAULT: off
5438 DOC_START
5439 Some clients may shutdown the sending side of their TCP
5440 connections, while leaving their receiving sides open. Sometimes,
5441 Squid can not tell the difference between a half-closed and a
5442 fully-closed TCP connection.
5443
5444 By default, Squid will immediately close client connections when
5445 read(2) returns "no more data to read."
5446
5447 Change this option to 'on' and Squid will keep open connections
5448 until a read(2) or write(2) on the socket returns an error.
5449 This may show some benefits for reverse proxies. But if not
5450 it is recommended to leave OFF.
5451 DOC_END
5452
5453 NAME: server_idle_pconn_timeout pconn_timeout
5454 TYPE: time_t
5455 LOC: Config.Timeout.serverIdlePconn
5456 DEFAULT: 1 minute
5457 DOC_START
5458 Timeout for idle persistent connections to servers and other
5459 proxies.
5460 DOC_END
5461
5462 NAME: ident_timeout
5463 TYPE: time_t
5464 IFDEF: USE_IDENT
5465 LOC: Ident::TheConfig.timeout
5466 DEFAULT: 10 seconds
5467 DOC_START
5468 Maximum time to wait for IDENT lookups to complete.
5469
5470 If this is too high, and you enabled IDENT lookups from untrusted
5471 users, you might be susceptible to denial-of-service by having
5472 many ident requests going at once.
5473 DOC_END
5474
5475 NAME: shutdown_lifetime
5476 COMMENT: time-units
5477 TYPE: time_t
5478 LOC: Config.shutdownLifetime
5479 DEFAULT: 30 seconds
5480 DOC_START
5481 When SIGTERM or SIGHUP is received, the cache is put into
5482 "shutdown pending" mode until all active sockets are closed.
5483 This value is the lifetime to set for all open descriptors
5484 during shutdown mode. Any active clients after this many
5485 seconds will receive a 'timeout' message.
5486 DOC_END
5487
5488 COMMENT_START
5489 ADMINISTRATIVE PARAMETERS
5490 -----------------------------------------------------------------------------
5491 COMMENT_END
5492
5493 NAME: cache_mgr
5494 TYPE: string
5495 DEFAULT: webmaster
5496 LOC: Config.adminEmail
5497 DOC_START
5498 Email-address of local cache manager who will receive
5499 mail if the cache dies. The default is "webmaster."
5500 DOC_END
5501
5502 NAME: mail_from
5503 TYPE: string
5504 DEFAULT: none
5505 LOC: Config.EmailFrom
5506 DOC_START
5507 From: email-address for mail sent when the cache dies.
5508 The default is to use 'appname@unique_hostname'.
5509 Default appname value is "squid", can be changed into
5510 src/globals.h before building squid.
5511 DOC_END
5512
5513 NAME: mail_program
5514 TYPE: eol
5515 DEFAULT: mail
5516 LOC: Config.EmailProgram
5517 DOC_START
5518 Email program used to send mail if the cache dies.
5519 The default is "mail". The specified program must comply
5520 with the standard Unix mail syntax:
5521 mail-program recipient < mailfile
5522
5523 Optional command line options can be specified.
5524 DOC_END
5525
5526 NAME: cache_effective_user
5527 TYPE: string
5528 DEFAULT: @DEFAULT_CACHE_EFFECTIVE_USER@
5529 LOC: Config.effectiveUser
5530 DOC_START
5531 If you start Squid as root, it will change its effective/real
5532 UID/GID to the user specified below. The default is to change
5533 to UID of @DEFAULT_CACHE_EFFECTIVE_USER@.
5534 see also; cache_effective_group
5535 DOC_END
5536
5537 NAME: cache_effective_group
5538 TYPE: string
5539 DEFAULT: none
5540 LOC: Config.effectiveGroup
5541 DOC_START
5542 Squid sets the GID to the effective user's default group ID
5543 (taken from the password file) and supplementary group list
5544 from the groups membership.
5545
5546 If you want Squid to run with a specific GID regardless of
5547 the group memberships of the effective user then set this
5548 to the group (or GID) you want Squid to run as. When set
5549 all other group privileges of the effective user are ignored
5550 and only this GID is effective. If Squid is not started as
5551 root the user starting Squid MUST be member of the specified
5552 group.
5553
5554 This option is not recommended by the Squid Team.
5555 Our preference is for administrators to configure a secure
5556 user account for squid with UID/GID matching system policies.
5557 DOC_END
5558
5559 NAME: httpd_suppress_version_string
5560 COMMENT: on|off
5561 TYPE: onoff
5562 DEFAULT: off
5563 LOC: Config.onoff.httpd_suppress_version_string
5564 DOC_START
5565 Suppress Squid version string info in HTTP headers and HTML error pages.
5566 DOC_END
5567
5568 NAME: visible_hostname
5569 TYPE: string
5570 LOC: Config.visibleHostname
5571 DEFAULT: none
5572 DOC_START
5573 If you want to present a special hostname in error messages, etc,
5574 define this. Otherwise, the return value of gethostname()
5575 will be used. If you have multiple caches in a cluster and
5576 get errors about IP-forwarding you must set them to have individual
5577 names with this setting.
5578 DOC_END
5579
5580 NAME: unique_hostname
5581 TYPE: string
5582 LOC: Config.uniqueHostname
5583 DEFAULT: none
5584 DOC_START
5585 If you want to have multiple machines with the same
5586 'visible_hostname' you must give each machine a different
5587 'unique_hostname' so forwarding loops can be detected.
5588 DOC_END
5589
5590 NAME: hostname_aliases
5591 TYPE: wordlist
5592 LOC: Config.hostnameAliases
5593 DEFAULT: none
5594 DOC_START
5595 A list of other DNS names your cache has.
5596 DOC_END
5597
5598 NAME: umask
5599 TYPE: int
5600 LOC: Config.umask
5601 DEFAULT: 027
5602 DOC_START
5603 Minimum umask which should be enforced while the proxy
5604 is running, in addition to the umask set at startup.
5605
5606 For a traditional octal representation of umasks, start
5607 your value with 0.
5608 DOC_END
5609
5610 COMMENT_START
5611 OPTIONS FOR THE CACHE REGISTRATION SERVICE
5612 -----------------------------------------------------------------------------
5613
5614 This section contains parameters for the (optional) cache
5615 announcement service. This service is provided to help
5616 cache administrators locate one another in order to join or
5617 create cache hierarchies.
5618
5619 An 'announcement' message is sent (via UDP) to the registration
5620 service by Squid. By default, the announcement message is NOT
5621 SENT unless you enable it with 'announce_period' below.
5622
5623 The announcement message includes your hostname, plus the
5624 following information from this configuration file:
5625
5626 http_port
5627 icp_port
5628 cache_mgr
5629
5630 All current information is processed regularly and made
5631 available on the Web at http://www.ircache.net/Cache/Tracker/.
5632 COMMENT_END
5633
5634 NAME: announce_period
5635 TYPE: time_t
5636 LOC: Config.Announce.period
5637 DEFAULT: 0
5638 DOC_START
5639 This is how frequently to send cache announcements. The
5640 default is `0' which disables sending the announcement
5641 messages.
5642
5643 To enable announcing your cache, just set an announce period.
5644
5645 Example:
5646 announce_period 1 day
5647 DOC_END
5648
5649 NAME: announce_host
5650 TYPE: string
5651 DEFAULT: tracker.ircache.net
5652 LOC: Config.Announce.host
5653 DOC_NONE
5654
5655 NAME: announce_file
5656 TYPE: string
5657 DEFAULT: none
5658 LOC: Config.Announce.file
5659 DOC_NONE
5660
5661 NAME: announce_port
5662 TYPE: u_short
5663 DEFAULT: 3131
5664 LOC: Config.Announce.port
5665 DOC_START
5666 announce_host and announce_port set the hostname and port
5667 number where the registration message will be sent.
5668
5669 Hostname will default to 'tracker.ircache.net' and port will
5670 default default to 3131. If the 'filename' argument is given,
5671 the contents of that file will be included in the announce
5672 message.
5673 DOC_END
5674
5675 COMMENT_START
5676 HTTPD-ACCELERATOR OPTIONS
5677 -----------------------------------------------------------------------------
5678 COMMENT_END
5679
5680 NAME: httpd_accel_surrogate_id
5681 TYPE: string
5682 DEFAULT: none
5683 LOC: Config.Accel.surrogate_id
5684 DOC_START
5685 Surrogates (http://www.esi.org/architecture_spec_1.0.html)
5686 need an identification token to allow control targeting. Because
5687 a farm of surrogates may all perform the same tasks, they may share
5688 an identification token.
5689
5690 The default ID is the visible_hostname
5691 DOC_END
5692
5693 NAME: http_accel_surrogate_remote
5694 COMMENT: on|off
5695 TYPE: onoff
5696 DEFAULT: off
5697 LOC: Config.onoff.surrogate_is_remote
5698 DOC_START
5699 Remote surrogates (such as those in a CDN) honour Surrogate-Control: no-store-remote.
5700 Set this to on to have squid behave as a remote surrogate.
5701 DOC_END
5702
5703 NAME: esi_parser
5704 IFDEF: USE_SQUID_ESI
5705 COMMENT: libxml2|expat|custom
5706 TYPE: string
5707 LOC: ESIParser::Type
5708 DEFAULT: custom
5709 DOC_START
5710 ESI markup is not strictly XML compatible. The custom ESI parser
5711 will give higher performance, but cannot handle non ASCII character
5712 encodings.
5713 DOC_END
5714
5715 COMMENT_START
5716 DELAY POOL PARAMETERS
5717 -----------------------------------------------------------------------------
5718 COMMENT_END
5719
5720 NAME: delay_pools
5721 TYPE: delay_pool_count
5722 DEFAULT: 0
5723 IFDEF: USE_DELAY_POOLS
5724 LOC: Config.Delay
5725 DOC_START
5726 This represents the number of delay pools to be used. For example,
5727 if you have one class 2 delay pool and one class 3 delays pool, you
5728 have a total of 2 delay pools.
5729 DOC_END
5730
5731 NAME: delay_class
5732 TYPE: delay_pool_class
5733 DEFAULT: none
5734 IFDEF: USE_DELAY_POOLS
5735 LOC: Config.Delay
5736 DOC_START
5737 This defines the class of each delay pool. There must be exactly one
5738 delay_class line for each delay pool. For example, to define two
5739 delay pools, one of class 2 and one of class 3, the settings above
5740 and here would be:
5741
5742 Example:
5743 delay_pools 4 # 4 delay pools
5744 delay_class 1 2 # pool 1 is a class 2 pool
5745 delay_class 2 3 # pool 2 is a class 3 pool
5746 delay_class 3 4 # pool 3 is a class 4 pool
5747 delay_class 4 5 # pool 4 is a class 5 pool
5748
5749 The delay pool classes are:
5750
5751 class 1 Everything is limited by a single aggregate
5752 bucket.
5753
5754 class 2 Everything is limited by a single aggregate
5755 bucket as well as an "individual" bucket chosen
5756 from bits 25 through 32 of the IPv4 address.
5757
5758 class 3 Everything is limited by a single aggregate
5759 bucket as well as a "network" bucket chosen
5760 from bits 17 through 24 of the IP address and a
5761 "individual" bucket chosen from bits 17 through
5762 32 of the IPv4 address.
5763
5764 class 4 Everything in a class 3 delay pool, with an
5765 additional limit on a per user basis. This
5766 only takes effect if the username is established
5767 in advance - by forcing authentication in your
5768 http_access rules.
5769
5770 class 5 Requests are grouped according their tag (see
5771 external_acl's tag= reply).
5772
5773
5774 Each pool also requires a delay_parameters directive to configure the pool size
5775 and speed limits used whenever the pool is applied to a request. Along with
5776 a set of delay_access directives to determine when it is used.
5777
5778 NOTE: If an IP address is a.b.c.d
5779 -> bits 25 through 32 are "d"
5780 -> bits 17 through 24 are "c"
5781 -> bits 17 through 32 are "c * 256 + d"
5782
5783 NOTE-2: Due to the use of bitmasks in class 2,3,4 pools they only apply to
5784 IPv4 traffic. Class 1 and 5 pools may be used with IPv6 traffic.
5785 DOC_END
5786
5787 NAME: delay_access
5788 TYPE: delay_pool_access
5789 DEFAULT: none
5790 IFDEF: USE_DELAY_POOLS
5791 LOC: Config.Delay
5792 DOC_START
5793 This is used to determine which delay pool a request falls into.
5794
5795 delay_access is sorted per pool and the matching starts with pool 1,
5796 then pool 2, ..., and finally pool N. The first delay pool where the
5797 request is allowed is selected for the request. If it does not allow
5798 the request to any pool then the request is not delayed (default).
5799
5800 For example, if you want some_big_clients in delay
5801 pool 1 and lotsa_little_clients in delay pool 2:
5802
5803 Example:
5804 delay_access 1 allow some_big_clients
5805 delay_access 1 deny all
5806 delay_access 2 allow lotsa_little_clients
5807 delay_access 2 deny all
5808 delay_access 3 allow authenticated_clients
5809 DOC_END
5810
5811 NAME: delay_parameters
5812 TYPE: delay_pool_rates
5813 DEFAULT: none
5814 IFDEF: USE_DELAY_POOLS
5815 LOC: Config.Delay
5816 DOC_START
5817 This defines the parameters for a delay pool. Each delay pool has
5818 a number of "buckets" associated with it, as explained in the
5819 description of delay_class.
5820
5821 For a class 1 delay pool, the syntax is:
5822 delay_pools pool 1
5823 delay_parameters pool aggregate
5824
5825 For a class 2 delay pool:
5826 delay_pools pool 2
5827 delay_parameters pool aggregate individual
5828
5829 For a class 3 delay pool:
5830 delay_pools pool 3
5831 delay_parameters pool aggregate network individual
5832
5833 For a class 4 delay pool:
5834 delay_pools pool 4
5835 delay_parameters pool aggregate network individual user
5836
5837 For a class 5 delay pool:
5838 delay_pools pool 5
5839 delay_parameters pool tagrate
5840
5841 The option variables are:
5842
5843 pool a pool number - ie, a number between 1 and the
5844 number specified in delay_pools as used in
5845 delay_class lines.
5846
5847 aggregate the speed limit parameters for the aggregate bucket
5848 (class 1, 2, 3).
5849
5850 individual the speed limit parameters for the individual
5851 buckets (class 2, 3).
5852
5853 network the speed limit parameters for the network buckets
5854 (class 3).
5855
5856 user the speed limit parameters for the user buckets
5857 (class 4).
5858
5859 tagrate the speed limit parameters for the tag buckets
5860 (class 5).
5861
5862 A pair of delay parameters is written restore/maximum, where restore is
5863 the number of bytes (not bits - modem and network speeds are usually
5864 quoted in bits) per second placed into the bucket, and maximum is the
5865 maximum number of bytes which can be in the bucket at any time.
5866
5867 There must be one delay_parameters line for each delay pool.
5868
5869
5870 For example, if delay pool number 1 is a class 2 delay pool as in the
5871 above example, and is being used to strictly limit each host to 64Kbit/sec
5872 (plus overheads), with no overall limit, the line is:
5873
5874 delay_parameters 1 -1/-1 8000/8000
5875
5876 Note that 8 x 8000 KByte/sec -> 64Kbit/sec.
5877
5878 Note that the figure -1 is used to represent "unlimited".
5879
5880
5881 And, if delay pool number 2 is a class 3 delay pool as in the above
5882 example, and you want to limit it to a total of 256Kbit/sec (strict limit)
5883 with each 8-bit network permitted 64Kbit/sec (strict limit) and each
5884 individual host permitted 4800bit/sec with a bucket maximum size of 64Kbits
5885 to permit a decent web page to be downloaded at a decent speed
5886 (if the network is not being limited due to overuse) but slow down
5887 large downloads more significantly:
5888
5889 delay_parameters 2 32000/32000 8000/8000 600/8000
5890
5891 Note that 8 x 32000 KByte/sec -> 256Kbit/sec.
5892 8 x 8000 KByte/sec -> 64Kbit/sec.
5893 8 x 600 Byte/sec -> 4800bit/sec.
5894
5895
5896 Finally, for a class 4 delay pool as in the example - each user will
5897 be limited to 128Kbits/sec no matter how many workstations they are logged into.:
5898
5899 delay_parameters 4 32000/32000 8000/8000 600/64000 16000/16000
5900 DOC_END
5901
5902 NAME: delay_initial_bucket_level
5903 COMMENT: (percent, 0-100)
5904 TYPE: u_short
5905 DEFAULT: 50
5906 IFDEF: USE_DELAY_POOLS
5907 LOC: Config.Delay.initial
5908 DOC_START
5909 The initial bucket percentage is used to determine how much is put
5910 in each bucket when squid starts, is reconfigured, or first notices
5911 a host accessing it (in class 2 and class 3, individual hosts and
5912 networks only have buckets associated with them once they have been
5913 "seen" by squid).
5914 DOC_END
5915
5916 COMMENT_START
5917 CLIENT DELAY POOL PARAMETERS
5918 -----------------------------------------------------------------------------
5919 COMMENT_END
5920
5921 NAME: client_delay_pools
5922 TYPE: client_delay_pool_count
5923 DEFAULT: 0
5924 IFDEF: USE_DELAY_POOLS
5925 LOC: Config.ClientDelay
5926 DOC_START
5927 This option specifies the number of client delay pools used. It must
5928 preceed other client_delay_* options.
5929
5930 Example:
5931 client_delay_pools 2
5932 DOC_END
5933
5934 NAME: client_delay_initial_bucket_level
5935 COMMENT: (percent, 0-no_limit)
5936 TYPE: u_short
5937 DEFAULT: 50
5938 IFDEF: USE_DELAY_POOLS
5939 LOC: Config.ClientDelay.initial
5940 DOC_START
5941 This option determines the initial bucket size as a percentage of
5942 max_bucket_size from client_delay_parameters. Buckets are created
5943 at the time of the "first" connection from the matching IP. Idle
5944 buckets are periodically deleted up.
5945
5946 You can specify more than 100 percent but note that such "oversized"
5947 buckets are not refilled until their size goes down to max_bucket_size
5948 from client_delay_parameters.
5949
5950 Example:
5951 client_delay_initial_bucket_level 50
5952 DOC_END
5953
5954 NAME: client_delay_parameters
5955 TYPE: client_delay_pool_rates
5956 DEFAULT: none
5957 IFDEF: USE_DELAY_POOLS
5958 LOC: Config.ClientDelay
5959 DOC_START
5960
5961 This option configures client-side bandwidth limits using the
5962 following format:
5963
5964 client_delay_parameters pool speed_limit max_bucket_size
5965
5966 pool is an integer ID used for client_delay_access matching.
5967
5968 speed_limit is bytes added to the bucket per second.
5969
5970 max_bucket_size is the maximum size of a bucket, enforced after any
5971 speed_limit additions.
5972
5973 Please see the delay_parameters option for more information and
5974 examples.
5975
5976 Example:
5977 client_delay_parameters 1 1024 2048
5978 client_delay_parameters 2 51200 16384
5979 DOC_END
5980
5981 NAME: client_delay_access
5982 TYPE: client_delay_pool_access
5983 DEFAULT: none
5984 IFDEF: USE_DELAY_POOLS
5985 LOC: Config.ClientDelay
5986 DOC_START
5987
5988 This option determines the client-side delay pool for the
5989 request:
5990
5991 client_delay_access pool_ID allow|deny acl_name
5992
5993 All client_delay_access options are checked in their pool ID
5994 order, starting with pool 1. The first checked pool with allowed
5995 request is selected for the request. If no ACL matches or there
5996 are no client_delay_access options, the request bandwidth is not
5997 limited.
5998
5999 The ACL-selected pool is then used to find the
6000 client_delay_parameters for the request. Client-side pools are
6001 not used to aggregate clients. Clients are always aggregated
6002 based on their source IP addresses (one bucket per source IP).
6003
6004 Please see delay_access for more examples.
6005
6006 Example:
6007 client_delay_access 1 allow low_rate_network
6008 client_delay_access 2 allow vips_network
6009 DOC_END
6010
6011 COMMENT_START
6012 WCCPv1 AND WCCPv2 CONFIGURATION OPTIONS
6013 -----------------------------------------------------------------------------
6014 COMMENT_END
6015
6016 NAME: wccp_router
6017 TYPE: address
6018 LOC: Config.Wccp.router
6019 DEFAULT: any_addr
6020 IFDEF: USE_WCCP
6021 DOC_START
6022 Use this option to define your WCCP ``home'' router for
6023 Squid.
6024
6025 wccp_router supports a single WCCP(v1) router
6026
6027 wccp2_router supports multiple WCCPv2 routers
6028
6029 only one of the two may be used at the same time and defines
6030 which version of WCCP to use.
6031 DOC_END
6032
6033 NAME: wccp2_router
6034 TYPE: IpAddress_list
6035 LOC: Config.Wccp2.router
6036 DEFAULT: none
6037 IFDEF: USE_WCCPv2
6038 DOC_START
6039 Use this option to define your WCCP ``home'' router for
6040 Squid.
6041
6042 wccp_router supports a single WCCP(v1) router
6043
6044 wccp2_router supports multiple WCCPv2 routers
6045
6046 only one of the two may be used at the same time and defines
6047 which version of WCCP to use.
6048 DOC_END
6049
6050 NAME: wccp_version
6051 TYPE: int
6052 LOC: Config.Wccp.version
6053 DEFAULT: 4
6054 IFDEF: USE_WCCP
6055 DOC_START
6056 This directive is only relevant if you need to set up WCCP(v1)
6057 to some very old and end-of-life Cisco routers. In all other
6058 setups it must be left unset or at the default setting.
6059 It defines an internal version in the WCCP(v1) protocol,
6060 with version 4 being the officially documented protocol.
6061
6062 According to some users, Cisco IOS 11.2 and earlier only
6063 support WCCP version 3. If you're using that or an earlier
6064 version of IOS, you may need to change this value to 3, otherwise
6065 do not specify this parameter.
6066 DOC_END
6067
6068 NAME: wccp2_rebuild_wait
6069 TYPE: onoff
6070 LOC: Config.Wccp2.rebuildwait
6071 DEFAULT: on
6072 IFDEF: USE_WCCPv2
6073 DOC_START
6074 If this is enabled Squid will wait for the cache dir rebuild to finish
6075 before sending the first wccp2 HereIAm packet
6076 DOC_END
6077
6078 NAME: wccp2_forwarding_method
6079 TYPE: wccp2_method
6080 LOC: Config.Wccp2.forwarding_method
6081 DEFAULT: gre
6082 IFDEF: USE_WCCPv2
6083 DOC_START
6084 WCCP2 allows the setting of forwarding methods between the
6085 router/switch and the cache. Valid values are as follows:
6086
6087 gre - GRE encapsulation (forward the packet in a GRE/WCCP tunnel)
6088 l2 - L2 redirect (forward the packet using Layer 2/MAC rewriting)
6089
6090 Currently (as of IOS 12.4) cisco routers only support GRE.
6091 Cisco switches only support the L2 redirect assignment method.
6092 DOC_END
6093
6094 NAME: wccp2_return_method
6095 TYPE: wccp2_method
6096 LOC: Config.Wccp2.return_method
6097 DEFAULT: gre
6098 IFDEF: USE_WCCPv2
6099 DOC_START
6100 WCCP2 allows the setting of return methods between the
6101 router/switch and the cache for packets that the cache
6102 decides not to handle. Valid values are as follows:
6103
6104 gre - GRE encapsulation (forward the packet in a GRE/WCCP tunnel)
6105 l2 - L2 redirect (forward the packet using Layer 2/MAC rewriting)
6106
6107 Currently (as of IOS 12.4) cisco routers only support GRE.
6108 Cisco switches only support the L2 redirect assignment.
6109
6110 If the "ip wccp redirect exclude in" command has been
6111 enabled on the cache interface, then it is still safe for
6112 the proxy server to use a l2 redirect method even if this
6113 option is set to GRE.
6114 DOC_END
6115
6116 NAME: wccp2_assignment_method
6117 TYPE: wccp2_amethod
6118 LOC: Config.Wccp2.assignment_method
6119 DEFAULT: hash
6120 IFDEF: USE_WCCPv2
6121 DOC_START
6122 WCCP2 allows the setting of methods to assign the WCCP hash
6123 Valid values are as follows:
6124
6125 hash - Hash assignment
6126 mask - Mask assignment
6127
6128 As a general rule, cisco routers support the hash assignment method
6129 and cisco switches support the mask assignment method.
6130 DOC_END
6131
6132 NAME: wccp2_service
6133 TYPE: wccp2_service
6134 LOC: Config.Wccp2.info
6135 DEFAULT_IF_NONE: standard 0
6136 IFDEF: USE_WCCPv2
6137 DOC_START
6138 WCCP2 allows for multiple traffic services. There are two
6139 types: "standard" and "dynamic". The standard type defines
6140 one service id - http (id 0). The dynamic service ids can be from
6141 51 to 255 inclusive. In order to use a dynamic service id
6142 one must define the type of traffic to be redirected; this is done
6143 using the wccp2_service_info option.
6144
6145 The "standard" type does not require a wccp2_service_info option,
6146 just specifying the service id will suffice.
6147
6148 MD5 service authentication can be enabled by adding
6149 "password=<password>" to the end of this service declaration.
6150
6151 Examples:
6152
6153 wccp2_service standard 0 # for the 'web-cache' standard service
6154 wccp2_service dynamic 80 # a dynamic service type which will be
6155 # fleshed out with subsequent options.
6156 wccp2_service standard 0 password=foo
6157 DOC_END
6158
6159 NAME: wccp2_service_info
6160 TYPE: wccp2_service_info
6161 LOC: Config.Wccp2.info
6162 DEFAULT: none
6163 IFDEF: USE_WCCPv2
6164 DOC_START
6165 Dynamic WCCPv2 services require further information to define the
6166 traffic you wish to have diverted.
6167
6168 The format is:
6169
6170 wccp2_service_info <id> protocol=<protocol> flags=<flag>,<flag>..
6171 priority=<priority> ports=<port>,<port>..
6172
6173 The relevant WCCPv2 flags:
6174 + src_ip_hash, dst_ip_hash
6175 + source_port_hash, dst_port_hash
6176 + src_ip_alt_hash, dst_ip_alt_hash
6177 + src_port_alt_hash, dst_port_alt_hash
6178 + ports_source
6179
6180 The port list can be one to eight entries.
6181
6182 Example:
6183
6184 wccp2_service_info 80 protocol=tcp flags=src_ip_hash,ports_source
6185 priority=240 ports=80
6186
6187 Note: the service id must have been defined by a previous
6188 'wccp2_service dynamic <id>' entry.
6189 DOC_END
6190
6191 NAME: wccp2_weight
6192 TYPE: int
6193 LOC: Config.Wccp2.weight
6194 DEFAULT: 10000
6195 IFDEF: USE_WCCPv2
6196 DOC_START
6197 Each cache server gets assigned a set of the destination
6198 hash proportional to their weight.
6199 DOC_END
6200
6201 NAME: wccp_address
6202 TYPE: address
6203 LOC: Config.Wccp.address
6204 DEFAULT: 0.0.0.0
6205 IFDEF: USE_WCCP
6206 DOC_NONE
6207
6208 NAME: wccp2_address
6209 TYPE: address
6210 LOC: Config.Wccp2.address
6211 DEFAULT: 0.0.0.0
6212 IFDEF: USE_WCCPv2
6213 DOC_START
6214 Use this option if you require WCCP to use a specific
6215 interface address.
6216
6217 The default behavior is to not bind to any specific address.
6218 DOC_END
6219
6220 COMMENT_START
6221 PERSISTENT CONNECTION HANDLING
6222 -----------------------------------------------------------------------------
6223
6224 Also see "pconn_timeout" in the TIMEOUTS section
6225 COMMENT_END
6226
6227 NAME: client_persistent_connections
6228 TYPE: onoff
6229 LOC: Config.onoff.client_pconns
6230 DEFAULT: on
6231 DOC_NONE
6232
6233 NAME: server_persistent_connections
6234 TYPE: onoff
6235 LOC: Config.onoff.server_pconns
6236 DEFAULT: on
6237 DOC_START
6238 Persistent connection support for clients and servers. By
6239 default, Squid uses persistent connections (when allowed)
6240 with its clients and servers. You can use these options to
6241 disable persistent connections with clients and/or servers.
6242 DOC_END
6243
6244 NAME: persistent_connection_after_error
6245 TYPE: onoff
6246 LOC: Config.onoff.error_pconns
6247 DEFAULT: on
6248 DOC_START
6249 With this directive the use of persistent connections after
6250 HTTP errors can be disabled. Useful if you have clients
6251 who fail to handle errors on persistent connections proper.
6252 DOC_END
6253
6254 NAME: detect_broken_pconn
6255 TYPE: onoff
6256 LOC: Config.onoff.detect_broken_server_pconns
6257 DEFAULT: off
6258 DOC_START
6259 Some servers have been found to incorrectly signal the use
6260 of HTTP/1.0 persistent connections even on replies not
6261 compatible, causing significant delays. This server problem
6262 has mostly been seen on redirects.
6263
6264 By enabling this directive Squid attempts to detect such
6265 broken replies and automatically assume the reply is finished
6266 after 10 seconds timeout.
6267 DOC_END
6268
6269 COMMENT_START
6270 CACHE DIGEST OPTIONS
6271 -----------------------------------------------------------------------------
6272 COMMENT_END
6273
6274 NAME: digest_generation
6275 IFDEF: USE_CACHE_DIGESTS
6276 TYPE: onoff
6277 LOC: Config.onoff.digest_generation
6278 DEFAULT: on
6279 DOC_START
6280 This controls whether the server will generate a Cache Digest
6281 of its contents. By default, Cache Digest generation is
6282 enabled if Squid is compiled with --enable-cache-digests defined.
6283 DOC_END
6284
6285 NAME: digest_bits_per_entry
6286 IFDEF: USE_CACHE_DIGESTS
6287 TYPE: int
6288 LOC: Config.digest.bits_per_entry
6289 DEFAULT: 5
6290 DOC_START
6291 This is the number of bits of the server's Cache Digest which
6292 will be associated with the Digest entry for a given HTTP
6293 Method and URL (public key) combination. The default is 5.
6294 DOC_END
6295
6296 NAME: digest_rebuild_period
6297 IFDEF: USE_CACHE_DIGESTS
6298 COMMENT: (seconds)
6299 TYPE: time_t
6300 LOC: Config.digest.rebuild_period
6301 DEFAULT: 1 hour
6302 DOC_START
6303 This is the wait time between Cache Digest rebuilds.
6304 DOC_END
6305
6306 NAME: digest_rewrite_period
6307 COMMENT: (seconds)
6308 IFDEF: USE_CACHE_DIGESTS
6309 TYPE: time_t
6310 LOC: Config.digest.rewrite_period
6311 DEFAULT: 1 hour
6312 DOC_START
6313 This is the wait time between Cache Digest writes to
6314 disk.
6315 DOC_END
6316
6317 NAME: digest_swapout_chunk_size
6318 COMMENT: (bytes)
6319 TYPE: b_size_t
6320 IFDEF: USE_CACHE_DIGESTS
6321 LOC: Config.digest.swapout_chunk_size
6322 DEFAULT: 4096 bytes
6323 DOC_START
6324 This is the number of bytes of the Cache Digest to write to
6325 disk at a time. It defaults to 4096 bytes (4KB), the Squid
6326 default swap page.
6327 DOC_END
6328
6329 NAME: digest_rebuild_chunk_percentage
6330 COMMENT: (percent, 0-100)
6331 IFDEF: USE_CACHE_DIGESTS
6332 TYPE: int
6333 LOC: Config.digest.rebuild_chunk_percentage
6334 DEFAULT: 10
6335 DOC_START
6336 This is the percentage of the Cache Digest to be scanned at a
6337 time. By default it is set to 10% of the Cache Digest.
6338 DOC_END
6339
6340 COMMENT_START
6341 SNMP OPTIONS
6342 -----------------------------------------------------------------------------
6343 COMMENT_END
6344
6345 NAME: snmp_port
6346 TYPE: u_short
6347 LOC: Config.Port.snmp
6348 DEFAULT: 0
6349 IFDEF: SQUID_SNMP
6350 DOC_START
6351 The port number where Squid listens for SNMP requests. To enable
6352 SNMP support set this to a suitable port number. Port number
6353 3401 is often used for the Squid SNMP agent. By default it's
6354 set to "0" (disabled)
6355
6356 Example:
6357 snmp_port 3401
6358 DOC_END
6359
6360 NAME: snmp_access
6361 TYPE: acl_access
6362 LOC: Config.accessList.snmp
6363 DEFAULT_IF_NONE: deny all
6364 IFDEF: SQUID_SNMP
6365 DOC_START
6366 Allowing or denying access to the SNMP port.
6367
6368 All access to the agent is denied by default.
6369 usage:
6370
6371 snmp_access allow|deny [!]aclname ...
6372
6373 This clause only supports fast acl types.
6374 See http://wiki.squid-cache.org/SquidFaq/SquidAcl for details.
6375 Example:
6376 snmp_access allow snmppublic localhost
6377 snmp_access deny all
6378 DOC_END
6379
6380 NAME: snmp_incoming_address
6381 TYPE: address
6382 LOC: Config.Addrs.snmp_incoming
6383 DEFAULT: any_addr
6384 IFDEF: SQUID_SNMP
6385 DOC_NONE
6386
6387 NAME: snmp_outgoing_address
6388 TYPE: address
6389 LOC: Config.Addrs.snmp_outgoing
6390 DEFAULT: no_addr
6391 IFDEF: SQUID_SNMP
6392 DOC_START
6393 Just like 'udp_incoming_address', but for the SNMP port.
6394
6395 snmp_incoming_address is used for the SNMP socket receiving
6396 messages from SNMP agents.
6397 snmp_outgoing_address is used for SNMP packets returned to SNMP
6398 agents.
6399
6400 The default snmp_incoming_address is to listen on all
6401 available network interfaces.
6402
6403 If snmp_outgoing_address is not set it will use the same socket
6404 as snmp_incoming_address. Only change this if you want to have
6405 SNMP replies sent using another address than where this Squid
6406 listens for SNMP queries.
6407
6408 NOTE, snmp_incoming_address and snmp_outgoing_address can not have
6409 the same value since they both use port 3401.
6410 DOC_END
6411
6412 COMMENT_START
6413 ICP OPTIONS
6414 -----------------------------------------------------------------------------
6415 COMMENT_END
6416
6417 NAME: icp_port udp_port
6418 TYPE: u_short
6419 DEFAULT: 0
6420 LOC: Config.Port.icp
6421 DOC_START
6422 The port number where Squid sends and receives ICP queries to
6423 and from neighbor caches. The standard UDP port for ICP is 3130.
6424 Default is disabled (0).
6425
6426 Example:
6427 icp_port @DEFAULT_ICP_PORT@
6428 DOC_END
6429
6430 NAME: htcp_port
6431 IFDEF: USE_HTCP
6432 TYPE: u_short
6433 DEFAULT: 0
6434 LOC: Config.Port.htcp
6435 DOC_START
6436 The port number where Squid sends and receives HTCP queries to
6437 and from neighbor caches. To turn it on you want to set it to
6438 4827. By default it is set to "0" (disabled).
6439
6440 Example:
6441 htcp_port 4827
6442 DOC_END
6443
6444 NAME: log_icp_queries
6445 COMMENT: on|off
6446 TYPE: onoff
6447 DEFAULT: on
6448 LOC: Config.onoff.log_udp
6449 DOC_START
6450 If set, ICP queries are logged to access.log. You may wish
6451 do disable this if your ICP load is VERY high to speed things
6452 up or to simplify log analysis.
6453 DOC_END
6454
6455 NAME: udp_incoming_address
6456 TYPE: address
6457 LOC:Config.Addrs.udp_incoming
6458 DEFAULT: any_addr
6459 DOC_START
6460 udp_incoming_address is used for UDP packets received from other
6461 caches.
6462
6463 The default behavior is to not bind to any specific address.
6464
6465 Only change this if you want to have all UDP queries received on
6466 a specific interface/address.
6467
6468 NOTE: udp_incoming_address is used by the ICP, HTCP, and DNS
6469 modules. Altering it will affect all of them in the same manner.
6470
6471 see also; udp_outgoing_address
6472
6473 NOTE, udp_incoming_address and udp_outgoing_address can not
6474 have the same value since they both use the same port.
6475 DOC_END
6476
6477 NAME: udp_outgoing_address
6478 TYPE: address
6479 LOC: Config.Addrs.udp_outgoing
6480 DEFAULT: no_addr
6481 DOC_START
6482 udp_outgoing_address is used for UDP packets sent out to other
6483 caches.
6484
6485 The default behavior is to not bind to any specific address.
6486
6487 Instead it will use the same socket as udp_incoming_address.
6488 Only change this if you want to have UDP queries sent using another
6489 address than where this Squid listens for UDP queries from other
6490 caches.
6491
6492 NOTE: udp_outgoing_address is used by the ICP, HTCP, and DNS
6493 modules. Altering it will affect all of them in the same manner.
6494
6495 see also; udp_incoming_address
6496
6497 NOTE, udp_incoming_address and udp_outgoing_address can not
6498 have the same value since they both use the same port.
6499 DOC_END
6500
6501 NAME: icp_hit_stale
6502 COMMENT: on|off
6503 TYPE: onoff
6504 DEFAULT: off
6505 LOC: Config.onoff.icp_hit_stale
6506 DOC_START
6507 If you want to return ICP_HIT for stale cache objects, set this
6508 option to 'on'. If you have sibling relationships with caches
6509 in other administrative domains, this should be 'off'. If you only
6510 have sibling relationships with caches under your control,
6511 it is probably okay to set this to 'on'.
6512 If set to 'on', your siblings should use the option "allow-miss"
6513 on their cache_peer lines for connecting to you.
6514 DOC_END
6515
6516 NAME: minimum_direct_hops
6517 TYPE: int
6518 DEFAULT: 4
6519 LOC: Config.minDirectHops
6520 DOC_START
6521 If using the ICMP pinging stuff, do direct fetches for sites
6522 which are no more than this many hops away.
6523 DOC_END
6524
6525 NAME: minimum_direct_rtt
6526 TYPE: int
6527 DEFAULT: 400
6528 LOC: Config.minDirectRtt
6529 DOC_START
6530 If using the ICMP pinging stuff, do direct fetches for sites
6531 which are no more than this many rtt milliseconds away.
6532 DOC_END
6533
6534 NAME: netdb_low
6535 TYPE: int
6536 DEFAULT: 900
6537 LOC: Config.Netdb.low
6538 DOC_NONE
6539
6540 NAME: netdb_high
6541 TYPE: int
6542 DEFAULT: 1000
6543 LOC: Config.Netdb.high
6544 DOC_START
6545 The low and high water marks for the ICMP measurement
6546 database. These are counts, not percents. The defaults are
6547 900 and 1000. When the high water mark is reached, database
6548 entries will be deleted until the low mark is reached.
6549 DOC_END
6550
6551 NAME: netdb_ping_period
6552 TYPE: time_t
6553 LOC: Config.Netdb.period
6554 DEFAULT: 5 minutes
6555 DOC_START
6556 The minimum period for measuring a site. There will be at
6557 least this much delay between successive pings to the same
6558 network. The default is five minutes.
6559 DOC_END
6560
6561 NAME: query_icmp
6562 COMMENT: on|off
6563 TYPE: onoff
6564 DEFAULT: off
6565 LOC: Config.onoff.query_icmp
6566 DOC_START
6567 If you want to ask your peers to include ICMP data in their ICP
6568 replies, enable this option.
6569
6570 If your peer has configured Squid (during compilation) with
6571 '--enable-icmp' that peer will send ICMP pings to origin server
6572 sites of the URLs it receives. If you enable this option the
6573 ICP replies from that peer will include the ICMP data (if available).
6574 Then, when choosing a parent cache, Squid will choose the parent with
6575 the minimal RTT to the origin server. When this happens, the
6576 hierarchy field of the access.log will be
6577 "CLOSEST_PARENT_MISS". This option is off by default.
6578 DOC_END
6579
6580 NAME: test_reachability
6581 COMMENT: on|off
6582 TYPE: onoff
6583 DEFAULT: off
6584 LOC: Config.onoff.test_reachability
6585 DOC_START
6586 When this is 'on', ICP MISS replies will be ICP_MISS_NOFETCH
6587 instead of ICP_MISS if the target host is NOT in the ICMP
6588 database, or has a zero RTT.
6589 DOC_END
6590
6591 NAME: icp_query_timeout
6592 COMMENT: (msec)
6593 DEFAULT: 0
6594 TYPE: int
6595 LOC: Config.Timeout.icp_query
6596 DOC_START
6597 Normally Squid will automatically determine an optimal ICP
6598 query timeout value based on the round-trip-time of recent ICP
6599 queries. If you want to override the value determined by
6600 Squid, set this 'icp_query_timeout' to a non-zero value. This
6601 value is specified in MILLISECONDS, so, to use a 2-second
6602 timeout (the old default), you would write:
6603
6604 icp_query_timeout 2000
6605 DOC_END
6606
6607 NAME: maximum_icp_query_timeout
6608 COMMENT: (msec)
6609 DEFAULT: 2000
6610 TYPE: int
6611 LOC: Config.Timeout.icp_query_max
6612 DOC_START
6613 Normally the ICP query timeout is determined dynamically. But
6614 sometimes it can lead to very large values (say 5 seconds).
6615 Use this option to put an upper limit on the dynamic timeout
6616 value. Do NOT use this option to always use a fixed (instead
6617 of a dynamic) timeout value. To set a fixed timeout see the
6618 'icp_query_timeout' directive.
6619 DOC_END
6620
6621 NAME: minimum_icp_query_timeout
6622 COMMENT: (msec)
6623 DEFAULT: 5
6624 TYPE: int
6625 LOC: Config.Timeout.icp_query_min
6626 DOC_START
6627 Normally the ICP query timeout is determined dynamically. But
6628 sometimes it can lead to very small timeouts, even lower than
6629 the normal latency variance on your link due to traffic.
6630 Use this option to put an lower limit on the dynamic timeout
6631 value. Do NOT use this option to always use a fixed (instead
6632 of a dynamic) timeout value. To set a fixed timeout see the
6633 'icp_query_timeout' directive.
6634 DOC_END
6635
6636 NAME: background_ping_rate
6637 COMMENT: time-units
6638 TYPE: time_t
6639 DEFAULT: 10 seconds
6640 LOC: Config.backgroundPingRate
6641 DOC_START
6642 Controls how often the ICP pings are sent to siblings that
6643 have background-ping set.
6644 DOC_END
6645
6646 COMMENT_START
6647 MULTICAST ICP OPTIONS
6648 -----------------------------------------------------------------------------
6649 COMMENT_END
6650
6651 NAME: mcast_groups
6652 TYPE: wordlist
6653 LOC: Config.mcast_group_list
6654 DEFAULT: none
6655 DOC_START
6656 This tag specifies a list of multicast groups which your server
6657 should join to receive multicasted ICP queries.
6658
6659 NOTE! Be very careful what you put here! Be sure you
6660 understand the difference between an ICP _query_ and an ICP
6661 _reply_. This option is to be set only if you want to RECEIVE
6662 multicast queries. Do NOT set this option to SEND multicast
6663 ICP (use cache_peer for that). ICP replies are always sent via
6664 unicast, so this option does not affect whether or not you will
6665 receive replies from multicast group members.
6666
6667 You must be very careful to NOT use a multicast address which
6668 is already in use by another group of caches.
6669
6670 If you are unsure about multicast, please read the Multicast
6671 chapter in the Squid FAQ (http://www.squid-cache.org/FAQ/).
6672
6673 Usage: mcast_groups 239.128.16.128 224.0.1.20
6674
6675 By default, Squid doesn't listen on any multicast groups.
6676 DOC_END
6677
6678 NAME: mcast_miss_addr
6679 IFDEF: MULTICAST_MISS_STREAM
6680 TYPE: address
6681 LOC: Config.mcast_miss.addr
6682 DEFAULT: no_addr
6683 DOC_START
6684 If you enable this option, every "cache miss" URL will
6685 be sent out on the specified multicast address.
6686
6687 Do not enable this option unless you are are absolutely
6688 certain you understand what you are doing.
6689 DOC_END
6690
6691 NAME: mcast_miss_ttl
6692 IFDEF: MULTICAST_MISS_STREAM
6693 TYPE: u_short
6694 LOC: Config.mcast_miss.ttl
6695 DEFAULT: 16
6696 DOC_START
6697 This is the time-to-live value for packets multicasted
6698 when multicasting off cache miss URLs is enabled. By
6699 default this is set to 'site scope', i.e. 16.
6700 DOC_END
6701
6702 NAME: mcast_miss_port
6703 IFDEF: MULTICAST_MISS_STREAM
6704 TYPE: u_short
6705 LOC: Config.mcast_miss.port
6706 DEFAULT: 3135
6707 DOC_START
6708 This is the port number to be used in conjunction with
6709 'mcast_miss_addr'.
6710 DOC_END
6711
6712 NAME: mcast_miss_encode_key
6713 IFDEF: MULTICAST_MISS_STREAM
6714 TYPE: string
6715 LOC: Config.mcast_miss.encode_key
6716 DEFAULT: XXXXXXXXXXXXXXXX
6717 DOC_START
6718 The URLs that are sent in the multicast miss stream are
6719 encrypted. This is the encryption key.
6720 DOC_END
6721
6722 NAME: mcast_icp_query_timeout
6723 COMMENT: (msec)
6724 DEFAULT: 2000
6725 TYPE: int
6726 LOC: Config.Timeout.mcast_icp_query
6727 DOC_START
6728 For multicast peers, Squid regularly sends out ICP "probes" to
6729 count how many other peers are listening on the given multicast
6730 address. This value specifies how long Squid should wait to
6731 count all the replies. The default is 2000 msec, or 2
6732 seconds.
6733 DOC_END
6734
6735 COMMENT_START
6736 INTERNAL ICON OPTIONS
6737 -----------------------------------------------------------------------------
6738 COMMENT_END
6739
6740 NAME: icon_directory
6741 TYPE: string
6742 LOC: Config.icons.directory
6743 DEFAULT: @DEFAULT_ICON_DIR@
6744 DOC_START
6745 Where the icons are stored. These are normally kept in
6746 @DEFAULT_ICON_DIR@
6747 DOC_END
6748
6749 NAME: global_internal_static
6750 TYPE: onoff
6751 LOC: Config.onoff.global_internal_static
6752 DEFAULT: on
6753 DOC_START
6754 This directive controls is Squid should intercept all requests for
6755 /squid-internal-static/ no matter which host the URL is requesting
6756 (default on setting), or if nothing special should be done for
6757 such URLs (off setting). The purpose of this directive is to make
6758 icons etc work better in complex cache hierarchies where it may
6759 not always be possible for all corners in the cache mesh to reach
6760 the server generating a directory listing.
6761 DOC_END
6762
6763 NAME: short_icon_urls
6764 TYPE: onoff
6765 LOC: Config.icons.use_short_names
6766 DEFAULT: on
6767 DOC_START
6768 If this is enabled Squid will use short URLs for icons.
6769 If disabled it will revert to the old behavior of including
6770 it's own name and port in the URL.
6771
6772 If you run a complex cache hierarchy with a mix of Squid and
6773 other proxies you may need to disable this directive.
6774 DOC_END
6775
6776 COMMENT_START
6777 ERROR PAGE OPTIONS
6778 -----------------------------------------------------------------------------
6779 COMMENT_END
6780
6781 NAME: error_directory
6782 TYPE: string
6783 LOC: Config.errorDirectory
6784 DEFAULT: none
6785 DOC_START
6786 If you wish to create your own versions of the default
6787 error files to customize them to suit your company copy
6788 the error/template files to another directory and point
6789 this tag at them.
6790
6791 WARNING: This option will disable multi-language support
6792 on error pages if used.
6793
6794 The squid developers are interested in making squid available in
6795 a wide variety of languages. If you are making translations for a
6796 language that Squid does not currently provide please consider
6797 contributing your translation back to the project.
6798 http://wiki.squid-cache.org/Translations
6799
6800 The squid developers working on translations are happy to supply drop-in
6801 translated error files in exchange for any new language contributions.
6802 DOC_END
6803
6804 NAME: error_default_language
6805 IFDEF: USE_ERR_LOCALES
6806 TYPE: string
6807 LOC: Config.errorDefaultLanguage
6808 DEFAULT: none
6809 DOC_START
6810 Set the default language which squid will send error pages in
6811 if no existing translation matches the clients language
6812 preferences.
6813
6814 If unset (default) generic English will be used.
6815
6816 The squid developers are interested in making squid available in
6817 a wide variety of languages. If you are interested in making
6818 translations for any language see the squid wiki for details.
6819 http://wiki.squid-cache.org/Translations
6820 DOC_END
6821
6822 NAME: error_log_languages
6823 IFDEF: USE_ERR_LOCALES
6824 TYPE: onoff
6825 LOC: Config.errorLogMissingLanguages
6826 DEFAULT: on
6827 DOC_START
6828 Log to cache.log what languages users are attempting to
6829 auto-negotiate for translations.
6830
6831 Successful negotiations are not logged. Only failures
6832 have meaning to indicate that Squid may need an upgrade
6833 of its error page translations.
6834 DOC_END
6835
6836 NAME: err_page_stylesheet
6837 TYPE: string
6838 LOC: Config.errorStylesheet
6839 DEFAULT: @DEFAULT_CONFIG_DIR@/errorpage.css
6840 DOC_START
6841 CSS Stylesheet to pattern the display of Squid default error pages.
6842
6843 For information on CSS see http://www.w3.org/Style/CSS/
6844 DOC_END
6845
6846 NAME: err_html_text
6847 TYPE: eol
6848 LOC: Config.errHtmlText
6849 DEFAULT: none
6850 DOC_START
6851 HTML text to include in error messages. Make this a "mailto"
6852 URL to your admin address, or maybe just a link to your
6853 organizations Web page.
6854
6855 To include this in your error messages, you must rewrite
6856 the error template files (found in the "errors" directory).
6857 Wherever you want the 'err_html_text' line to appear,
6858 insert a %L tag in the error template file.
6859 DOC_END
6860
6861 NAME: email_err_data
6862 COMMENT: on|off
6863 TYPE: onoff
6864 LOC: Config.onoff.emailErrData
6865 DEFAULT: on
6866 DOC_START
6867 If enabled, information about the occurred error will be
6868 included in the mailto links of the ERR pages (if %W is set)
6869 so that the email body contains the data.
6870 Syntax is <A HREF="mailto:%w%W">%w</A>
6871 DOC_END
6872
6873 NAME: deny_info
6874 TYPE: denyinfo
6875 LOC: Config.denyInfoList
6876 DEFAULT: none
6877 DOC_START
6878 Usage: deny_info err_page_name acl
6879 or deny_info http://... acl
6880 or deny_info TCP_RESET acl
6881
6882 This can be used to return a ERR_ page for requests which
6883 do not pass the 'http_access' rules. Squid remembers the last
6884 acl it evaluated in http_access, and if a 'deny_info' line exists
6885 for that ACL Squid returns a corresponding error page.
6886
6887 The acl is typically the last acl on the http_access deny line which
6888 denied access. The exceptions to this rule are:
6889 - When Squid needs to request authentication credentials. It's then
6890 the first authentication related acl encountered
6891 - When none of the http_access lines matches. It's then the last
6892 acl processed on the last http_access line.
6893 - When the decision to deny access was made by an adaptation service,
6894 the acl name is the corresponding eCAP or ICAP service_name.
6895
6896 NP: If providing your own custom error pages with error_directory
6897 you may also specify them by your custom file name:
6898 Example: deny_info ERR_CUSTOM_ACCESS_DENIED bad_guys
6899
6900 By defaut Squid will send "403 Forbidden". A different 4xx or 5xx
6901 may be specified by prefixing the file name with the code and a colon.
6902 e.g. 404:ERR_CUSTOM_ACCESS_DENIED
6903
6904 Alternatively you can tell Squid to reset the TCP connection
6905 by specifying TCP_RESET.
6906
6907 Or you can specify an error URL or URL pattern. The browsers will
6908 get redirected to the specified URL after formatting tags have
6909 been replaced. Redirect will be done with 302 or 307 according to
6910 HTTP/1.1 specs. A different 3xx code may be specified by prefixing
6911 the URL. e.g. 303:http://example.com/
6912
6913 URL FORMAT TAGS:
6914 %a - username (if available. Password NOT included)
6915 %B - FTP path URL
6916 %e - Error number
6917 %E - Error description
6918 %h - Squid hostname
6919 %H - Request domain name
6920 %i - Client IP Address
6921 %M - Request Method
6922 %o - Message result from external ACL helper
6923 %p - Request Port number
6924 %P - Request Protocol name
6925 %R - Request URL path
6926 %T - Timestamp in RFC 1123 format
6927 %U - Full canonical URL from client
6928 (HTTPS URLs terminate with *)
6929 %u - Full canonical URL from client
6930 %w - Admin email from squid.conf
6931 %x - Error name
6932 %% - Literal percent (%) code
6933
6934 DOC_END
6935
6936 COMMENT_START
6937 OPTIONS INFLUENCING REQUEST FORWARDING
6938 -----------------------------------------------------------------------------
6939 COMMENT_END
6940
6941 NAME: nonhierarchical_direct
6942 TYPE: onoff
6943 LOC: Config.onoff.nonhierarchical_direct
6944 DEFAULT: on
6945 DOC_START
6946 By default, Squid will send any non-hierarchical requests
6947 (matching hierarchy_stoplist or not cacheable request type) direct
6948 to origin servers.
6949
6950 If you set this to off, Squid will prefer to send these
6951 requests to parents.
6952
6953 Note that in most configurations, by turning this off you will only
6954 add latency to these request without any improvement in global hit
6955 ratio.
6956
6957 If you are inside an firewall see never_direct instead of
6958 this directive.
6959 DOC_END
6960
6961 NAME: prefer_direct
6962 TYPE: onoff
6963 LOC: Config.onoff.prefer_direct
6964 DEFAULT: off
6965 DOC_START
6966 Normally Squid tries to use parents for most requests. If you for some
6967 reason like it to first try going direct and only use a parent if
6968 going direct fails set this to on.
6969
6970 By combining nonhierarchical_direct off and prefer_direct on you
6971 can set up Squid to use a parent as a backup path if going direct
6972 fails.
6973
6974 Note: If you want Squid to use parents for all requests see
6975 the never_direct directive. prefer_direct only modifies how Squid
6976 acts on cacheable requests.
6977 DOC_END
6978
6979 NAME: always_direct
6980 TYPE: acl_access
6981 LOC: Config.accessList.AlwaysDirect
6982 DEFAULT: none
6983 DOC_START
6984 Usage: always_direct allow|deny [!]aclname ...
6985
6986 Here you can use ACL elements to specify requests which should
6987 ALWAYS be forwarded by Squid to the origin servers without using
6988 any peers. For example, to always directly forward requests for
6989 local servers ignoring any parents or siblings you may have use
6990 something like:
6991
6992 acl local-servers dstdomain my.domain.net
6993 always_direct allow local-servers
6994
6995 To always forward FTP requests directly, use
6996
6997 acl FTP proto FTP
6998 always_direct allow FTP
6999
7000 NOTE: There is a similar, but opposite option named
7001 'never_direct'. You need to be aware that "always_direct deny
7002 foo" is NOT the same thing as "never_direct allow foo". You
7003 may need to use a deny rule to exclude a more-specific case of
7004 some other rule. Example:
7005
7006 acl local-external dstdomain external.foo.net
7007 acl local-servers dstdomain .foo.net
7008 always_direct deny local-external
7009 always_direct allow local-servers
7010
7011 NOTE: If your goal is to make the client forward the request
7012 directly to the origin server bypassing Squid then this needs
7013 to be done in the client configuration. Squid configuration
7014 can only tell Squid how Squid should fetch the object.
7015
7016 NOTE: This directive is not related to caching. The replies
7017 is cached as usual even if you use always_direct. To not cache
7018 the replies see the 'cache' directive.
7019
7020 This clause supports both fast and slow acl types.
7021 See http://wiki.squid-cache.org/SquidFaq/SquidAcl for details.
7022 DOC_END
7023
7024 NAME: never_direct
7025 TYPE: acl_access
7026 LOC: Config.accessList.NeverDirect
7027 DEFAULT: none
7028 DOC_START
7029 Usage: never_direct allow|deny [!]aclname ...
7030
7031 never_direct is the opposite of always_direct. Please read
7032 the description for always_direct if you have not already.
7033
7034 With 'never_direct' you can use ACL elements to specify
7035 requests which should NEVER be forwarded directly to origin
7036 servers. For example, to force the use of a proxy for all
7037 requests, except those in your local domain use something like:
7038
7039 acl local-servers dstdomain .foo.net
7040 never_direct deny local-servers
7041 never_direct allow all
7042
7043 or if Squid is inside a firewall and there are local intranet
7044 servers inside the firewall use something like:
7045
7046 acl local-intranet dstdomain .foo.net
7047 acl local-external dstdomain external.foo.net
7048 always_direct deny local-external
7049 always_direct allow local-intranet
7050 never_direct allow all
7051
7052 This clause supports both fast and slow acl types.
7053 See http://wiki.squid-cache.org/SquidFaq/SquidAcl for details.
7054 DOC_END
7055
7056 COMMENT_START
7057 ADVANCED NETWORKING OPTIONS
7058 -----------------------------------------------------------------------------
7059 COMMENT_END
7060
7061 NAME: incoming_udp_average incoming_icp_average
7062 TYPE: int
7063 DEFAULT: 6
7064 LOC: Config.comm_incoming.udp.average
7065 DOC_START
7066 Heavy voodoo here. I can't even believe you are reading this.
7067 Are you crazy? Don't even think about adjusting these unless
7068 you understand the algorithms in comm_select.c first!
7069 DOC_END
7070
7071 NAME: incoming_tcp_average incoming_http_average
7072 TYPE: int
7073 DEFAULT: 4
7074 LOC: Config.comm_incoming.tcp.average
7075 DOC_START
7076 Heavy voodoo here. I can't even believe you are reading this.
7077 Are you crazy? Don't even think about adjusting these unless
7078 you understand the algorithms in comm_select.c first!
7079 DOC_END
7080
7081 NAME: incoming_dns_average
7082 TYPE: int
7083 DEFAULT: 4
7084 LOC: Config.comm_incoming.dns.average
7085 DOC_START
7086 Heavy voodoo here. I can't even believe you are reading this.
7087 Are you crazy? Don't even think about adjusting these unless
7088 you understand the algorithms in comm_select.c first!
7089 DOC_END
7090
7091 NAME: min_udp_poll_cnt min_icp_poll_cnt
7092 TYPE: int
7093 DEFAULT: 8
7094 LOC: Config.comm_incoming.udp.min_poll
7095 DOC_START
7096 Heavy voodoo here. I can't even believe you are reading this.
7097 Are you crazy? Don't even think about adjusting these unless
7098 you understand the algorithms in comm_select.c first!
7099 DOC_END
7100
7101 NAME: min_dns_poll_cnt
7102 TYPE: int
7103 DEFAULT: 8
7104 LOC: Config.comm_incoming.dns.min_poll
7105 DOC_START
7106 Heavy voodoo here. I can't even believe you are reading this.
7107 Are you crazy? Don't even think about adjusting these unless
7108 you understand the algorithms in comm_select.c first!
7109 DOC_END
7110
7111 NAME: min_tcp_poll_cnt min_http_poll_cnt
7112 TYPE: int
7113 DEFAULT: 8
7114 LOC: Config.comm_incoming.tcp.min_poll
7115 DOC_START
7116 Heavy voodoo here. I can't even believe you are reading this.
7117 Are you crazy? Don't even think about adjusting these unless
7118 you understand the algorithms in comm_select.c first!
7119 DOC_END
7120
7121 NAME: accept_filter
7122 TYPE: string
7123 DEFAULT: none
7124 LOC: Config.accept_filter
7125 DOC_START
7126 FreeBSD:
7127
7128 The name of an accept(2) filter to install on Squid's
7129 listen socket(s). This feature is perhaps specific to
7130 FreeBSD and requires support in the kernel.
7131
7132 The 'httpready' filter delays delivering new connections
7133 to Squid until a full HTTP request has been received.
7134 See the accf_http(9) man page for details.
7135
7136 The 'dataready' filter delays delivering new connections
7137 to Squid until there is some data to process.
7138 See the accf_dataready(9) man page for details.
7139
7140 Linux:
7141
7142 The 'data' filter delays delivering of new connections
7143 to Squid until there is some data to process by TCP_ACCEPT_DEFER.
7144 You may optionally specify a number of seconds to wait by
7145 'data=N' where N is the number of seconds. Defaults to 30
7146 if not specified. See the tcp(7) man page for details.
7147 EXAMPLE:
7148 # FreeBSD
7149 accept_filter httpready
7150 # Linux
7151 accept_filter data
7152 DOC_END
7153
7154 NAME: client_ip_max_connections
7155 TYPE: int
7156 LOC: Config.client_ip_max_connections
7157 DEFAULT: -1
7158 DOC_START
7159 Set an absolute limit on the number of connections a single
7160 client IP can use. Any more than this and Squid will begin to drop
7161 new connections from the client until it closes some links.
7162
7163 Note that this is a global limit. It affects all HTTP, HTCP, Gopher and FTP
7164 connections from the client. For finer control use the ACL access controls.
7165
7166 Requires client_db to be enabled (the default).
7167
7168 WARNING: This may noticably slow down traffic received via external proxies
7169 or NAT devices and cause them to rebound error messages back to their clients.
7170 DOC_END
7171
7172 NAME: tcp_recv_bufsize
7173 COMMENT: (bytes)
7174 TYPE: b_size_t
7175 DEFAULT: 0 bytes
7176 LOC: Config.tcpRcvBufsz
7177 DOC_START
7178 Size of receive buffer to set for TCP sockets. Probably just
7179 as easy to change your kernel's default. Set to zero to use
7180 the default buffer size.
7181 DOC_END
7182
7183 COMMENT_START
7184 ICAP OPTIONS
7185 -----------------------------------------------------------------------------
7186 COMMENT_END
7187
7188 NAME: icap_enable
7189 TYPE: onoff
7190 IFDEF: ICAP_CLIENT
7191 COMMENT: on|off
7192 LOC: Adaptation::Icap::TheConfig.onoff
7193 DEFAULT: off
7194 DOC_START
7195 If you want to enable the ICAP module support, set this to on.
7196 DOC_END
7197
7198 NAME: icap_connect_timeout
7199 TYPE: time_t
7200 DEFAULT: none
7201 LOC: Adaptation::Icap::TheConfig.connect_timeout_raw
7202 IFDEF: ICAP_CLIENT
7203 DOC_START
7204 This parameter specifies how long to wait for the TCP connect to
7205 the requested ICAP server to complete before giving up and either
7206 terminating the HTTP transaction or bypassing the failure.
7207
7208 The default for optional services is peer_connect_timeout.
7209 The default for essential services is connect_timeout.
7210 If this option is explicitly set, its value applies to all services.
7211 DOC_END
7212
7213 NAME: icap_io_timeout
7214 COMMENT: time-units
7215 TYPE: time_t
7216 DEFAULT: none
7217 LOC: Adaptation::Icap::TheConfig.io_timeout_raw
7218 IFDEF: ICAP_CLIENT
7219 DOC_START
7220 This parameter specifies how long to wait for an I/O activity on
7221 an established, active ICAP connection before giving up and
7222 either terminating the HTTP transaction or bypassing the
7223 failure.
7224
7225 The default is read_timeout.
7226 DOC_END
7227
7228 NAME: icap_service_failure_limit
7229 COMMENT: limit [in memory-depth time-units]
7230 TYPE: icap_service_failure_limit
7231 IFDEF: ICAP_CLIENT
7232 LOC: Adaptation::Icap::TheConfig
7233 DEFAULT: 10
7234 DOC_START
7235 The limit specifies the number of failures that Squid tolerates
7236 when establishing a new TCP connection with an ICAP service. If
7237 the number of failures exceeds the limit, the ICAP service is
7238 not used for new ICAP requests until it is time to refresh its
7239 OPTIONS.
7240
7241 A negative value disables the limit. Without the limit, an ICAP
7242 service will not be considered down due to connectivity failures
7243 between ICAP OPTIONS requests.
7244
7245 Squid forgets ICAP service failures older than the specified
7246 value of memory-depth. The memory fading algorithm
7247 is approximate because Squid does not remember individual
7248 errors but groups them instead, splitting the option
7249 value into ten time slots of equal length.
7250
7251 When memory-depth is 0 and by default this option has no
7252 effect on service failure expiration.
7253
7254 Squid always forgets failures when updating service settings
7255 using an ICAP OPTIONS transaction, regardless of this option
7256 setting.
7257
7258 For example,
7259 # suspend service usage after 10 failures in 5 seconds:
7260 icap_service_failure_limit 10 in 5 seconds
7261 DOC_END
7262
7263 NAME: icap_service_revival_delay
7264 TYPE: int
7265 IFDEF: ICAP_CLIENT
7266 LOC: Adaptation::Icap::TheConfig.service_revival_delay
7267 DEFAULT: 180
7268 DOC_START
7269 The delay specifies the number of seconds to wait after an ICAP
7270 OPTIONS request failure before requesting the options again. The
7271 failed ICAP service is considered "down" until fresh OPTIONS are
7272 fetched.
7273
7274 The actual delay cannot be smaller than the hardcoded minimum
7275 delay of 30 seconds.
7276 DOC_END
7277
7278 NAME: icap_preview_enable
7279 TYPE: onoff
7280 IFDEF: ICAP_CLIENT
7281 COMMENT: on|off
7282 LOC: Adaptation::Icap::TheConfig.preview_enable
7283 DEFAULT: on
7284 DOC_START
7285 The ICAP Preview feature allows the ICAP server to handle the
7286 HTTP message by looking only at the beginning of the message body
7287 or even without receiving the body at all. In some environments,
7288 previews greatly speedup ICAP processing.
7289
7290 During an ICAP OPTIONS transaction, the server may tell Squid what
7291 HTTP messages should be previewed and how big the preview should be.
7292 Squid will not use Preview if the server did not request one.
7293
7294 To disable ICAP Preview for all ICAP services, regardless of
7295 individual ICAP server OPTIONS responses, set this option to "off".
7296 Example:
7297 icap_preview_enable off
7298 DOC_END
7299
7300 NAME: icap_preview_size
7301 TYPE: int
7302 IFDEF: ICAP_CLIENT
7303 LOC: Adaptation::Icap::TheConfig.preview_size
7304 DEFAULT: -1
7305 DOC_START
7306 The default size of preview data to be sent to the ICAP server.
7307 -1 means no preview. This value might be overwritten on a per server
7308 basis by OPTIONS requests.
7309 DOC_END
7310
7311 NAME: icap_206_enable
7312 TYPE: onoff
7313 IFDEF: ICAP_CLIENT
7314 COMMENT: on|off
7315 LOC: Adaptation::Icap::TheConfig.allow206_enable
7316 DEFAULT: on
7317 DOC_START
7318 206 (Partial Content) responses is an ICAP extension that allows the
7319 ICAP agents to optionally combine adapted and original HTTP message
7320 content. The decision to combine is postponed until the end of the
7321 ICAP response. Squid supports Partial Content extension by default.
7322
7323 Activation of the Partial Content extension is negotiated with each
7324 ICAP service during OPTIONS exchange. Most ICAP servers should handle
7325 negotation correctly even if they do not support the extension, but
7326 some might fail. To disable Partial Content support for all ICAP
7327 services and to avoid any negotiation, set this option to "off".
7328
7329 Example:
7330 icap_206_enable off
7331 DOC_END
7332
7333 NAME: icap_default_options_ttl
7334 TYPE: int
7335 IFDEF: ICAP_CLIENT
7336 LOC: Adaptation::Icap::TheConfig.default_options_ttl
7337 DEFAULT: 60
7338 DOC_START
7339 The default TTL value for ICAP OPTIONS responses that don't have
7340 an Options-TTL header.
7341 DOC_END
7342
7343 NAME: icap_persistent_connections
7344 TYPE: onoff
7345 IFDEF: ICAP_CLIENT
7346 COMMENT: on|off
7347 LOC: Adaptation::Icap::TheConfig.reuse_connections
7348 DEFAULT: on
7349 DOC_START
7350 Whether or not Squid should use persistent connections to
7351 an ICAP server.
7352 DOC_END
7353
7354 NAME: adaptation_send_client_ip icap_send_client_ip
7355 TYPE: onoff
7356 IFDEF: USE_ADAPTATION
7357 COMMENT: on|off
7358 LOC: Adaptation::Config::send_client_ip
7359 DEFAULT: off
7360 DOC_START
7361 If enabled, Squid shares HTTP client IP information with adaptation
7362 services. For ICAP, Squid adds the X-Client-IP header to ICAP requests.
7363 For eCAP, Squid sets the libecap::metaClientIp transaction option.
7364
7365 See also: adaptation_uses_indirect_client
7366 DOC_END
7367
7368 NAME: adaptation_send_username icap_send_client_username
7369 TYPE: onoff
7370 IFDEF: USE_ADAPTATION
7371 COMMENT: on|off
7372 LOC: Adaptation::Config::send_username
7373 DEFAULT: off
7374 DOC_START
7375 This sends authenticated HTTP client username (if available) to
7376 the adaptation service.
7377
7378 For ICAP, the username value is encoded based on the
7379 icap_client_username_encode option and is sent using the header
7380 specified by the icap_client_username_header option.
7381 DOC_END
7382
7383 NAME: icap_client_username_header
7384 TYPE: string
7385 IFDEF: ICAP_CLIENT
7386 LOC: Adaptation::Icap::TheConfig.client_username_header
7387 DEFAULT: X-Client-Username
7388 DOC_START
7389 ICAP request header name to use for adaptation_send_username.
7390 DOC_END
7391
7392 NAME: icap_client_username_encode
7393 TYPE: onoff
7394 IFDEF: ICAP_CLIENT
7395 COMMENT: on|off
7396 LOC: Adaptation::Icap::TheConfig.client_username_encode
7397 DEFAULT: off
7398 DOC_START
7399 Whether to base64 encode the authenticated client username.
7400 DOC_END
7401
7402 NAME: icap_service
7403 TYPE: icap_service_type
7404 IFDEF: ICAP_CLIENT
7405 LOC: Adaptation::Icap::TheConfig
7406 DEFAULT: none
7407 DOC_START
7408 Defines a single ICAP service using the following format:
7409
7410 icap_service id vectoring_point uri [option ...]
7411
7412 id: ID
7413 an opaque identifier or name which is used to direct traffic to
7414 this specific service. Must be unique among all adaptation
7415 services in squid.conf.
7416
7417 vectoring_point: reqmod_precache|reqmod_postcache|respmod_precache|respmod_postcache
7418 This specifies at which point of transaction processing the
7419 ICAP service should be activated. *_postcache vectoring points
7420 are not yet supported.
7421
7422 uri: icap://servername:port/servicepath
7423 ICAP server and service location.
7424
7425 ICAP does not allow a single service to handle both REQMOD and RESPMOD
7426 transactions. Squid does not enforce that requirement. You can specify
7427 services with the same service_url and different vectoring_points. You
7428 can even specify multiple identical services as long as their
7429 service_names differ.
7430
7431
7432 Service options are separated by white space. ICAP services support
7433 the following name=value options:
7434
7435 bypass=on|off|1|0
7436 If set to 'on' or '1', the ICAP service is treated as
7437 optional. If the service cannot be reached or malfunctions,
7438 Squid will try to ignore any errors and process the message as
7439 if the service was not enabled. No all ICAP errors can be
7440 bypassed. If set to 0, the ICAP service is treated as
7441 essential and all ICAP errors will result in an error page
7442 returned to the HTTP client.
7443
7444 Bypass is off by default: services are treated as essential.
7445
7446 routing=on|off|1|0
7447 If set to 'on' or '1', the ICAP service is allowed to
7448 dynamically change the current message adaptation plan by
7449 returning a chain of services to be used next. The services
7450 are specified using the X-Next-Services ICAP response header
7451 value, formatted as a comma-separated list of service names.
7452 Each named service should be configured in squid.conf. Other
7453 services are ignored. An empty X-Next-Services value results
7454 in an empty plan which ends the current adaptation.
7455
7456 Dynamic adaptation plan may cross or cover multiple supported
7457 vectoring points in their natural processing order.
7458
7459 Routing is not allowed by default: the ICAP X-Next-Services
7460 response header is ignored.
7461
7462 ipv6=on|off
7463 Only has effect on split-stack systems. The default on those systems
7464 is to use IPv4-only connections. When set to 'on' this option will
7465 make Squid use IPv6-only connections to contact this ICAP service.
7466
7467 on-overload=block|bypass|wait|force
7468 If the service Max-Connections limit has been reached, do
7469 one of the following for each new ICAP transaction:
7470 * block: send an HTTP error response to the client
7471 * bypass: ignore the "over-connected" ICAP service
7472 * wait: wait (in a FIFO queue) for an ICAP connection slot
7473 * force: proceed, ignoring the Max-Connections limit
7474
7475 In SMP mode with N workers, each worker assumes the service
7476 connection limit is Max-Connections/N, even though not all
7477 workers may use a given service.
7478
7479 The default value is "bypass" if service is bypassable,
7480 otherwise it is set to "wait".
7481
7482
7483 max-conn=number
7484 Use the given number as the Max-Connections limit, regardless
7485 of the Max-Connections value given by the service, if any.
7486
7487 Older icap_service format without optional named parameters is
7488 deprecated but supported for backward compatibility.
7489
7490 Example:
7491 icap_service svcBlocker reqmod_precache icap://icap1.mydomain.net:1344/reqmod bypass=0
7492 icap_service svcLogger reqmod_precache icap://icap2.mydomain.net:1344/respmod routing=on
7493 DOC_END
7494
7495 NAME: icap_class
7496 TYPE: icap_class_type
7497 IFDEF: ICAP_CLIENT
7498 LOC: none
7499 DEFAULT: none
7500 DOC_START
7501 This deprecated option was documented to define an ICAP service
7502 chain, even though it actually defined a set of similar, redundant
7503 services, and the chains were not supported.
7504
7505 To define a set of redundant services, please use the
7506 adaptation_service_set directive. For service chains, use
7507 adaptation_service_chain.
7508 DOC_END
7509
7510 NAME: icap_access
7511 TYPE: icap_access_type
7512 IFDEF: ICAP_CLIENT
7513 LOC: none
7514 DEFAULT: none
7515 DOC_START
7516 This option is deprecated. Please use adaptation_access, which
7517 has the same ICAP functionality, but comes with better
7518 documentation, and eCAP support.
7519 DOC_END
7520
7521 COMMENT_START
7522 eCAP OPTIONS
7523 -----------------------------------------------------------------------------
7524 COMMENT_END
7525
7526 NAME: ecap_enable
7527 TYPE: onoff
7528 IFDEF: USE_ECAP
7529 COMMENT: on|off
7530 LOC: Adaptation::Ecap::TheConfig.onoff
7531 DEFAULT: off
7532 DOC_START
7533 Controls whether eCAP support is enabled.
7534 DOC_END
7535
7536 NAME: ecap_service
7537 TYPE: ecap_service_type
7538 IFDEF: USE_ECAP
7539 LOC: Adaptation::Ecap::TheConfig
7540 DEFAULT: none
7541 DOC_START
7542 Defines a single eCAP service
7543
7544 ecap_service id vectoring_point uri [option ...]
7545
7546 id: ID
7547 an opaque identifier or name which is used to direct traffic to
7548 this specific service. Must be unique among all adaptation
7549 services in squid.conf.
7550
7551 vectoring_point: reqmod_precache|reqmod_postcache|respmod_precache|respmod_postcache
7552 This specifies at which point of transaction processing the
7553 eCAP service should be activated. *_postcache vectoring points
7554 are not yet supported.
7555
7556 uri: ecap://vendor/service_name?custom&cgi=style&parameters=optional
7557 Squid uses the eCAP service URI to match this configuration
7558 line with one of the dynamically loaded services. Each loaded
7559 eCAP service must have a unique URI. Obtain the right URI from
7560 the service provider.
7561
7562
7563 Service options are separated by white space. eCAP services support
7564 the following name=value options:
7565
7566 bypass=on|off|1|0
7567 If set to 'on' or '1', the eCAP service is treated as optional.
7568 If the service cannot be reached or malfunctions, Squid will try
7569 to ignore any errors and process the message as if the service
7570 was not enabled. No all eCAP errors can be bypassed.
7571 If set to 'off' or '0', the eCAP service is treated as essential
7572 and all eCAP errors will result in an error page returned to the
7573 HTTP client.
7574
7575 Bypass is off by default: services are treated as essential.
7576
7577 routing=on|off|1|0
7578 If set to 'on' or '1', the eCAP service is allowed to
7579 dynamically change the current message adaptation plan by
7580 returning a chain of services to be used next.
7581
7582 Dynamic adaptation plan may cross or cover multiple supported
7583 vectoring points in their natural processing order.
7584
7585 Routing is not allowed by default.
7586
7587 Older ecap_service format without optional named parameters is
7588 deprecated but supported for backward compatibility.
7589
7590
7591 Example:
7592 ecap_service s1 reqmod_precache ecap://filters.R.us/leakDetector?on_error=block bypass=off
7593 ecap_service s2 respmod_precache ecap://filters.R.us/virusFilter config=/etc/vf.cfg bypass=on
7594 DOC_END
7595
7596 NAME: loadable_modules
7597 TYPE: wordlist
7598 IFDEF: USE_LOADABLE_MODULES
7599 LOC: Config.loadable_module_names
7600 DEFAULT: none
7601 DOC_START
7602 Instructs Squid to load the specified dynamic module(s) or activate
7603 preloaded module(s).
7604 Example:
7605 loadable_modules @DEFAULT_PREFIX@/lib/MinimalAdapter.so
7606 DOC_END
7607
7608 COMMENT_START
7609 MESSAGE ADAPTATION OPTIONS
7610 -----------------------------------------------------------------------------
7611 COMMENT_END
7612
7613 NAME: adaptation_service_set
7614 TYPE: adaptation_service_set_type
7615 IFDEF: USE_ADAPTATION
7616 LOC: none
7617 DEFAULT: none
7618 DOC_START
7619
7620 Configures an ordered set of similar, redundant services. This is
7621 useful when hot standby or backup adaptation servers are available.
7622
7623 adaptation_service_set set_name service_name1 service_name2 ...
7624
7625 The named services are used in the set declaration order. The first
7626 applicable adaptation service from the set is used first. The next
7627 applicable service is tried if and only if the transaction with the
7628 previous service fails and the message waiting to be adapted is still
7629 intact.
7630
7631 When adaptation starts, broken services are ignored as if they were
7632 not a part of the set. A broken service is a down optional service.
7633
7634 The services in a set must be attached to the same vectoring point
7635 (e.g., pre-cache) and use the same adaptation method (e.g., REQMOD).
7636
7637 If all services in a set are optional then adaptation failures are
7638 bypassable. If all services in the set are essential, then a
7639 transaction failure with one service may still be retried using
7640 another service from the set, but when all services fail, the master
7641 transaction fails as well.
7642
7643 A set may contain a mix of optional and essential services, but that
7644 is likely to lead to surprising results because broken services become
7645 ignored (see above), making previously bypassable failures fatal.
7646 Technically, it is the bypassability of the last failed service that
7647 matters.
7648
7649 See also: adaptation_access adaptation_service_chain
7650
7651 Example:
7652 adaptation_service_set svcBlocker urlFilterPrimary urlFilterBackup
7653 adaptation service_set svcLogger loggerLocal loggerRemote
7654 DOC_END
7655
7656 NAME: adaptation_service_chain
7657 TYPE: adaptation_service_chain_type
7658 IFDEF: USE_ADAPTATION
7659 LOC: none
7660 DEFAULT: none
7661 DOC_START
7662
7663 Configures a list of complementary services that will be applied
7664 one-by-one, forming an adaptation chain or pipeline. This is useful
7665 when Squid must perform different adaptations on the same message.
7666
7667 adaptation_service_chain chain_name service_name1 svc_name2 ...
7668
7669 The named services are used in the chain declaration order. The first
7670 applicable adaptation service from the chain is used first. The next
7671 applicable service is applied to the successful adaptation results of
7672 the previous service in the chain.
7673
7674 When adaptation starts, broken services are ignored as if they were
7675 not a part of the chain. A broken service is a down optional service.
7676
7677 Request satisfaction terminates the adaptation chain because Squid
7678 does not currently allow declaration of RESPMOD services at the
7679 "reqmod_precache" vectoring point (see icap_service or ecap_service).
7680
7681 The services in a chain must be attached to the same vectoring point
7682 (e.g., pre-cache) and use the same adaptation method (e.g., REQMOD).
7683
7684 A chain may contain a mix of optional and essential services. If an
7685 essential adaptation fails (or the failure cannot be bypassed for
7686 other reasons), the master transaction fails. Otherwise, the failure
7687 is bypassed as if the failed adaptation service was not in the chain.
7688
7689 See also: adaptation_access adaptation_service_set
7690
7691 Example:
7692 adaptation_service_chain svcRequest requestLogger urlFilter leakDetector
7693 DOC_END
7694
7695 NAME: adaptation_access
7696 TYPE: adaptation_access_type
7697 IFDEF: USE_ADAPTATION
7698 LOC: none
7699 DEFAULT: none
7700 DOC_START
7701 Sends an HTTP transaction to an ICAP or eCAP adaptation service.
7702
7703 adaptation_access service_name allow|deny [!]aclname...
7704 adaptation_access set_name allow|deny [!]aclname...
7705
7706 At each supported vectoring point, the adaptation_access
7707 statements are processed in the order they appear in this
7708 configuration file. Statements pointing to the following services
7709 are ignored (i.e., skipped without checking their ACL):
7710
7711 - services serving different vectoring points
7712 - "broken-but-bypassable" services
7713 - "up" services configured to ignore such transactions
7714 (e.g., based on the ICAP Transfer-Ignore header).
7715
7716 When a set_name is used, all services in the set are checked
7717 using the same rules, to find the first applicable one. See
7718 adaptation_service_set for details.
7719
7720 If an access list is checked and there is a match, the
7721 processing stops: For an "allow" rule, the corresponding
7722 adaptation service is used for the transaction. For a "deny"
7723 rule, no adaptation service is activated.
7724
7725 It is currently not possible to apply more than one adaptation
7726 service at the same vectoring point to the same HTTP transaction.
7727
7728 See also: icap_service and ecap_service
7729
7730 Example:
7731 adaptation_access service_1 allow all
7732 DOC_END
7733
7734 NAME: adaptation_service_iteration_limit
7735 TYPE: int
7736 IFDEF: USE_ADAPTATION
7737 LOC: Adaptation::Config::service_iteration_limit
7738 DEFAULT: 16
7739 DOC_START
7740 Limits the number of iterations allowed when applying adaptation
7741 services to a message. If your longest adaptation set or chain
7742 may have more than 16 services, increase the limit beyond its
7743 default value of 16. If detecting infinite iteration loops sooner
7744 is critical, make the iteration limit match the actual number
7745 of services in your longest adaptation set or chain.
7746
7747 Infinite adaptation loops are most likely with routing services.
7748
7749 See also: icap_service routing=1
7750 DOC_END
7751
7752 NAME: adaptation_masterx_shared_names
7753 TYPE: string
7754 IFDEF: USE_ADAPTATION
7755 LOC: Adaptation::Config::masterx_shared_name
7756 DEFAULT: none
7757 DOC_START
7758 For each master transaction (i.e., the HTTP request and response
7759 sequence, including all related ICAP and eCAP exchanges), Squid
7760 maintains a table of metadata. The table entries are (name, value)
7761 pairs shared among eCAP and ICAP exchanges. The table is destroyed
7762 with the master transaction.
7763
7764 This option specifies the table entry names that Squid must accept
7765 from and forward to the adaptation transactions.
7766
7767 An ICAP REQMOD or RESPMOD transaction may set an entry in the
7768 shared table by returning an ICAP header field with a name
7769 specified in adaptation_masterx_shared_names.
7770
7771 An eCAP REQMOD or RESPMOD transaction may set an entry in the
7772 shared table by implementing the libecap::visitEachOption() API
7773 to provide an option with a name specified in
7774 adaptation_masterx_shared_names.
7775
7776 Squid will store and forward the set entry to subsequent adaptation
7777 transactions within the same master transaction scope.
7778
7779 Only one shared entry name is supported at this time.
7780
7781 Example:
7782 # share authentication information among ICAP services
7783 adaptation_masterx_shared_names X-Subscriber-ID
7784 DOC_END
7785
7786 NAME: adaptation_meta
7787 TYPE: note
7788 IFDEF: USE_ADAPTATION
7789 LOC: Adaptation::Config::metaHeaders
7790 DEFAULT: none
7791 DOC_START
7792 This option allows Squid administrator to add custom ICAP request
7793 headers or eCAP options to Squid ICAP requests or eCAP transactions.
7794 Use it to pass custom authentication tokens and other
7795 transaction-state related meta information to an ICAP/eCAP service.
7796
7797 The addition of a meta header is ACL-driven:
7798 adaptation_meta name value [!]aclname ...
7799
7800 Processing for a given header name stops after the first ACL list match.
7801 Thus, it is impossible to add two headers with the same name. If no ACL
7802 lists match for a given header name, no such header is added. For
7803 example:
7804
7805 # do not debug transactions except for those that need debugging
7806 adaptation_meta X-Debug 1 needs_debugging
7807
7808 # log all transactions except for those that must remain secret
7809 adaptation_meta X-Log 1 !keep_secret
7810
7811 # mark transactions from users in the "G 1" group
7812 adaptation_meta X-Authenticated-Groups "G 1" authed_as_G1
7813
7814 The "value" parameter may be a regular squid.conf token or a "double
7815 quoted string". Within the quoted string, use backslash (\) to escape
7816 any character, which is currently only useful for escaping backslashes
7817 and double quotes. For example,
7818 "this string has one backslash (\\) and two \"quotes\""
7819
7820 Used adaptation_meta header values may be logged via %note
7821 logformat code. If multiple adaptation_meta headers with the same name
7822 are used during master transaction lifetime, the header values are
7823 logged in the order they were used and duplicate values are ignored
7824 (only the first repeated value will be logged).
7825 DOC_END
7826
7827 NAME: icap_retry
7828 TYPE: acl_access
7829 IFDEF: ICAP_CLIENT
7830 LOC: Adaptation::Icap::TheConfig.repeat
7831 DEFAULT_IF_NONE: deny all
7832 DOC_START
7833 This ACL determines which retriable ICAP transactions are
7834 retried. Transactions that received a complete ICAP response
7835 and did not have to consume or produce HTTP bodies to receive
7836 that response are usually retriable.
7837
7838 icap_retry allow|deny [!]aclname ...
7839
7840 Squid automatically retries some ICAP I/O timeouts and errors
7841 due to persistent connection race conditions.
7842
7843 See also: icap_retry_limit
7844 DOC_END
7845
7846 NAME: icap_retry_limit
7847 TYPE: int
7848 IFDEF: ICAP_CLIENT
7849 LOC: Adaptation::Icap::TheConfig.repeat_limit
7850 DEFAULT: 0
7851 DOC_START
7852 Limits the number of retries allowed. When set to zero (default),
7853 no retries are allowed.
7854
7855 Communication errors due to persistent connection race
7856 conditions are unavoidable, automatically retried, and do not
7857 count against this limit.
7858
7859 See also: icap_retry
7860 DOC_END
7861
7862
7863 COMMENT_START
7864 DNS OPTIONS
7865 -----------------------------------------------------------------------------
7866 COMMENT_END
7867
7868 NAME: check_hostnames
7869 TYPE: onoff
7870 DEFAULT: off
7871 LOC: Config.onoff.check_hostnames
7872 DOC_START
7873 For security and stability reasons Squid can check
7874 hostnames for Internet standard RFC compliance. If you want
7875 Squid to perform these checks turn this directive on.
7876 DOC_END
7877
7878 NAME: allow_underscore
7879 TYPE: onoff
7880 DEFAULT: on
7881 LOC: Config.onoff.allow_underscore
7882 DOC_START
7883 Underscore characters is not strictly allowed in Internet hostnames
7884 but nevertheless used by many sites. Set this to off if you want
7885 Squid to be strict about the standard.
7886 This check is performed only when check_hostnames is set to on.
7887 DOC_END
7888
7889 NAME: cache_dns_program
7890 TYPE: string
7891 IFDEF: USE_DNSHELPER
7892 DEFAULT: @DEFAULT_DNSSERVER@
7893 LOC: Config.Program.dnsserver
7894 DOC_START
7895 Specify the location of the executable for dnslookup process.
7896 DOC_END
7897
7898 NAME: dns_children
7899 TYPE: HelperChildConfig
7900 IFDEF: USE_DNSHELPER
7901 DEFAULT: 32 startup=1 idle=1
7902 LOC: Config.dnsChildren
7903 DOC_START
7904 The maximum number of processes spawn to service DNS name lookups.
7905 If you limit it too few Squid will have to wait for them to process
7906 a backlog of requests, slowing it down. If you allow too many they
7907 will use RAM and other system resources noticably.
7908 The maximum this may be safely set to is 32.
7909
7910 The startup= and idle= options allow some measure of skew in your
7911 tuning.
7912
7913 startup=
7914
7915 Sets a minimum of how many processes are to be spawned when Squid
7916 starts or reconfigures. When set to zero the first request will
7917 cause spawning of the first child process to handle it.
7918
7919 Starting too few will cause an initial slowdown in traffic as Squid
7920 attempts to simultaneously spawn enough processes to cope.
7921
7922 idle=
7923
7924 Sets a minimum of how many processes Squid is to try and keep available
7925 at all times. When traffic begins to rise above what the existing
7926 processes can handle this many more will be spawned up to the maximum
7927 configured. A minimum setting of 1 is required.
7928 DOC_END
7929
7930 NAME: dns_retransmit_interval
7931 TYPE: time_msec
7932 DEFAULT: 5 seconds
7933 LOC: Config.Timeout.idns_retransmit
7934 IFDEF: !USE_DNSHELPER
7935 DOC_START
7936 Initial retransmit interval for DNS queries. The interval is
7937 doubled each time all configured DNS servers have been tried.
7938 DOC_END
7939
7940 NAME: dns_timeout
7941 TYPE: time_msec
7942 DEFAULT: 30 seconds
7943 LOC: Config.Timeout.idns_query
7944 IFDEF: !USE_DNSHELPER
7945 DOC_START
7946 DNS Query timeout. If no response is received to a DNS query
7947 within this time all DNS servers for the queried domain
7948 are assumed to be unavailable.
7949 DOC_END
7950
7951 NAME: dns_packet_max
7952 TYPE: b_ssize_t
7953 DEFAULT: none
7954 LOC: Config.dns.packet_max
7955 IFDEF: !USE_DNSHELPER
7956 DOC_START
7957 Maximum number of bytes packet size to advertise via EDNS.
7958 Set to "none" to disable EDNS large packet support.
7959
7960 For legacy reasons DNS UDP replies will default to 512 bytes which
7961 is too small for many responses. EDNS provides a means for Squid to
7962 negotiate receiving larger responses back immediately without having
7963 to failover with repeat requests. Responses larger than this limit
7964 will retain the old behaviour of failover to TCP DNS.
7965
7966 Squid has no real fixed limit internally, but allowing packet sizes
7967 over 1500 bytes requires network jumbogram support and is usually not
7968 necessary.
7969
7970 WARNING: The RFC also indicates that some older resolvers will reply
7971 with failure of the whole request if the extension is added. Some
7972 resolvers have already been identified which will reply with mangled
7973 EDNS response on occasion. Usually in response to many-KB jumbogram
7974 sizes being advertised by Squid.
7975 Squid will currently treat these both as an unable-to-resolve domain
7976 even if it would be resolvable without EDNS.
7977 DOC_END
7978
7979 NAME: dns_defnames
7980 COMMENT: on|off
7981 TYPE: onoff
7982 DEFAULT: off
7983 LOC: Config.onoff.res_defnames
7984 DOC_START
7985 Normally the RES_DEFNAMES resolver option is disabled
7986 (see res_init(3)). This prevents caches in a hierarchy
7987 from interpreting single-component hostnames locally. To allow
7988 Squid to handle single-component names, enable this option.
7989 DOC_END
7990
7991 NAME: dns_nameservers
7992 TYPE: wordlist
7993 DEFAULT: none
7994 LOC: Config.dns_nameservers
7995 DOC_START
7996 Use this if you want to specify a list of DNS name servers
7997 (IP addresses) to use instead of those given in your
7998 /etc/resolv.conf file.
7999 On Windows platforms, if no value is specified here or in
8000 the /etc/resolv.conf file, the list of DNS name servers are
8001 taken from the Windows registry, both static and dynamic DHCP
8002 configurations are supported.
8003
8004 Example: dns_nameservers 10.0.0.1 192.172.0.4
8005 DOC_END
8006
8007 NAME: hosts_file
8008 TYPE: string
8009 DEFAULT: @DEFAULT_HOSTS@
8010 LOC: Config.etcHostsPath
8011 DOC_START
8012 Location of the host-local IP name-address associations
8013 database. Most Operating Systems have such a file on different
8014 default locations:
8015 - Un*X & Linux: /etc/hosts
8016 - Windows NT/2000: %SystemRoot%\system32\drivers\etc\hosts
8017 (%SystemRoot% value install default is c:\winnt)
8018 - Windows XP/2003: %SystemRoot%\system32\drivers\etc\hosts
8019 (%SystemRoot% value install default is c:\windows)
8020 - Windows 9x/Me: %windir%\hosts
8021 (%windir% value is usually c:\windows)
8022 - Cygwin: /etc/hosts
8023
8024 The file contains newline-separated definitions, in the
8025 form ip_address_in_dotted_form name [name ...] names are
8026 whitespace-separated. Lines beginning with an hash (#)
8027 character are comments.
8028
8029 The file is checked at startup and upon configuration.
8030 If set to 'none', it won't be checked.
8031 If append_domain is used, that domain will be added to
8032 domain-local (i.e. not containing any dot character) host
8033 definitions.
8034 DOC_END
8035
8036 NAME: append_domain
8037 TYPE: string
8038 LOC: Config.appendDomain
8039 DEFAULT: none
8040 DOC_START
8041 Appends local domain name to hostnames without any dots in
8042 them. append_domain must begin with a period.
8043
8044 Be warned there are now Internet names with no dots in
8045 them using only top-domain names, so setting this may
8046 cause some Internet sites to become unavailable.
8047
8048 Example:
8049 append_domain .yourdomain.com
8050 DOC_END
8051
8052 NAME: ignore_unknown_nameservers
8053 TYPE: onoff
8054 LOC: Config.onoff.ignore_unknown_nameservers
8055 DEFAULT: on
8056 IFDEF: !USE_DNSHELPER
8057 DOC_START
8058 By default Squid checks that DNS responses are received
8059 from the same IP addresses they are sent to. If they
8060 don't match, Squid ignores the response and writes a warning
8061 message to cache.log. You can allow responses from unknown
8062 nameservers by setting this option to 'off'.
8063 DOC_END
8064
8065 NAME: dns_v4_first
8066 TYPE: onoff
8067 DEFAULT: off
8068 LOC: Config.dns.v4_first
8069 IFDEF: !USE_DNSHELPER
8070 DOC_START
8071 With the IPv6 Internet being as fast or faster than IPv4 Internet
8072 for most networks Squid prefers to contact websites over IPv6.
8073
8074 This option reverses the order of preference to make Squid contact
8075 dual-stack websites over IPv4 first. Squid will still perform both
8076 IPv6 and IPv4 DNS lookups before connecting.
8077
8078 WARNING:
8079 This option will restrict the situations under which IPv6
8080 connectivity is used (and tested). Hiding network problems
8081 which would otherwise be detected and warned about.
8082 DOC_END
8083
8084 NAME: ipcache_size
8085 COMMENT: (number of entries)
8086 TYPE: int
8087 DEFAULT: 1024
8088 LOC: Config.ipcache.size
8089 DOC_NONE
8090
8091 NAME: ipcache_low
8092 COMMENT: (percent)
8093 TYPE: int
8094 DEFAULT: 90
8095 LOC: Config.ipcache.low
8096 DOC_NONE
8097
8098 NAME: ipcache_high
8099 COMMENT: (percent)
8100 TYPE: int
8101 DEFAULT: 95
8102 LOC: Config.ipcache.high
8103 DOC_START
8104 The size, low-, and high-water marks for the IP cache.
8105 DOC_END
8106
8107 NAME: fqdncache_size
8108 COMMENT: (number of entries)
8109 TYPE: int
8110 DEFAULT: 1024
8111 LOC: Config.fqdncache.size
8112 DOC_START
8113 Maximum number of FQDN cache entries.
8114 DOC_END
8115
8116 COMMENT_START
8117 MISCELLANEOUS
8118 -----------------------------------------------------------------------------
8119 COMMENT_END
8120
8121 NAME: memory_pools
8122 COMMENT: on|off
8123 TYPE: onoff
8124 DEFAULT: on
8125 LOC: Config.onoff.mem_pools
8126 DOC_START
8127 If set, Squid will keep pools of allocated (but unused) memory
8128 available for future use. If memory is a premium on your
8129 system and you believe your malloc library outperforms Squid
8130 routines, disable this.
8131 DOC_END
8132
8133 NAME: memory_pools_limit
8134 COMMENT: (bytes)
8135 TYPE: b_int64_t
8136 DEFAULT: 5 MB
8137 LOC: Config.MemPools.limit
8138 DOC_START
8139 Used only with memory_pools on:
8140 memory_pools_limit 50 MB
8141
8142 If set to a non-zero value, Squid will keep at most the specified
8143 limit of allocated (but unused) memory in memory pools. All free()
8144 requests that exceed this limit will be handled by your malloc
8145 library. Squid does not pre-allocate any memory, just safe-keeps
8146 objects that otherwise would be free()d. Thus, it is safe to set
8147 memory_pools_limit to a reasonably high value even if your
8148 configuration will use less memory.
8149
8150 If set to none, Squid will keep all memory it can. That is, there
8151 will be no limit on the total amount of memory used for safe-keeping.
8152
8153 To disable memory allocation optimization, do not set
8154 memory_pools_limit to 0 or none. Set memory_pools to "off" instead.
8155
8156 An overhead for maintaining memory pools is not taken into account
8157 when the limit is checked. This overhead is close to four bytes per
8158 object kept. However, pools may actually _save_ memory because of
8159 reduced memory thrashing in your malloc library.
8160 DOC_END
8161
8162 NAME: forwarded_for
8163 COMMENT: on|off|transparent|truncate|delete
8164 TYPE: string
8165 DEFAULT: on
8166 LOC: opt_forwarded_for
8167 DOC_START
8168 If set to "on", Squid will append your client's IP address
8169 in the HTTP requests it forwards. By default it looks like:
8170
8171 X-Forwarded-For: 192.1.2.3
8172
8173 If set to "off", it will appear as
8174
8175 X-Forwarded-For: unknown
8176
8177 If set to "transparent", Squid will not alter the
8178 X-Forwarded-For header in any way.
8179
8180 If set to "delete", Squid will delete the entire
8181 X-Forwarded-For header.
8182
8183 If set to "truncate", Squid will remove all existing
8184 X-Forwarded-For entries, and place the client IP as the sole entry.
8185 DOC_END
8186
8187 NAME: cachemgr_passwd
8188 TYPE: cachemgrpasswd
8189 DEFAULT: none
8190 LOC: Config.passwd_list
8191 DOC_START
8192 Specify passwords for cachemgr operations.
8193
8194 Usage: cachemgr_passwd password action action ...
8195
8196 Some valid actions are (see cache manager menu for a full list):
8197 5min
8198 60min
8199 asndb
8200 authenticator
8201 cbdata
8202 client_list
8203 comm_incoming
8204 config *
8205 counters
8206 delay
8207 digest_stats
8208 dns
8209 events
8210 filedescriptors
8211 fqdncache
8212 histograms
8213 http_headers
8214 info
8215 io
8216 ipcache
8217 mem
8218 menu
8219 netdb
8220 non_peers
8221 objects
8222 offline_toggle *
8223 pconn
8224 peer_select
8225 reconfigure *
8226 redirector
8227 refresh
8228 server_list
8229 shutdown *
8230 store_digest
8231 storedir
8232 utilization
8233 via_headers
8234 vm_objects
8235
8236 * Indicates actions which will not be performed without a
8237 valid password, others can be performed if not listed here.
8238
8239 To disable an action, set the password to "disable".
8240 To allow performing an action without a password, set the
8241 password to "none".
8242
8243 Use the keyword "all" to set the same password for all actions.
8244
8245 Example:
8246 cachemgr_passwd secret shutdown
8247 cachemgr_passwd lesssssssecret info stats/objects
8248 cachemgr_passwd disable all
8249 DOC_END
8250
8251 NAME: client_db
8252 COMMENT: on|off
8253 TYPE: onoff
8254 DEFAULT: on
8255 LOC: Config.onoff.client_db
8256 DOC_START
8257 If you want to disable collecting per-client statistics,
8258 turn off client_db here.
8259 DOC_END
8260
8261 NAME: refresh_all_ims
8262 COMMENT: on|off
8263 TYPE: onoff
8264 DEFAULT: off
8265 LOC: Config.onoff.refresh_all_ims
8266 DOC_START
8267 When you enable this option, squid will always check
8268 the origin server for an update when a client sends an
8269 If-Modified-Since request. Many browsers use IMS
8270 requests when the user requests a reload, and this
8271 ensures those clients receive the latest version.
8272
8273 By default (off), squid may return a Not Modified response
8274 based on the age of the cached version.
8275 DOC_END
8276
8277 NAME: reload_into_ims
8278 IFDEF: USE_HTTP_VIOLATIONS
8279 COMMENT: on|off
8280 TYPE: onoff
8281 DEFAULT: off
8282 LOC: Config.onoff.reload_into_ims
8283 DOC_START
8284 When you enable this option, client no-cache or ``reload''
8285 requests will be changed to If-Modified-Since requests.
8286 Doing this VIOLATES the HTTP standard. Enabling this
8287 feature could make you liable for problems which it
8288 causes.
8289
8290 see also refresh_pattern for a more selective approach.
8291 DOC_END
8292
8293 NAME: connect_retries
8294 TYPE: int
8295 LOC: Config.connect_retries
8296 DEFAULT: 0
8297 DOC_START
8298 This sets the maximum number of connection attempts made for each
8299 TCP connection. The connect_retries attempts must all still
8300 complete within the connection timeout period.
8301
8302 The default is not to re-try if the first connection attempt fails.
8303 The (not recommended) maximum is 10 tries.
8304
8305 A warning message will be generated if it is set to a too-high
8306 value and the configured value will be over-ridden.
8307
8308 Note: These re-tries are in addition to forward_max_tries
8309 which limit how many different addresses may be tried to find
8310 a useful server.
8311 DOC_END
8312
8313 NAME: retry_on_error
8314 TYPE: onoff
8315 LOC: Config.retry.onerror
8316 DEFAULT: off
8317 DOC_START
8318 If set to ON Squid will automatically retry requests when
8319 receiving an error response with status 403 (Forbidden),
8320 500 (Internal Error), 501 or 503 (Service not available).
8321 Status 502 and 504 (Gateway errors) are always retried.
8322
8323 This is mainly useful if you are in a complex cache hierarchy to
8324 work around access control errors.
8325
8326 NOTE: This retry will attempt to find another working destination.
8327 Which is different from the server which just failed.
8328 DOC_END
8329
8330 NAME: as_whois_server
8331 TYPE: string
8332 LOC: Config.as_whois_server
8333 DEFAULT: whois.ra.net
8334 DOC_START
8335 WHOIS server to query for AS numbers. NOTE: AS numbers are
8336 queried only when Squid starts up, not for every request.
8337 DOC_END
8338
8339 NAME: offline_mode
8340 TYPE: onoff
8341 LOC: Config.onoff.offline
8342 DEFAULT: off
8343 DOC_START
8344 Enable this option and Squid will never try to validate cached
8345 objects.
8346 DOC_END
8347
8348 NAME: uri_whitespace
8349 TYPE: uri_whitespace
8350 LOC: Config.uri_whitespace
8351 DEFAULT: strip
8352 DOC_START
8353 What to do with requests that have whitespace characters in the
8354 URI. Options:
8355
8356 strip: The whitespace characters are stripped out of the URL.
8357 This is the behavior recommended by RFC2396.
8358 deny: The request is denied. The user receives an "Invalid
8359 Request" message.
8360 allow: The request is allowed and the URI is not changed. The
8361 whitespace characters remain in the URI. Note the
8362 whitespace is passed to redirector processes if they
8363 are in use.
8364 encode: The request is allowed and the whitespace characters are
8365 encoded according to RFC1738. This could be considered
8366 a violation of the HTTP/1.1
8367 RFC because proxies are not allowed to rewrite URI's.
8368 chop: The request is allowed and the URI is chopped at the
8369 first whitespace. This might also be considered a
8370 violation.
8371 DOC_END
8372
8373 NAME: chroot
8374 TYPE: string
8375 LOC: Config.chroot_dir
8376 DEFAULT: none
8377 DOC_START
8378 Specifies a directory where Squid should do a chroot() while
8379 initializing. This also causes Squid to fully drop root
8380 privileges after initializing. This means, for example, if you
8381 use a HTTP port less than 1024 and try to reconfigure, you may
8382 get an error saying that Squid can not open the port.
8383 DOC_END
8384
8385 NAME: balance_on_multiple_ip
8386 TYPE: onoff
8387 LOC: Config.onoff.balance_on_multiple_ip
8388 DEFAULT: off
8389 DOC_START
8390 Modern IP resolvers in squid sort lookup results by preferred access.
8391 By default squid will use these IP in order and only rotates to
8392 the next listed when the most preffered fails.
8393
8394 Some load balancing servers based on round robin DNS have been
8395 found not to preserve user session state across requests
8396 to different IP addresses.
8397
8398 Enabling this directive Squid rotates IP's per request.
8399 DOC_END
8400
8401 NAME: pipeline_prefetch
8402 TYPE: onoff
8403 LOC: Config.onoff.pipeline_prefetch
8404 DEFAULT: off
8405 DOC_START
8406 To boost the performance of pipelined requests to closer
8407 match that of a non-proxied environment Squid can try to fetch
8408 up to two requests in parallel from a pipeline.
8409
8410 Defaults to off for bandwidth management and access logging
8411 reasons.
8412
8413 WARNING: pipelining breaks NTLM and Negotiate/Kerberos authentication.
8414 DOC_END
8415
8416 NAME: high_response_time_warning
8417 TYPE: int
8418 COMMENT: (msec)
8419 LOC: Config.warnings.high_rptm
8420 DEFAULT: 0
8421 DOC_START
8422 If the one-minute median response time exceeds this value,
8423 Squid prints a WARNING with debug level 0 to get the
8424 administrators attention. The value is in milliseconds.
8425 DOC_END
8426
8427 NAME: high_page_fault_warning
8428 TYPE: int
8429 LOC: Config.warnings.high_pf
8430 DEFAULT: 0
8431 DOC_START
8432 If the one-minute average page fault rate exceeds this
8433 value, Squid prints a WARNING with debug level 0 to get
8434 the administrators attention. The value is in page faults
8435 per second.
8436 DOC_END
8437
8438 NAME: high_memory_warning
8439 TYPE: b_size_t
8440 LOC: Config.warnings.high_memory
8441 DEFAULT: 0 KB
8442 DOC_START
8443 If the memory usage (as determined by mallinfo) exceeds
8444 this amount, Squid prints a WARNING with debug level 0 to get
8445 the administrators attention.
8446 DOC_END
8447
8448 NAME: sleep_after_fork
8449 COMMENT: (microseconds)
8450 TYPE: int
8451 LOC: Config.sleep_after_fork
8452 DEFAULT: 0
8453 DOC_START
8454 When this is set to a non-zero value, the main Squid process
8455 sleeps the specified number of microseconds after a fork()
8456 system call. This sleep may help the situation where your
8457 system reports fork() failures due to lack of (virtual)
8458 memory. Note, however, if you have a lot of child
8459 processes, these sleep delays will add up and your
8460 Squid will not service requests for some amount of time
8461 until all the child processes have been started.
8462 On Windows value less then 1000 (1 milliseconds) are
8463 rounded to 1000.
8464 DOC_END
8465
8466 NAME: windows_ipaddrchangemonitor
8467 IFDEF: _SQUID_WINDOWS_
8468 COMMENT: on|off
8469 TYPE: onoff
8470 DEFAULT: on
8471 LOC: Config.onoff.WIN32_IpAddrChangeMonitor
8472 DOC_START
8473 On Windows Squid by default will monitor IP address changes and will
8474 reconfigure itself after any detected event. This is very useful for
8475 proxies connected to internet with dial-up interfaces.
8476 In some cases (a Proxy server acting as VPN gateway is one) it could be
8477 desiderable to disable this behaviour setting this to 'off'.
8478 Note: after changing this, Squid service must be restarted.
8479 DOC_END
8480
8481 NAME: eui_lookup
8482 TYPE: onoff
8483 IFDEF: USE_SQUID_EUI
8484 DEFAULT: on
8485 LOC: Eui::TheConfig.euiLookup
8486 DOC_START
8487 Whether to lookup the EUI or MAC address of a connected client.
8488 DOC_END
8489
8490 NAME: max_filedescriptors max_filedesc
8491 TYPE: int
8492 DEFAULT: 0
8493 LOC: Config.max_filedescriptors
8494 DOC_START
8495 The maximum number of filedescriptors supported.
8496
8497 The default "0" means Squid inherits the current ulimit setting.
8498
8499 Note: Changing this requires a restart of Squid. Also
8500 not all comm loops supports large values.
8501 DOC_END
8502
8503 NAME: workers
8504 TYPE: int
8505 LOC: Config.workers
8506 DEFAULT: 1
8507 DOC_START
8508 Number of main Squid processes or "workers" to fork and maintain.
8509 0: "no daemon" mode, like running "squid -N ..."
8510 1: "no SMP" mode, start one main Squid process daemon (default)
8511 N: start N main Squid process daemons (i.e., SMP mode)
8512
8513 In SMP mode, each worker does nearly all what a single Squid daemon
8514 does (e.g., listen on http_port and forward HTTP requests).
8515 DOC_END
8516
8517 NAME: cpu_affinity_map
8518 TYPE: CpuAffinityMap
8519 LOC: Config.cpuAffinityMap
8520 DEFAULT: none
8521 DOC_START
8522 Usage: cpu_affinity_map process_numbers=P1,P2,... cores=C1,C2,...
8523
8524 Sets 1:1 mapping between Squid processes and CPU cores. For example,
8525
8526 cpu_affinity_map process_numbers=1,2,3,4 cores=1,3,5,7
8527
8528 affects processes 1 through 4 only and places them on the first
8529 four even cores, starting with core #1.
8530
8531 CPU cores are numbered starting from 1. Requires support for
8532 sched_getaffinity(2) and sched_setaffinity(2) system calls.
8533
8534 Multiple cpu_affinity_map options are merged.
8535
8536 See also: workers
8537 DOC_END
8538
8539 EOF