Here's a strange use case that I'd love thought on how to get around. I have two instances of the module on the home page. Each one references a feed from the same host/domain. The result is that one cache file is created and both modules read from it - even if I have caching disabled. The enduser result is that the two feed areas are showing identical content.
I tested this theory by changing one of the RSS URLs from hostname/domain to dotted IP address. While the cache was created and pulled correctly - the results are incorrect because the source host is using host-header redirect to provide content so an IP address won't work.
How can I get this to work? I cannot put both feeds into the same module because they are very different in content and need their own heading which I'm using the module title to provide.
Let me add that I tried to do this:
feed1:
domain.com/feedinfo
feed2:
www.domain.com/feedinfo
But it seems the module ignores the hostname portion of the URL and just caches domain.com regardless of host.
Thanks in advance!