Wennie V. Lagmay wrote:
Hi all,
Im am just wondering, my cache server is working fine (Squid-2.5.stable7
with patches) I test it using a certain webpage, on access.log the
result is
either mem_hit or tcp_hit so I know that the cache is working and the
page I
visited was cache. Now I have a local Web Server (Apache 2.0.47) When Im
accsssing the page it says direct/xxx.xxx.xxx.xxx, and the the log always
says, tcp_miss.
It seems that my local page is not cache. can you help me to also
cache my local page?
Thank you very much,
wennie
Because the local servers are nearby, generally they won´t benefit too
much from cache hits.
see the no_cache acl for this purpose.
always_direct and never_direct are related too.
Thanks
Emilio C.