mod_cache doing its thing
>
> SetOutputFilter MOD_EXPIRES;CACHE
>
> # pass through mod_deflate after everything else is done for text content
> AddOutputFilterByType DEFLATE text/html text/plain text/css
application/javascript application/rss+xml
Kind Regards,
Simon
On 1 June 2016 at 19:
Hi Eric
Thanks for getting back to me. So if there is no mime type when it wants to
cache which is why the AddOutputFilterType CACHE filter isn't doing what I
expect, but SetOutputFilter CACHE gets caching before compression correct,
is there any way I can apply mod_expires and mod_headers before
Hi Guys
I asked about this on IRC but after some digging I think it might be better
suited to the mailing list.
I am looking to make use of mod_cache to improve response times on a
website. I have mod_cache and mod_disk cache working fine - Content gets
cached and recalled from the cache as neede