rails
rails

Reputation: 161

How can i run a ruby on rails project on apache server?

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

Answers (1)

Matteo Alessani
Matteo Alessani

Reputation: 10412

You can take a look at Passenger*:

http://www.modrails.com/

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

Related Questions