Squid3 not caching simple request and response
- by Nick Spacek
Hi folks, I've pared down my squid.conf to try to figure this out:
http_port 80 accel defaultsite=host.to.cache
cache_peer ip.to.cache parent 80 0 no-query originserver
acl our_sites dstdomain host.to.cache
http_access allow our_sites
refresh_pattern . 1 20% 4320
Requests are being proxied correctly, so that's a start. Here's a…