From d2a27f6505a89ed3651d52e160db122541a6165d Mon Sep 17 00:00:00 2001 From: Frank Lichtenheld Date: Wed, 20 Feb 2008 02:13:23 +0100 Subject: [PATCH] apache.conf: Increase expire dates for images The images have not changed in ages. Increate the expire date from one week to one year. --- conf/apache.conf.sed.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/conf/apache.conf.sed.in b/conf/apache.conf.sed.in index e6cc7f6..35bb3b5 100644 --- a/conf/apache.conf.sed.in +++ b/conf/apache.conf.sed.in @@ -9,8 +9,9 @@ # Nice caching.. ExpiresActive On ExpiresDefault "access plus 1 day" - ExpiresByType image/gif "access plus 1 week" - ExpiresByType image/jpeg "access plus 1 week" + ExpiresByType image/gif "modification plus 1 year" + ExpiresByType image/jpeg "modification plus 1 year" + ExpiresByType image/png "modification plus 1 year" # language stuff # you need to keep this in sync with lib/Packages/I18N/Locale.pm -- 2.39.2