>> From: Gestore Mailing List [SMTP:list.manager@altroconsumo.inet.it]
>>
>> What would be a good compromise to have more cached pages and fast refresh
>>
>> only for certain site like hotmail??
>>
>>
> I suspect you will find that most hotmail pages are uncacheable, and
> unfortunately this tends to be true of the all the internet business
> sites.
We are use this :
#acl QUERY urlpath_regex cgi-bin \?
#no_cache deny QUERY
refresh_pattern -i gif$ 43200 100% 43200 reload-into-ims override-lastmod
refresh_pattern -i jpg$ 43200 100% 43200 reload-into-ims override-lastmod
refresh_pattern -i html$ 43200 100% 43200 reload-into-ims override-lastmod
refresh_pattern -i htm$ 43200 100% 43200 reload-into-ims override-lastmod
refresh_pattern -i cgi 1440 100% 1440
...
you maybe probe this :
refresh_pattern -i hotmail.com 60 100% 240 reload-into-ims override-lastmod
refresh_pattern -i . 1440 100% 43200
I hope this help for you.
If all of the pages not cacheable then you can cache that if you want :)
If you use ignore-reload and override-expire, then the pages will cached.
(we use some 'force' settings for some notcacheable objects (banners, cgis, etc)
and the HIT rate > 50% )
We think the user dont want everitime download the banners counters and other
notcacheable objects)
Bye!Lajos
Received on Thu Jun 24 1999 - 04:57:58 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:46:58 MST