Archive for June 15th, 2007

Bizzare bug hunting

Friday, June 15th, 2007

For the last two weeks I’ve been hunting down obscure bugs since upgrading PHP, Apache etc. First there was an issue with Gallery, which I solved with a very hacky fix. But the one that’s been bugging me since was with WordPress - it would display the wrong feed for some pages. Finally after many failed attempts to find anything, I noticed mod_cache had been enabled as part of the upgrade to Apache 2.2. Searching the internet is all about knowing what keywords to find - mod_cache wordpress picked out this from Julien Valroff as the top result. Hopefully that should be the problem solved!