[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#177200: marked as done (www.debian.org: images expire too fast? )



Your message dated Sat, 30 Apr 2011 01:36:34 +0200
with message-id <20110429233634.GA7817@glenfiddich.mraw.org>
and subject line Re: Bug#67857: www.debian.org: Pics/logo-50.gif has Expires header
has caused the Debian Bug report #67857,
regarding www.debian.org: images expire too fast? 
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
67857: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=67857
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: www.debian.org
Version: unavailable; reported 2003-01-18
Severity: minor

Isn't expiring static things like this so fast wasteful of bandwidth?

$ wwwoffle -O http://www.debian.org/Pics/red-upperright.png|s
HTTP/1.0 200 OK
Date: Tue, 20 Aug 2002 23:43:54 GMT
Server: Apache/1.3.26 (Unix) Debian GNU/Linux PHP/4.1.2
Cache-Control: max-age=86400
Expires: Wed, 21 Aug 2002 23:43:54 GMT
Last-Modified: Wed, 15 Nov 2000 21:09:42 GMT
ETag: "6d2e70-158-3a12fb96"
Accept-Ranges: bytes
Content-Type: image/png
Content-Length: 344
Connection: close
Proxy-Connection: close
-- 
http://jidanni.org/ Taiwan(04)25854780


--- End Message ---
--- Begin Message ---
On Fri, Oct 27, 2000 at 08:23:19PM +1100, Herbert Xu wrote:
> On Fri, Oct 27, 2000 at 11:21:21AM +0200, Josip Rodin wrote:
> > # Nice caching..
> > ExpiresActive On
> > ExpiresDefault "access plus 1 day"
> > ExpiresByType image/gif "access plus 1 week"
> > ExpiresByType image/jpg "access plus 1 week"
> 
> That should be image/jpeg.  No wonder the logo is only cached for
> a day :)
> 
> > What would the change be?
> 
> That's a matter of policy.  The default expire setting is probably
> a good idea for our main page which needs to stay up-to-date.  But
> for the rest of the site, a much longer period (or even no expires
> setting at all) is desirable.

Webmirrors are on debian.org machines, whose apache conf has been updated:
   ExpiresDefault "access plus 1 day"
   ExpiresByType image/gif "access plus 1 week"
   ExpiresByType image/jpeg "access plus 1 week"
+  ExpiresByType image/png "access plus 1 week"
+  ExpiresByType image/x-icon "access plus 1 week"

http://git.debian.org/?p=mirror/dsa-puppet.git;a=commitdiff;h=96f29b8e7fba98cc7ecfb3e2909d2b547340328b
 

-- 
Simon Paillard


--- End Message ---

Reply to: