Skip to content

Commit 4b9a14b

Browse files
authored
mention cache_object scheme removal effects
1 parent 6d63892 commit 4b9a14b

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

docs/Features/CacheManager/CacheManagerCgi.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
11
# This Cache Manager CGI tool
22

33
This is tool that provides basic management capabilities of a Squid
4-
server through a HTML user interface.
4+
server through an HTML user interface.
55
As every
66
[Common_Gateway_Interface](http://en.wikipedia.org/wiki/Common_Gateway_Interface),
77
software, it requires an HTTP server to make it really run.
88

9-
The communication with the Squid server is made up using the
10-
[Cache Object Protocol](/Features/CacheManager/CacheObjectScheme), that provides access to the underlying
9+
The communication with the Squid server is made using the
10+
[`cache_object` URL scheme](/Features/CacheManager/CacheObjectScheme), that provides access to the underlying
1111
[Cache Manager](/Features/CacheManager).
1212

13+
:warning:
14+
With the removal of [`cache_object` support](/Features/CacheManager/CacheObjectScheme) in [Squid-7](/Releases/Squid-7)
15+
releases of this tool older than v3.2 will no longer work.
16+
1317
More information is currently available at
1418
[Features/CacheManager](/Features/CacheManager).
1519

0 commit comments

Comments
 (0)