프로그램 사용/squid

squid cachemgr

구차니 2019. 2. 12. 10:42

일단.. 아래와 같이 squid.conf에서 하나를 막아주면, 다른데서도 접속이 가능한데

# Only allow cachemgr access from localhost

http_access allow localhost manager

#http_access deny manager 


proxy ip로 접근하니 안되고 아래 링크를 추천(?) 해줘서 가니 되긴 한다.

http://localhost.localdomain:3128/squid-internal-mgr/info 


[링크 : https://wiki.squid-cache.org/Features/CacheManager]

[링크 : https://wiki.squid-cache.org/ManagerCgiTool]

[링크 : https://wiki.squid-cache.org/SquidClientTool]

[링크 : https://www.pks.mpg.de/~.../suse10.2/html/opensuse-manual_en/manual/sec.squid.cachemgr.html]