php apache 缓存操作
时间:2019-07-05 17:30:01
[导读]利用协议控制缓存
相关模块: mod_expiresExpiresActive On
ExpiresByType image/jpeg "access plus 1 month"利用协议取消缓存
利用协议控制缓存
相关模块: mod_expires
ExpiresActive On
ExpiresByType image/jpeg "access plus 1 month"
利用协议取消缓存
客户端:
Cache-Control:no-cache
Pragma:no-cache
服务器端 清除
mod_header 模块





