[rt-devel] RT 4.2 missing Cache-Control header for static content

Christian Loos cloos at netcologne.de
Wed Jan 22 05:14:19 EST 2014


Hi,

just want to drop you a note that content which is served direct from
share/static/ don't get an Cache-Control header.

Maybe we should include in the apache config this:
<IfModule mod_headers.c>
    <Location /static/>
        Header set Cache-Control 'max-age=2592000, public'
    </Location>
</IfModule>


Chris
-------------- next part --------------
A non-text attachment was scrubbed...
Name: rt-4.2-cache-control-header.png
Type: image/png
Size: 91321 bytes
Desc: not available
URL: <http://lists.bestpractical.com/pipermail/rt-devel/attachments/20140122/0d0ba788/attachment-0001.png>


More information about the rt-devel mailing list