Tag: apache

Install Nginx On Amazon EC2

1 Comment

May 6, 2011 at 7:34 pmCategory:Centos

This guide can be used in the case we need to run Nginx on Amazon due to a bug that affects the EPEL package repository and maybe some other repository.

That’s why I leave this “Step by Step” to compile and build the RPM for CentOS and RHEL. It is functional in Amazon EC2 instances.


The first thing you need to do is to install the “checkinstall” to generate the RPM.
If you’re going to do it on a 32bit system just do the following:

yum install checkinstall

To do that we have to have the RPMforge Repository in our system.

Read More…