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

Bug#67857: www.debian.org: Pics/logo-50.gif has Expires header



On Fri, Oct 27, 2000 at 08:06:58PM +1100, Herbert Xu wrote:
> > > > Please excuse my ignorance, but how are these Expires headers set or
> > > > removed?
> > 
> > It's Apache...?
> 
> It can be specified through the Expires* directives, which can be in
> /etc/apache or a relevant .htaccess file.  It can also be specified in
> the .meta file if that feature is turned on.  You can probably put it
> in the web page itself as well.
> 
> In this case, it's probably either a global configuration file or a
> .htaccess file.

Ah, I found it in www.debian.org's sub-apache.conf:

# Nice caching..
ExpiresActive On
ExpiresDefault "access plus 1 day"
ExpiresByType image/gif "access plus 1 week"
ExpiresByType image/jpg "access plus 1 week"

What would the change be?

-- 
Digital Electronic Being Intended for Assassination and Nullification



Reply to: