On Tue, Nov 15, 2016 at 1:29 PM, Tom Browder <tom.brow...@gmail.com> 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? > So I guess my only option is to use "mod_cache" which is not very > straight-forward to use, but it, too, doesn't seem to be able to use > files by extension. I'm not sure if there are any mod_cache specific limitations, but CacheEnable should work in Files/FilesMatch or at least Location/LocationMatch. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org