Archives

Nginx webserver Installation in Ubuntu server.

Nginx (pronounced “engine x”) is a free, open-source, high-performance HTTP server and reverse proxy, as well as an IMAP/POP3 proxy server Written by Igor Sysoev in 2005, Nginx now hosts between 1% and 4% of all domains worldwide. Although still in beta, Nginx is known for its stability, rich feature set, simple configuration, and [...]

Install Phusion Passenger module on nginx webserver

Phusion Passenger is an Nginx module, which makes deploying Ruby and Ruby on Rails applications. It follows the usual Ruby on Rails conventions and ease of setup, while at the same time providing enough flexibility and reliability.
———————————-
Easiest way to install Phusion Passenger
1. Open a terminal, and type:
gem install passenger
2. Type:
passenger-install-apache2-module
Or, if you want to install [...]