1squid(8)                    System Manager's Manual                   squid(8)
2
3
4

NAME

6       squid - HTTP web proxy caching server
7

SYNOPSIS

9       squid [-dhisrvzCFNRSVYX] [-l facility ] [-f config-file ] [-[au] port ]
10       [-k signal ] [-n service-name ] [-O command-line ]
11

DESCRIPTION

13       squid is a high-performance proxy caching server for web clients,  sup‐
14       porting  FTP,  gopher,  ICAP,  ICP, HTCP and HTTP data objects.  Unlike
15       traditional caching software, Squid handles all requests in  a  single,
16       non-blocking process.
17
18       Squid  keeps meta data and especially hot objects cached in RAM, caches
19       DNS lookups, supports non-blocking DNS lookups, and implements negative
20       caching of failed requests.
21
22       Squid  supports  SSL,  extensive access controls, and full request log‐
23       ging.  By using the lightweight Internet Cache Protocols ICP,  HTCP  or
24       CARP,  Squid  caches  can  be arranged in a hierarchy or mesh for addi‐
25       tional bandwidth savings.
26
27       Squid consists of a main server program squid , some optional  programs
28       for  custom  processing  and  authentication,  and  some management and
29       client tools.  When squid starts up, it spawns a configurable number of
30       helper  processes,  each  of  which can perform parallel lookups.  This
31       reduces the amount of time the cache waits for results.
32
33       Squid is derived from the ARPA-funded Harvest Project.
34
35       This manual page only lists the command line arguments.  For details on
36       how       to       configure       Squid       see       the       file
37       /usr/share/doc/squid-3.5.20/squid.conf.documented, the Squid  wiki  FAQ
38       and  examples  at  http://wiki.squid-cache.org/  , or the configuration
39       manual on the Squid home page http://www.squid-cache.org/Doc/config/
40

OPTIONS

42       -a port     Specify HTTP port number  where  Squid  should  listen  for
43                   requests,  in  addition  to any http_port specifications in
44                   squid.conf
45
46       -C          Do not catch fatal signals.
47
48       -d level    Write debugging to stderr also.
49
50       -f file     Use the given config-file instead of  /etc/squid/squid.conf
51                   .   If  the  file  name  starts  with  a !  or | then it is
52                   assumed to be an external command or command line.  Can for
53                   example  be used to pre-process the configuration before it
54                   is being read by Squid.   To  facilitate  this  Squid  also
55                   understands  the  common  #line notion to indicate the real
56                   source file.
57
58       -F          Don't serve any requests until store is rebuilt.
59
60       -h          Print help message.
61
62       -i          Install as a Windows Service (see -n option).
63
64       -k reconfigure | rotate | shutdown | interrupt | kill | debug | check |
65       parse
66                   Parse  configuration file, then send signal to running copy
67                   (except -k parse ) and exit.
68
69       -l facility Use specified syslog facility. Implies -s
70
71       -n name     Specify Windows Service name to use for service operations,
72                   default is: Squid
73
74       -N          No daemon mode.
75
76       -O options  Set Windows Service Command line options in Registry.
77
78       -r          Remove a Windows Service (see -n option).
79
80       -R          Do not set REUSEADDR on port.
81
82       -s          Enable    logging   to   syslog.   Also   configurable   in
83                   /etc/squid/squid.conf
84
85       -S          Double-check swap during rebuild.
86
87       -u port     Specify ICP port number (default: 3130), disable with 0.
88
89       -v          Print version and build details.
90
91       -X          Force full debugging.
92
93       -Y          Only return UDP_HIT or UDP_MISS_NOFETCH during fast reload.
94
95       -z          Create missing swap directories and other missing cache_dir
96                   structures,  then exit. All cache_dir types create the con‐
97                   figured top-level directory if it is missing. Other actions
98                   are  type-specific.  For example, ufs-based storage systems
99                   create missing L1 and L2 directories while Rock creates the
100                   missing database file.
101
102                   This  option does not enable validation of any present swap
103                   structures. Its focus is on creation of missing pieces.  If
104                   nothing  is  missing,  squid  -z just exits. If you suspect
105                   cache_dir  corruption,  you  must  delete   the   top-level
106                   cache_dir directory before running squid -z.
107
108                   By  default, squid -z runs in daemon mode (so that configu‐
109                   ration macros and other SMP features work as expected). Use
110                   -N option to overwrite this.
111

FILES

113       Squid configuration files located in /etc/squid/:
114
115       squid.conf
116              The  main configuration file. You must initially make changes to
117              this file for squid to work. For example, the default configura‐
118              tion  only  allows  access  from RFC private LAN networks.  Some
119              packaging distributions block even that.
120
121       squid.conf.default
122              Reference copy of the configuration file. Always kept up to date
123              with the version of Squid you are using.
124
125              Use  this to look up the default configuration settings and syn‐
126              tax after upgrading.
127
128       squid.conf.documented
129              Reference copy of the configuration file. Always kept up to date
130              with the version of Squid you are using.
131
132              Use  this  to  read  the documentation for configuration options
133              available in your build of Squid. The online configuration  man‐
134              ual  is  also  available  for a full reference of options.  see‐
135              http://www.squid-cache.org/Doc/config/
136
137       cachemgr.conf
138              The main configuration file for the web cachemgr.cgi tools.
139
140       msntauth.conf
141              The main configuration file for the Sample MSNT authenticator.
142
143       errorpage.css
144              CSS Stylesheet to control the display of generated error  pages.
145              Use  this to set any company branding you need, it will apply to
146              every language Squid provides error pages for.
147
148       Some files also located elsewhere:
149
150       /etc/squid/mime.conf (mime_table)
151              MIME type mappings for FTP gatewaying
152
153       /usr/share/squid/errors
154              Location of Squid error pages and templates.
155

AUTHOR

157       Squid was written over many years by a changing team of developers  and
158       maintained  in  turn  by  Duane  Wessels <duane@squid-cache.org> Henrik
159       Nordstrom  <hno@squid-cache.org>  Amos  Jeffries   <amosjeffries@squid-
160       cache.org>
161
162       With  contributions  from many others in the Squid community.  see CON‐
163       TRIBUTORS for a full list of individuals  who  contributed  code.   see
164       CREDITS for a list of major code contributing copyright holders.
165
167        *  Copyright (C) 1996-2016 The Squid Software Foundation and contribu‐
168       tors
169        *
170        * Squid software is distributed under GPLv2+ license and includes
171        * contributions from numerous individuals and organizations.
172        * Please see the COPYING and CONTRIBUTORS files for details.
173

QUESTIONS

175       Questions on the usage of this program can be sent to the  Squid  Users
176       mailing list <squid-users@squid-cache.org>
177

REPORTING BUGS

179       Bug  reports  need  to  be  made  in  English.   See http://wiki.squid-
180       cache.org/SquidFaq/BugReporting for details of what you need to include
181       with your bug report.
182
183       Report bugs or bug fixes using http://bugs.squid-cache.org/
184
185       Report serious security bugs to Squid Bugs <squid-bugs@squid-cache.org>
186
187       Report  ideas for new improvements to the Squid Developers mailing list
188       <squid-dev@squid-cache.org>
189

SEE ALSO

191       cachemgr.cgi (8), squidclient (1), basic_pam_auth (8),  basic_ldap_auth
192       (8),  ext_ldap_group_acl  (8),  ext_session_acl (8), ext_unix_group_acl
193       (8),
194       The Squid FAQ wiki http://wiki.squid-cache.org/SquidFaq
195       The Squid Configuration Manual http://www.squid-cache.org/Doc/config/
196
197
198
199                                                                      squid(8)
Impressum