Re: [users@httpd] Image caching / Expiry times / 304s

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

 





on 06/06/2006 15:16 Joshua Slive said the following:

On 6/6/06, Matthew Claridge <mclaridge@xxxxxxxxxxxxx> wrote:

Apache does send a Cache-control header of "max-age=0", which if I'm
right means it isn't updatiing the expiry time?


It means the content is marked as expired.  What mod_expires config
are you using?

Joshua.

<Location /images/>
   <IfModule mod_expires.c>
       ExpiresActive On
       ExpiresByType image/jpg A432000
       ExpiresByType image/jpeg A432000
       ExpiresByType image/gif A432000
       ExpiresByType image/png A432000
       ExpiresByType image/ico A432000
   </IfModule>
</Location>

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
  "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx



[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux