On Mon, 2005-01-17 at 03:14 -0800, Ken Ara wrote:

> I publish a large number of RSS feeds which I update
> once a day. These are cached by Squid and bear
> "Last-Modified", "Expires" and "Cache-Control"
> headers. But some user agents (the 'feed aggregators')
> ignore these; I understand this means they do not
> implement 'conditional GET'. I need Squid to send back
> a "304 Not Modified" reply instead of the "200 OK" for
> any fresh files and never allow a CLIENT_REFRESH_MISS
> for any files called 'rss.xml'.
> 
> I would appreciate any help!

You might want to check the refresh_pattern directive out.

        Kinkie

Reply via email to