acts_as_pipe :web

jd / Sat, 19 Aug 2006 01:31:00 GMT

Tags ,  | 4 comments

This article has moved over to our sister spin-off blog, RubyJudo, which focuses on more arcane technical topics than NotRocketSurgery.

Comments / Leave a response

  • Ryan Norbauer said about 16 hours later:

    Hi JD,

    Welcome to NRS, and thanks for your first post.

    At Lovetastic and right here on NotRocketSurgery, we’re currently using Apache 2.2 with mod_proxy_balancer + Mongrel + Rails + Capistrano for deployment.

    There are several great tutorials on how to do this.

    However, I can’t wait until Jan Kneschke releases the next version of Lighty with better a mod_proxy, which will work with Mongrel. I spoke with him at RailsConf and got the sense that he has this as his top priority, so there is hope of a release very soon. We’re already at the pre-release stage, so it’s very encouraging.

    I had to work for about 5 or 6 hours to get Apache to work properly with my multiple virtual hosts, the mongrel clusters, etc. It was a mess, and terribly painful. Apache configs are no fun.

    Lighty on the other hand is a breeze to configure, and the config files are both very concise and readable. We’ll be switching back to Lighty at the very first possible opportunity.

  • JD said about 21 hours later:

    I personally moved my Typo install to a simple Mongrel + lighttpd 1.4.11 configuration using mod_proxy in “fair” mode, which while not very “fair” works fine for my minimal traffic. Doing so took me less time than to write this article about what I learned – amazingly painless. Adding Pound to this would be the way I recommend for anyone who wants to steer clear of the Apache barge.

    What has been missing in my book is an official recommendation from the Rails team to use Mongrel, instead of relying on the blogosphere to say “do it this way.” I am suspecting that Mongrel will be strongly encouraged as well as better integrated with Rails in 1.2 (e.g., script/server support).

  • Ryan Norbauer said about 23 hours later:

    In fact, I’m running Edge Rails and it uses Mongrel automatically with script/server by default. ;)

  • Kit said 3 days later:

    Welcome, JD!

(leave url/email »)

   Comment Markup Help