Hi, I have two imageservers behind a squid.My issue is that my imageservers are not sending any Expires headers
but
I would like to attaché one from the squid.So by the time the image reaches the browser I have an Expires header
in
it.
if there is neither Expires nor max-age headers, Squid won't cache them, is it? you may use apache's mod_expire to add that value, if you can control the realservers.