View Andy Lo-A-Foe's profile on LinkedIn

Typo -> Mephisto -> Wordpress

First I tried Typo, then Mephisto and now this blog is running Wordpress. As a Ruby fan I really wanted to use Ruby everywhere, 2 years ago. I’m now at the point where I just want working stuff (kids will do that to you I guess). The migration from Mephisto to Wordpress was very very [...]

Typo on Lighttpd

This blog has been running on lighttpd since last week. So far it seems to be the best setup for running Rails app. Of course everyone in the Rails world alread knew this but breaking the Apache habit after 8 years is quite hard. However, I’m convinced now that Rails on top of lighttpd + [...]

Apache2 + SRR = Crash and Burn?

Well, it turns out Apache2 + SCGI is not a good match, at least not the way I set it up, by following all the (scarce!) documentation on the subject. I used the SCGI Rails Runner package for running. The benefits of having better control of the Rails processes and the supposed easy clustering setup [...]