Stefan de Konink wrote, On 03/12/2007 08:16:

 > In read_config_grammer.y I found:
 >
 > mimetype_options : T_MAX_AGE T_NUMBER
 > {
 >            cherokee_mime_entry_set_maxage (current_mime_entry, $2);
 > };
 >
 >
 > Does this need to be set in the mimes.types file? Or somewhere else?
 > Do you have an example for this?

That is something that only works with Cherokee 0.5. We switched from
using a Cherokee specific mime types file (0.5) to the system wide
file (0.6), and therefore we lost the ability to specify the Max Age
header within the file.

I would like to address in 0.6 this right after 0.6.0 is released.
The idea is to use the Max-Age as a property of directories, requests
and extensions.

-- 
Greetings, alo.
http://www.alobbs.com
_______________________________________________
Cherokee mailing list
[email protected]
http://cherokee-project.com/cgi-bin/mailman/listinfo/cherokee

Reply via email to