April 2, 2009
Instaling Nginx on Centos 5.x
Nginx superior web server and proxy install on fresh installed Centos Enterprise Linux.![]()
First of all download Nginx source package (for now newest version is 0.6.36)
wget http://sysoev.ru/nginx/nginx-0.6.36.tar.gz
tar zxf nginx-0.6.36.tar.gz
cd nginx-0.6.36
./configure –user=apache –group=apache –prefix=/opt/nginx
make
make install
yum install openssl-devel pcre-devel zlib-devel gcc

