Jeffrey’s Blog

SQUID refresh_pattern配置说明

@ 阅读全文 | 2008/11/15 01:19pm | Category: 应用服务 | 371 views  

refresh_pattern 只对后端没设置Expires过期时间的页面起作用, 对类似apache mod_expires 设置过的页面不起作用。
LM的概念说明: LM就是页面Header里时间(Date)和Last-Modified时间的差。Date一般是Squid从后面取页面的时间,Last-Modified 一般是页面生成时间。

refresh_pattern 的语法是
refresh_pattern [-i] regexp min percent max [options]

min, Continue Reading ...

京ICP备06038449号