Reputation: 161
I have project, personal blog with ruby on rails 3. I use linux. I want to run this project on apache server, not in webbrick.
How can i do this?
It will be very helpful if someone can answer.
Thanks
Upvotes: 1
Views: 5293
Reputation: 10412
You can take a look at Passenger*:
This is a module for Apache that works like mod_php. It's very easy to setup and you can also use the Ruby Enterprise Edition to use "33% less memory on average":
http://www.rubyenterpriseedition.com/
Upvotes: 4