sunsir 发表于 2015-8-3 13:00:10

apache 实现图标缓存客户端

  



Apache可以通过mod_expires增加这样的设置。缓存时间可以是一个月,甚至可以是一年。

ExpiresActive On
ExpiresByType image/ico "access plus 1 year"
ExpiresByType image/icon "access plus 1 year"


  了解更多 http://www.21cpu.com/qianduan/442.html
页: [1]
查看完整版本: apache 实现图标缓存客户端