作者: 5639863 時間: 2007-10-21 22:26
我加了一句:
acl HTTP proto HTTP
always_direct allow HTTP
不知道對不?那如何知道現(xiàn)在的SQUID不緩存了呢?
謝謝作者: luo118 時間: 2007-10-23 13:06 標(biāo)題: 回復(fù) #6 5639863 的帖子 對,
這是把http的請求協(xié)議,直接轉(zhuǎn)發(fā)到原服務(wù)器,
acl HTTP proto HTTP
always_direct allow HTTP作者: 5639863 時間: 2007-10-27 15:26
我今天Squid網(wǎng)站上看到這條:
Can I make Squid proxy only, without caching anything?
Sure, there are few things you can do.
You can use the ncache access list to make Squid never cache any response:
acl all src 0.0.0.0/0
cache deny all
With Squid-2.4 and later you can also use the "null" storage module to avoid having a cache directory: