On 2010年06月23日 18:56, Henrik Nordström wrote: > ons 2010-06-23 klockan 18:09 +0900 skrev sheng zheng: > >> But the expiry time of the dynamic page will be different in each of >> squid, so the content of the page will be also different. By removing >> "Cache-Control" header and replacing with "Expires" header , can make >> all squids have a same expiry time of the page. But "Expires" header >> can't set the expiry time of cache for browser(max-age) or >> squid(s-maxage) separately. > > Set s-maxage = intended_cache_expires - now. > Do you mean set "s-maxage = 0" ? But this will make Squid to cache nothing. Thanks -Sheng