@@ -, +, @@ Expires header set. apache-share.conf file) enable the 'expires' module, restart apache. for 12 hours into the future. --- debian/templates/apache-shared.conf | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) --- a/debian/templates/apache-shared.conf +++ a/debian/templates/apache-shared.conf @@ -56,6 +56,13 @@ SetEnv PERL5LIB "/usr/share/koha/lib" + + ExpiresActive on + ExpiresByType text/css "access plus 12 hours" + ExpiresByType application/javascript "access plus 12 hours" + ExpiresByType image/png "access plus 12 hours" + ExpiresByType image/gif "access plus 12 hours" + Options +FollowSymLinks --