Centos7 Installing Nginx

Source: Internet
Author: User
Tags openssl library
Installing Nginx
Download the installation package
http://nginx.org/en/download.html Download the latest nginx-1.9.6.tar.gz
Into the CentOS 7/usr/local
Decompression TAR-ZXVF nginx-1.9.6.tar.gz
Create Nginx directory Mkdir/usr/local/nginx
Go to unzip directory cd/usr/local/nginx-1.9.6
Installing Nginx
Next install, use the--prefix parameter to specify the Nginx installation directory, make, make install installation
./configure $ default installation in/usr/local/nginx


If you have an error message:./configure:error:the HTTP Cache Module requires MD5 functions
From the OpenSSL library. You can either disable the module by using
--without-http-cache option, or install the OpenSSL library into the system,
or build the OpenSSL library statically from the source with Nginx by using
--with-http_ssl_module--with-openssl= options.
Workaround:
Yum-y Install Pcre-devel OpenSSL openssl-devel
./configure--prefix=/usr/local/nginx

Continue installation
Make

Make install

the Nginx startup command is:

/usr/local/nginx/sbin/nginx-c/usr/local/nginx/conf/nginx.conf

Restart

/usr/local/nginx/sbin/nginx-s Reload

The above describes the CENTOS7 installation Nginx, including the require aspects of the content, I hope that the PHP tutorial interested in a friend helpful.

  • Related Article

    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.