Hello,
Does anyone know if it's possible to match http cache HITs using squid's ACLs.
I'm trying to do something like:
acl downloads url_regex -i ftp .iso .exe .mp3 .vqf .tar.gz .gz .rpm .zip and then delay_pool with 1 Mbit for downloads
But if the downloaded file is already in squid's cache then I'd like it to avoid that delay_pool somehow and go full speed.
So far I haven't found any ACLs to match the http hits or maybe I wasn't looking very well.