Is there a header string I could pass in the newer version of mod_cache/mod_disk_cache that would cause it to refresh the cache with new content for the requested URL? In version 2.0.59 there does not seem to be a header string that will do this. I got the idea that passing the following header string would do that: "Cache-Control: max-age=0" After looking at the code I found that this is not the case. Using this string in the header simply tells mod_cache to not check the cache for the requested content. So the next time mod_cache gets a request for the same URL without the above header string it will give back the old cached content. I am really looking for a way to tell mod_cache, "hey, refresh the cache with new content for the requested URL". Thanks for any help you can give me. Lance Campbell Project Manager/Software Architect Web Services at Public Affairs University of Illinois 217.333.0382 http://webservices.uiuc.edu -----Original Message----- From: Axel-Stephane SMORGRAV [mailto:Axel-Stephane.SMORGRAV@xxxxxxxxxxxxxx] Sent: Wednesday, January 09, 2008 1:53 AM To: users@xxxxxxxxxxxxxxxx Subject: RE: mod_cache Yes you did. http://issues.apache.org/bugzilla/show_bug.cgi?id=19441 Many of the developers actively participate on this list also, so there is no need to post to the dev list. If you believe you have found a problem you should search Bugzilla for reports of problems similar to what you reported. -ascs ________________________________ De : Campbell, Lance [mailto:lance@xxxxxxxx] Envoyé : mercredi 9 janvier 2008 07:44 À : users@xxxxxxxxxxxxxxxx Objet : mod_cache <![endif]--> I think I found an issue with mod_cache. Where do I go to post a question to the development group for this mod? Thanks, Lance Campbell Project Manager/Software Architect Web Services at Public Affairs University of Illinois 217.333.0382 http://webservices.uiuc.edu --------------------------------------------------------------------- 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 --------------------------------------------------------------------- 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