typo wtf!
Ok so, my RSS feeds were br0ken.
After some typo database migration issues — up and down, back and forth — i thought i had won the war and my blog seemed to be running smooth again, but i missed out one essential battle it seems…
Ok now this is where things get odd:
While running typo version 4.1.1 via fastcgi on lighttpd all my RSS feeds seemed to work but none of the feedreaders got updated with anything new. Strange right?
I finally did not only look at the content but also on the headers that the server was giving out and noticed that even so the content was all well formatted and up to date the server was giving it out with a 404 response code thus causing all fetchers out there to do an early stop, they just ignored the rest understandably.
Ok now guess what the funniest part is…
The same thing did not happen when i started the mongrel server via ‘script/server’.
This is why you are watching lighty mod_proxy in action here, forwarding all blog queries to the mongrel server.
Web2.0 is simply a nightmare to debug and i don’t have the time for it at the moment, any takers? No? Well, go figure where this will end. ;-)










Comments