1

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

1 Answer 1

4

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/

Sign up to request clarification or add additional context in comments.

2 Comments

I need the process to run it.Not only the link.From that link, i can't understand what to do.Probably i have done, apt-get install apt-get install libapache2-mod-passenger , now what to do ?
you should follow the instruction on modrails site. you can take a look here: modrails.com/install.html After executing the command passenger-install-apache2-module you get info on how to add a new site as a virtual host on apache.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.