Installation of Linux Nginx

Source: Internet
Author: User
Tags openssl

Nginx Installation

? 1. Installation Dependent environment
–yum-y install gcc automake autoconf libtool make
–yum-y install gcc gcc-c++ pcre-devel OpenSSL openssl-devel
? 2, install Pcre, Zlib, the former in order to rewrite rewrite, the latter in order to gzip compression.
Install Pcre (Apache has downloaded and installed can skip)

[Email protected] ~]# wget Https://netix. dl. SourceForge net/project/pcre/pcre/8.40/pcre-8.41 . Tar. GZ
[Email protected] ~]# TAR-ZXVF pcre-8.41.tar.gz
Installing zlib
[Email protected] ~]# wget http://www.zlib.net/zlib-1.2.8.tar.gz
[Email protected] zlib-1.2.8]# CD zlib-1.2.8
[Email protected] zlib-1.2.8]#/configure--prefix=/usr/local/zlib
[[email protected] zlib-1.2.8]# make && make install


Nginx Installation

? 3. Installing OpenSSL
[Email protected] ~]# wget https://www.openssl.org/source/openssl-1.0.1t.tar.gz
[Email protected] ~]# TAR-ZXVF openssl-1.0.1t.tar.gz

? 4, Nginx Installation
: http://nginx.org/en/download.html
[Email protected] ~]# TAR-XVF Nginx-1.13.8.tar
[Email protected] nginx-1.13.8]#./configure--sbin-path=/usr/local/nginx/nginx--
conf-path=/usr/local/nginx/nginx.conf--pid-path=/usr/local/nginx/nginx.pid--with-
Http_ssl_module--with-pcre=/root/pcre-8.41--with-zlib=/usr/local/zlib--with-
Openssl=/root/openssl
[[email protected] nginx-1.13.8] #make && make install

Installation of Linux Nginx

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.