[Ilugc] RubyOnRails-Integration with Apache Server in Ubuntu 11.04

  • From: lgp171188@xxxxxxxxx (Guruprasad)
  • Date: Thu, 13 Sep 2012 11:33:56 +0530

Hi Marikannan,

On Thursday 13 September 2012 11:26 AM, Marikkannan Rajagopal wrote:

Dear All,,

           I installed and configured the "Ruby 1.3.9 and Rails 3.0.9" in
ubuntu 11.04,it is working fine.I want to run rail application means just
run the rails server by "rails s" and it is working its default port 3000
and accessed by localhost:3000 and also run by default rail server "Webrick
Server". Now i want to run the rail application in "Apache Server with port
80",how i integrated the rubyonrails in Apache,what are all the things i
want to do the entire system working with Apache Server.Please suggest me..

The recommended way to deploy rails application is to use phusion
passenger (aka mod_rails)[1].

The official mod_rails documentation[2] for setting it up might be a
good place to start looking to.

[1] - http://rubyonrails.org/deploy
[2] - http://www.modrails.com/documentation/Users%20guide%20Apache.html

If you face any difficulty in setting this up, get back with the details
of what you did and the issues faced.

Thanks & Regards,
Guruprasad

Other related posts: