Installing Nginx in Linux environment

Source: Internet
Author: User

Before installation, you can access the official website portal to download the latest source package (Centos/redhat).
The following tools are also required for installation:
Yum-y install gcc gcc-c++ autoconf automake
Module dependencies:
Yum-y install zlib zlib-devel OpenSSL openssl-devel pcre pcre-devel

Nginx in the Linux environment can be compiled by the way to install the source. The simplest installation commands are as follows:
TAR-ZXVF nginx-1.x.xx.tar.gz
CD nginx-1.xx
./configure
Make
sudo make install

In accordance with the above command, Nginx will be installed to the/usr/local/nginx directory by default. Use the./configure–help command to view Nginx's selectable compilation options.

Copyright NOTICE: This article for Bo Master original article, without Bo Master permission not reproduced.

The above describes the installation of the Linux environment Nginx, including the 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.