Go to main content

man pages section 8: System Administration Commands

Exit Print View

Updated: Wednesday, July 27, 2022
 
 

cachemgr.cgi (8)

Name

cachemgr.cgi - Squid HTTP proxy manager CGI web interface

Synopsis

http://your.server/cgi-bin/cachemgr.cgi

Description

cachemgr.cgi(8)             System Manager's Manual            cachemgr.cgi(8)



NAME
       cachemgr.cgi - Squid HTTP proxy manager CGI web interface

SYNOPSIS
       http://your.server/cgi-bin/cachemgr.cgi

DESCRIPTION
       The cache manager ( cachemgr.cgi ) is a CGI utility for displaying sta-
       tistics about the Squid HTTP proxy process as it runs. The  cache  man-
       ager  is a convenient way to manage the cache and view statistics with-
       out logging into the server.

CONFIGURATION
       Configuration examples for many common web servers can be found in  the
       Squid FAQ wiki.  http://wiki.squid-cache.org/SquidFaq

       ./cachemgr.conf
       /etc/squid/cachemgr.conf
              The  access  configuration file defining which Squid servers may
              be managed via this cachemgr.cgi program. Each line specifies  a
              server:port followed by an optional description

              The server name may contain shell wildcard characters such as *,
              [] etc.  A quick selection dropdown menu is  automatically  con-
              structed from the simple server names.

              Specifying  :port is optional. If not specified then the default
              proxy port is assumed. :* or :any matches any port on the target
              server.

SECURITY
       cachemgr.cgi  calls  the  requested  server on the requested port using
       HTTP and returns a formatted version of the response. To avoid abuse it
       is  recommended  to configure your web server to restrict access to the
       cachemgr.cgi program.

AUTHOR
       Derived from Harvest. Further developed by  numerous  individuals  from
       the  internet  community.  Development  is  led by Duane Wessels of the
       National Laboratory for Applied Network  Research  and  funded  by  the
       National Science Foundation.

COPYRIGHT
        *  Copyright (C) 1996-2021 The Squid Software Foundation and contribu-
       tors
        *
        * Squid software is distributed under GPLv2+ license and includes
        * contributions from numerous individuals and organizations.
        * Please see the COPYING and CONTRIBUTORS files for details.

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

REPORTING BUGS
       See  http://wiki.squid-cache.org/SquidFaq/BugReporting  for  details of
       what you need to include with your bug report.

       Report bugs or bug fixes using http://bugs.squid-cache.org/

       Report serious security bugs  to  Squid  Bugs  <squid-bugs@lists.squid-
       cache.org>

       Report  ideas for new improvements to the Squid Developers mailing list
       <squid-dev@lists.squid-cache.org>


ATTRIBUTES
       See attributes(7) for descriptions of the following attributes:


       +---------------+------------------+
       |ATTRIBUTE TYPE | ATTRIBUTE VALUE  |
       +---------------+------------------+
       |Availability   | web/proxy/squid  |
       +---------------+------------------+
       |Stability      | Uncommitted      |
       +---------------+------------------+

SEE ALSO
       squid(8), squidclient(1)



NOTES
       Source code for open source software components in Oracle  Solaris  can
       be found at https://www.oracle.com/downloads/opensource/solaris-source-
       code-downloads.html.

       This    software    was    built    from    source     available     at
       https://github.com/oracle/solaris-userland.    The  original  community
       source    was    downloaded    from     http://www.squid-cache.org/Ver-
       sions/v4/squid-4.15.tar.xz.

       Further information about this software can be found on the open source
       community website at http://www.squid-cache.org/.



                                                               cachemgr.cgi(8)