I've been using request tracker v4.0.8, over a relatively high latency internet connection, and I noticed that many (all?) of the supposedly static resources (css, javascript, images) are located in a /NoAuth/
directory.
The CSS and javascript for each page are generated by RT on each request, and are served with Cache-Control: no-cache
. The images and additional requests generated by those files (misc images, more css, etc) are also no-cache. This all seems rather wasteful, to me.
Is there some trick or configuration that I can use to make RT operate in a less cache-hostile way?
As recommended in the RT web deployment documentation, Apache should be configured with
The equivalent in nginx is
... and in lighttpd it is