Squid doesn't know what's dynamic or static content.It's descided by you.By default,Squid think 'cgi-bin' and '?' in urlpath are dynamic,so it wouldn't cache them,known by these 2 lines: acl QUERY urlpath_regex cgi-bin \? cache deny QUERY Given the case you have .php or .jsp pages,but you didn't specify them in above config directives,then Squid think those pages are also static.How long would they be cached?It's descided by default refresh_pattern(that line of ".") (if you didn't specify them distinctly). 2007/6/17, Monah Baki <mbaki@xxxxxxxxxxx>:
Hi all, Where can I get information about dynamic caching in squid and how to enable it, and after a certain period of time go see if the content has changed and cache the new content. Thank you BSD Networking, Microsoft Notworking