Skip to content

Commit 630da6b

Browse files
authored
Update Index.md
1 parent 30bb653 commit 630da6b

1 file changed

Lines changed: 7 additions & 8 deletions

File tree

docs/Features/CacheManager/Index.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33
It is the Squid internal subsystem that provides a
44
common way for registering, finding and triggering management actions.
55
It interfaces with the outside world through the normal Squid HTTP
6-
server, responding requests made with the
7-
[cache_object scheme](/Features/CacheManager/CacheObjectScheme)
8-
or with the `/squid-internal-mgr` well-known URL path.
6+
server, responding requests made with the `/squid-internal-mgr` well-known URL path,
7+
or with the now deprecated [ `cache_object:` URL scheme](/Features/CacheManager/CacheObjectScheme)
98

109
Sometimes it is confused with the [Cache Manager CGI]/Features/CacheManager/CacheManagerCgi.
1110
This last one is just an external CGI application that reads data from
@@ -20,16 +19,16 @@ password.
2019
## Ways to access the manager reports
2120

2221
Squid packages come with some tools for accessing the cache manager:
23-
- [cachemgr.cgi](./CacheManagerCgi)
24-
is a CGI utility for online browsing of the manager reports. It can
25-
be configured to interface with multiple proxies so provides a
26-
convenient way to manage proxies and view statistics without logging
27-
into each server.
2822
- [squidclient](/Features/CacheManager/SquidClientTool)
2923
is a command line utility for performing web requests. It also has a
3024
special ability to send cache manager requests to Squid proxies.
3125
- [CacheMgrJs](./CacheMgrJs) is a javascript-based tool
3226
being developed as an alternative to the CGI tool
27+
- (deprecated) [cachemgr.cgi](./CacheManagerCgi)
28+
is a CGI utility for online browsing of the manager reports. It can
29+
be configured to interface with multiple proxies so provides a
30+
convenient way to manage proxies and view statistics without logging
31+
into each server.
3332

3433
Given that the Cache Manager uses plain HTTP, it's possible - and in fact easy -
3534
to develop custom tools

0 commit comments

Comments
 (0)