|
Installing apache 2 in ubuntu |
|
|
Written by Nirbhab Barat
|
|
Thursday, 30 July 2009 10:44 |
sudo apt-get install apache2 apache2-mpm-prefork apache2-prefork-dev above command installs the apache 2 web server to your linux machine. Run the following to install passenger, an apache module that adds support for running rails apps within apache: sudo gem install passenger sudo passenger-install-apache2-module For further details on the passenger you can refer the following link passenger user guide
|
|
Last Updated on Thursday, 30 July 2009 11:25 |