The following commit has been merged in the master branch:
commit d2a27f6505a89ed3651d52e160db122541a6165d
Author: Frank Lichtenheld <[EMAIL PROTECTED]>
Date:   Wed Feb 20 02:13:23 2008 +0100

    apache.conf: Increase expire dates for images
    
    The images have not changed in ages. Increate the expire date
    from one week to one year.

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

-- 
APT Archive Web-Frontend (Alioth repository)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to