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
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":
passenger-install-apache2-module you get info on how to add a new site as a virtual host on apache.