On Mon, Dec 1, 2008 at 8:20 AM, srinivasch <srinv9@xxxxxxxxx> wrote: >> I need some help in configuration or some snippet to help me in >> configuring my apache web server to cache frequently downloaded non static >> file from my application. each file has a different ID. I am totally new >> to this apache configuration, any help provided is deeply appreciated. >> >> Also the url will be something like this which downloads the pdf file. >> Appreciate your quick help. >> >> http://testg.org/intn4/download.action?fTId=159501 What have you tried, and what happened? http://httpd.apache.org/docs/2.2/caching.html If the URL included a query string (e.g. from a HTML form GET method) it will not be cached unless the response includes an "Expires:" header, as per RFC2616 section 13.9. --------------------------------------------------------------------- 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