On the site information page, I have the front page set to an alias called "home". When I visit that page as an anonymous user (http://mysite.org/home), the content is current.

However, when I vist the home page of the site using just http://mysite.org as an anonymous user, the front page is well over a week old and caching is set to 3 days. The page is up to date when I'm logged in.

I'm running apache2. A call to mysite.org redirects to www.mysite.org, if that makes a difference.

Comments

bayu.iravvan’s picture

Same here, I have identical problem.

FlemmingLeer’s picture

Version: 6.x-1.18 » 6.x-1.20
Issue tags: +caching, +Front page, +not updated

I have the same problem also with /tracker in 6.x-1.20

I tried commenting out the default caching of all the files in .htaccess to see if it helps.

# Cache all files for 2 weeks after access (A).
# ExpiresDefault A1209600

FlemmingLeer’s picture

Didn´t help :/

bgm’s picture

Category: bug » support
Issue tags: -caching, -Front page, -not updated

This is hard to debug, since I do not have enough information to reproduce the bug.

What's your cache clearing settings? Are caches cleared by cron? or when new content is generated?

For example, if you only flush cache on content update/create, Boost will check which views/panels/node have a given URL, and flush those pages, but in your case, it will flush cache/normal/home.html, not cache/normal/_.html

(changing to "support" request until this is a confirmed bug)

gaëlg’s picture

Category: support » bug

Same problem here. The headers are wrong, Expires is set to two weeks later. The cache dir is updated, but the browser won't even ask the server for a new version, because of this Expires tag. It looks like this bug does not appear in 6.x-1.19.

gaëlg’s picture

Status: Active » Closed (duplicate)