Squid删除缓存(批量),可使用正则
记的在你的Squid.conf中写入下面的acl来控制那些地址可以清除缓存.
acl PURGE method PURGE
http_access allow PURGE localhost
http_access deny PURGE
阅读全文——共484字
记的在你的Squid.conf中写入下面的acl来控制那些地址可以清除缓存.
acl PURGE method PURGE
http_access allow PURGE localhost
http_access deny PURGE
阅读全文——共484字