On Thu, Feb 07, 2008 at 04:30:38PM -0600, Campbell, Lance wrote: > I am using mod disk cache to cache some dynamic content. It works great > if there are NO parameters passed to the requested URL. anything with a query string is considered uncacheable unless the thing handling the query sets an expires header; http://httpd.apache.org/docs/2.2/caching.html A query string implies some kind of dynamic handler, and since only it can know whether it should be cached or not, you need mot modify the handler to set the header. -- Colm MacCárthaigh Public Key: colm+pgp@xxxxxxxxxx --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx