On 13/01/2010, at 21:16, pub crawler wrote: > Can someone explain what the MimeType MaxAge does? > > When populated with a MaxAge time value does this output some HTTP > Header or is it used internally for Cherokee?
According to the documentation [1]: “Max Age: defines for how long a file of this type must be cached at the client’s side.”. It defines how long the client's web browser can keep the file in its local cache (memory or files) without refreshing it. 1.- http://www.cherokee-project.com/doc/config_mime_types.html -- Octality http://www.octality.com/ _______________________________________________ Cherokee mailing list [email protected] http://lists.octality.com/listinfo/cherokee
