Re: caching web pages at desired times

From: Duane Wessels <wessels@dont-contact.us>
Date: Thu, 13 Jan 2000 11:39:07 -0700

On Thu, 13 Jan 2000, DANY KHALIL wrote:

>
> a quick one... does squid support caching specific(I decide which ones) web
> pages at specific(I decide) times?
>
> like say I would like to cache the CNN.COM web site during off hours...
> say between 2am and 5 am.
>
> I know of few caches that can do that... mainly NetCache.
>
> does anyone have any ideas or clues on how to go about doing thta
> if at all possible??!
> thanx,

You can combine hostname and time ACL's together with the
no_cache access list.

    acl X dstdomain cnn.com
    acl Y time 02:00-05:00
    no_cache allow X Y

That may get you started, but it very likely doesn't do
exactly what you want.

Duane W.
Received on Thu Jan 13 2000 - 11:51:15 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:50:22 MST