on 06/06/2006 15:16 Joshua Slive said the following:
On 6/6/06, Matthew Claridge <[EMAIL PROTECTED]> 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: [EMAIL PROTECTED]
" from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]