On Tue, 1 Nov 2005, H wrote:
On Monday 31 October 2005 21:46, Henrik Nordstrom wrote:
On Mon, 31 Oct 2005, H wrote:
then squid seems to send all request to the cache_peer and DO NOT cache
anymore and DO NOT hold any objects in memory
What does your cache_peer line say?
cache_peer 200.152.83.8 parent 8080 3130 proxy-only
The proxy-only explains why there is no caching... (proxy-only simply says
"Do not cache objects fetched from this peer")
The exact details regarding why a lot more is now sent via the peer is
another question, but when neither never_direct or always_direct is
"allow" for the request Squid should prefer to send most requests via the
peer if possible so it's actually more of a question why this was not done
in the earlier version..
Regards
Henrik