Best Rails install for production.

Hello!

Which Ruby on Rails installation scenario is the best for performance and durability in production: - Ubunthu + Apache + Passanger - Ubunthu + Nginx + Unicorn - Ubunthu + Apache + Mongrel - Any other option?

And could someone provide links to some best practice or guidelines to install Rails in production?

Thank you!

Hello!

Which Ruby on Rails installation scenario is the best for performance and durability in production: - Ubunthu + Apache + Passanger - Ubunthu + Nginx + Unicorn - Ubunthu + Apache + Mongrel - Any other option?

Well you've also got nginx + passenger. If you move to jruby then you get a bunch of other deploy options too. Personally I'm very happy with apache + passenger.

Fred

apache + mod_fcgi - I get better performance than when I tried apache/passenger and apache/mongrel.

I'm running this set up under FreeBSD, CentOS 5.x and Mac OS X 10.6

Can be a bit tricky to set up..

Cheers, Eric