What is the best web server for Ruby on Rails application?

Viewed 51454

What is the best web server for ruby on rails application? Why?

4 Answers

Passenger running on Apache. Easy to set up, low memory usage, and well supported.

Related