apache 设置图片等静态文件的过期时间

回复 收藏
httpd.conf 中加入


    ExpiresActive on
    ExpiresByType image/gif  "access plus 1 days"
    ExpiresByType image/jpeg "access plus 24 hours"
    ExpiresByType image/png "access plus 24 hours"
    ExpiresByType text/css "now plus 2 hour"
    ExpiresByType application/x-javascript "now plus 2 hours"
    ExpiresByType application/x-shockwave-flash "now plus 2 hours"
    ExpiresDefault "now plus 0 min"


注释:
Expires 语法如下:
ExpiresByType type/encoding " [plus] }*"

其中是下列之一:
access
now (等价于'access')
modification

plus关键字是可选的。

必须是整数,

是下列之一:
years
months
weeks
days
hours
minutes
seconds


参考: http://apache.chinahtml.com/mod/mod_expires.html
2011-11-22 15:16 举报
已邀请:
0

fh_panda

赞同来自:

学习了
0

wanmei

赞同来自:

学习了

回复帖子,请先登录注册

退出全屏模式 全屏模式 回复
评分
可选评分理由: