Re: [EMAIL PROTECTED] Intelligent/automatic cache expiry based on mtime

2007-12-11 Thread Jergen Dutch
On Dec 7, 2007 2:29 PM, Axel-Stephane SMORGRAV [EMAIL PROTECTED] wrote: ExpiresByType image/jpeg modification plus 120 seconds This will expire images which have not changed. I will stiick with etags. Thanks. - The official

RE: [EMAIL PROTECTED] Intelligent/automatic cache expiry based on mtime

2007-12-11 Thread Axel-Stephane SMORGRAV
Dutch [mailto:[EMAIL PROTECTED] Envoyé : mardi 11 décembre 2007 14:00 À : users@httpd.apache.org Objet : Re: [EMAIL PROTECTED] Intelligent/automatic cache expiry based on mtime On Dec 7, 2007 2:29 PM, Axel-Stephane SMORGRAV [EMAIL PROTECTED] wrote: ExpiresByType image/jpeg modification plus 120

Re: [EMAIL PROTECTED] Intelligent/automatic cache expiry based on mtime

2007-12-07 Thread Jergen Dutch
On Dec 7, 2007 11:25 AM, Axel-Stephane SMORGRAV [EMAIL PROTECTED] wrote: Sorry for being crude, but why don't you just read the manual (mod_expires) ?? ExpiresByType image/jpeg modification plus 1 day Because this is doing something different to what I want. Your suggestion would expire

[EMAIL PROTECTED] Intelligent/automatic cache expiry based on mtime

2007-12-07 Thread Jergen Dutch
Hi list, I have an application that loads a lot of images off a server every 60 seconds. I want the client's browser to cache the images because they almost never change. In the rare cases where an image does change, I would like to invalidate the client's cached copy of the image. I could do

RE: [EMAIL PROTECTED] Intelligent/automatic cache expiry based on mtime

2007-12-07 Thread Axel-Stephane SMORGRAV
ExpiresByType image/jpeg modification plus 120 seconds -ascs -Message d'origine- De : Jergen Dutch [mailto:[EMAIL PROTECTED] Envoyé : vendredi 7 décembre 2007 13:02 À : users@httpd.apache.org Objet : Re: [EMAIL PROTECTED] Intelligent/automatic cache expiry based on mtime On Dec 7

RE: [EMAIL PROTECTED] Intelligent/automatic cache expiry based on mtime

2007-12-07 Thread Axel-Stephane SMORGRAV
of the e-tag computation. -ascs -Message d'origine- De : Jergen Dutch [mailto:[EMAIL PROTECTED] Envoyé : vendredi 7 décembre 2007 11:18 À : users@httpd.apache.org Objet : Re: [EMAIL PROTECTED] Intelligent/automatic cache expiry based on mtime On Dec 7, 2007 11:01 AM, C.F-Win in China F

Re: [EMAIL PROTECTED] Intelligent/automatic cache expiry based on mtime

2007-12-07 Thread C.F-Win in China F
ExpiresByType image/jpeg access plus 1 day

Re: [EMAIL PROTECTED] Intelligent/automatic cache expiry based on mtime

2007-12-07 Thread Jergen Dutch
On Dec 7, 2007 11:01 AM, C.F-Win in China F [EMAIL PROTECTED] wrote: ExpiresByType image/jpeg access plus 1 day Thanks for this, but I don't want to expire the cache based on access, I want to expire the cache based on mtime. etags should handle this, but it seems not too..