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