squid 缓存配置问题 大虾请帮忙
小弟负责公司网站运维 现在要求提高访问速度 我看到缓存机制有点帮助 就想试一试squid 初次使用问题很多啊。。
我的配置
visible_hostname www.xx27.net cache_peer localhost parent 81 0 no-query originserver weight=1 name=a
cache_peer_domain b www.xx27.net
acl all src 0.0.0.0/0.0.0.0
http_access allow all
never_direct allow all
cache_peer_access b allow all
我是想将后端81端口的数据缓存处理 但是访问的时候提示缓存不存在 是什么问题呢 请各位大虾解读啊。。