I am having some issues with squid not caching .cfm pages or responses. Is there a way to override this behavior? The newest CVS code works well for this issue, however we are not using it in production yet. Here is what I get in the access.log when hitting cfm pages. (Squid Version 2.5 STABLE7)
X.X.X.X - - [27/Oct/2004:16:37:26 -0400] "GET http://X.X.X.X/includes/js/ad_top_js.cfm? HTTP/1.1" 200 2178 TCP_MISS:DIRECT I have tried putting the following in my squid.conf with no avail. refresh_pattern . 20 20% 4320 override-expire override-lastmod ignore-reload reload-into-ims I am kind of a newbie with squid so pardon the ignorance. I thought the above line would force the server to cache everything for 20 min. As there is no proxy code in the header from the origin server. Thanks. Steve Searles
