1cachemgr.cgi(8) System Manager's Manual cachemgr.cgi(8)
2
3
4
6 cachemgr.cgi - Squid HTTP proxy manager CGI web interface
7
9 http://your.server/cgi-bin/cachemgr.cgi
10
12 The cache manager ( cachemgr.cgi ) is a CGI utility for displaying sta‐
13 tistics about the Squid HTTP proxy process as it runs. The cache man‐
14 ager is a convenient way to manage the cache and view statistics with‐
15 out logging into the server.
16
18 Configuration examples for many common web servers can be found in the
19 Squid FAQ wiki. http://wiki.squid-cache.org/SquidFaq
20
21 ./cachemgr.conf
22 /etc/squid/cachemgr.conf
23 The access configuration file defining which Squid servers may
24 be managed via this cachemgr.cgi program. Each line specifies a
25 server:port followed by an optional description
26
27 The server name may contain shell wildcard characters such as *,
28 [] etc. A quick selection dropdown menu is automatically con‐
29 structed from the simple server names.
30
31 Specifying :port is optional. If not specified then the default
32 proxy port is assumed. :* or :any matches any port on the target
33 server.
34
36 cachemgr.cgi calls the requested server on the requested port using
37 HTTP and returns a formatted version of the response. To avoid abuse it
38 is recommended to configure your web server to restrict access to the
39 cachemgr.cgi program.
40
42 Derived from Harvest. Further developed by numerous individuals from
43 the internet community. Development is led by Duane Wessels of the
44 National Laboratory for Applied Network Research and funded by the
45 National Science Foundation.
46
48 * Copyright (C) 1996-2018 The Squid Software Foundation and contribu‐
49 tors
50 *
51 * Squid software is distributed under GPLv2+ license and includes
52 * contributions from numerous individuals and organizations.
53 * Please see the COPYING and CONTRIBUTORS files for details.
54
56 Questions on the usage of this program can be sent to the Squid Users
57 mailing list <squid-users@lists.squid-cache.org>
58
60 See http://wiki.squid-cache.org/SquidFaq/BugReporting for details of
61 what you need to include with your bug report.
62
63 Report bugs or bug fixes using http://bugs.squid-cache.org/
64
65 Report serious security bugs to Squid Bugs <squid-bugs@lists.squid-
66 cache.org>
67
68 Report ideas for new improvements to the Squid Developers mailing list
69 <squid-dev@lists.squid-cache.org>
70
72 squid(8), squidclient(1)
73
74
75
76 cachemgr.cgi(8)