mod_cache serving the wrong content
Posted
by J. Pablo Fernández
on Server Fault
See other posts from Server Fault
or by J. Pablo Fernández
Published on 2009-11-26T14:03:10Z
Indexed on
2010/03/29
9:03 UTC
Read the original article
Hit count: 438
I'm trying to use mod_disk_cache to speed up a web site that is running on WordPress. Whenever I enable it with
CacheEnable disk /
and the rest being the stock Ubuntu configuration I start to get the wrong results. When I see the main page it's fine, but when I go to a specific post I get a RSS feed instead. Like if the cache is returning the wrong content.
I've disabled my RewriteRules as it seems mod_cache doesn't work with that.
I'm not even sure where to start to debug such a thing. Any ideas?
© Server Fault or respective owner