Closed (fixed)
Project:
Boost
Version:
5.x-1.x-dev
Component:
Caching logic
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
14 Sep 2007 at 14:01 UTC
Updated:
25 Oct 2008 at 13:33 UTC
Hi,
Caching seems to be working very well in most regards except for the front page on one of my sites, which constantly reads "Page not found" for anonymous users. If I turn caching off, or disable it in the .htaccess the site works as expected. Do anyone know what this problem relates to?
I'm running Apache2 and PHP 5.2.0 as fcgi on Dreamhost. Testing locally also produces the same problem. For some reason Boost is working perfectly fine on the same host with the same setup on a different web site. Advice is most appreciated.
Comments
Comment #1
Arto commentedI believe a recent patch by Barry Jaspan solves this issue. I've committed the fix to CVS today - once the 5.x-1.x-dev snapshot tarball has been regenerated (~12 hours or so), grab that to get the fix.
Comment #2
Arto commentedComment #3
(not verified) commentedComment #4
fellow commentedI have the same problem with last version.
Comment #5
Arto commentedIf anyone is still experiencing this problem with 5.x-1.x-dev, please reopen this issue.
In the 6.x branch, additional steps have been taken in changeset [148738] to make sure that 404 Not Found responses are never, ever cached. This was related to issue #311988: Prevent caching 404 Not Found responses and could conceivably be backported to 5.x if somebody needed it.
Comment #6
Arto commented