Hi, I use squid as a revers proxy and I'd like to cache dynamic pages. The origin web server (apache) provide "Cache-Control: max-age" header without "last-modified" header (make sense since dynamic pages been generated when requested). the only way that I manage to cache the page was when I add "last-modified" header. Is it possible to cache dynamic page without "last-modified" header?