Cómo instalar nginx, pcre, zlib y openssl en Linux
Paquete de componentes de instalación rpm:
[root@localhost ~]# yum -y install pcre-devel zlib-devel openssl
Instalación fuente nginx:
[root @localhost ~]# useradd -M -s / sbin/nologin nginx
[root@localhost ~]# tar zxf nginx-1.8.1.tar.gz
[root@ localhost ~]# cd nginx-1.8.1
[root@localhost nginx-1.8.1]# ./configure \
--prefix=/usr/local/nginx \
--user=nginx \
--group=nginx \
--con-http_stub_status_module
[ root@localhost nginx -1.8.1]# make
[root@localhost nginx-1.8.1]# make install
[root@localhost nginx-1.8.1]# make install
.