Chris Robertson wrote:
Anyway, by combining the "time" acl and the "no_cache" directive, you should be able to specify times when URLs are not cached.
Something like:
acl maint_time time 04:00-05:00
acl maint_pages dstdomain .my.server
no_cache deny maint_time maint_pages
Thanks! I'll try that!
Jen