From 6620aa54bd038b88b9ed6a383c8b905769320356 Mon Sep 17 00:00:00 2001 From: Frank Lichtenheld Date: Sun, 11 May 2008 22:34:49 +0200 Subject: [PATCH] [ARCHIVE] Use very long expiration periods It's not like anything ever changes on these sites. --- conf/apache.conf.sed.in | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/conf/apache.conf.sed.in b/conf/apache.conf.sed.in index ac2143e..d5f19a1 100644 --- a/conf/apache.conf.sed.in +++ b/conf/apache.conf.sed.in @@ -8,10 +8,7 @@ # Nice caching.. ExpiresActive On - ExpiresDefault "access plus 1 day" - ExpiresByType image/gif "modification plus 1 year" - ExpiresByType image/jpeg "modification plus 1 year" - ExpiresByType image/png "modification plus 1 year" + ExpiresDefault "access plus 1 year" # language stuff # you need to keep this in sync with lib/Packages/I18N/Locale.pm -- 2.39.2