Re: [users@httpd] Use of mod_expires and mod_cache: how does one control cache time for specific file extensions?

2016-11-15 Thread Eric Covener
On Tue, Nov 15, 2016 at 1:29 PM, Tom Browder wrote: > I want to have *.shtml files parsed more frequently than other files. > Using "mod_expire" seems easy enough but it uses file mime types and > but I can't find any mime type for "text/shtml" only. ExpiresDefault in Files/FilesMatch section? >

[users@httpd] Use of mod_expires and mod_cache: how does one control cache time for specific file extensions?

2016-11-15 Thread Tom Browder
I want to have *.shtml files parsed more frequently than other files. Using "mod_expire" seems easy enough but it uses file mime types and but I can't find any mime type for "text/shtml" only. So I guess my only option is to use "mod_cache" which is not very straight-forward to use, but it, too, d