Come with me to learn Linux and install Nginx
Today I will lead you to install Nginx in the Linux environment. The Linux system used here is CentOS 7.2.
1. Download Nginx from the Nginx official website. The version used here is: 1.13.6.
2. Upload the downloaded Nginx to Linux. Here we take the /opt/nginx directory as an example. Run "tar -zxvf nginx-1.13.6.tar.gz" to decompress.
3. Switch to the /opt/nginx/nginx-1.13.6 directory and run ./configure for initial configuration. If the following prompt appears, it means that PCRE is not installed on the machine, and Nginx needs to rely on PCRE. PCRE needs to be installed manually. You can search and view it in the forum.
PCRE (Perl Compatible Regular Expressions) is a lightweight Perl function library, including a perl-compatible regular expression library. It is much smaller than regular expression libraries like Boost. PCRE is very easy to use and very powerful. Its performance exceeds the POSIX regular expression library and some classic regular expression libraries.
1. First go to https://sourceforge.net/projects/pcre/files/pcre/ to download pcre. The version downloaded here is 8.40.
2. Upload pcre-8.40.tar.gz to the /opt/pcre directory, run "tar -zxvf pcre-8.40.tar.gz", extract the pcre-8.40 directory, and then run chmod –R 777 pcre -8.40Grant full read and write permissions to the current folder.
3. Enter the /pcre-8.40 directory, run ./configure for initial configuration, and print a bunch of information. If the following prompt appears, it is because the C compiler is missing.
Solution: Use the yum –y install gcc-c command to install the C compiler.
Run ./configure after the C compiler is installed successfully.
4. Execute make operation to compile.
5. Finally execute the make install command, and the pcre installation is completed.
Continue back to the /opt/nginx/nginx-1.13.6 directory, run ./configure to initialize nginx configuration, and finally print out the following information to prove success. The address pointed by the red arrow is the path when starting nginx.
(Note: When running ./configure for nginx initialization configuration, if you want to add the ssl module, you can use the following command:
./configure –-prefix=/usr/local/nginx –-with-http_ssl_module
If openssl has not been installed when executing the above command, you will be prompted:
./configure: error: SSL modules require the OpenSSL library.
At this time, execute yum –y install openssl openssl-devel. After installing openssl, you can perform the above operations smoothly)
4. Run make install to install
5. Go to the /usr/local/nginx/sbin directory, run ./nginx, and start nginx.
6. To test whether the installation and startup are successful, enter the server IP:port (default 80) in the browser. If the following figure appears, the installation and startup have been successful.
nginx common commands:
View nginx process: ps –ef|grep nginx
Start nginx and execute in the /usr/local/nginx/sbin directory: ./nginx
Close nginx: In the /usr/local/nginx/sbin directory, execute: ./nginx -s quit
The nginx configuration file is in /usr/local/nginx/conf/nginx.conf. After the configuration file nginx.conf is modified, you must restart nginx if you want the configuration to take effect. In this case, you can use ./nginx -s reload You can make the modified configuration take effect without stopping and then starting again
The above is the detailed content of Come with me to learn Linux and install Nginx. For more information, please follow other related articles on the PHP Chinese website!

For someone new to Linux, using it can still feel challenging, even with user-friendly distributions like Ubuntu and Mint. While these distributions simplify many tasks, some manual configuration is often required, but fully harnessing the power of L

In the previous article, we introduced the basics of AI and how it fits into the world of Linux. Now, it’s time to dive deeper and set up your Linux system to start building your first AI model. Whether you’re a complete beginner or have some exper

If you’re looking to manage your server with ease, Kloxo is a great option, as it is free and open-source web hosting control panel that allows you to manage your server and websites with a simple, user-friendly interface. In this guide, we’ll walk

If you’ve ever found yourself in a situation where you’re trying to move a bunch of files and folders, only to be stumped by spaces in the folder names, you’re not alone. Spaces in filenames or folder names can quickly become a frustrat

The KDE Plasma desktop is renowned for its sleek design, extensive customization options, and impressive performance. For users who appreciate a polished, modern interface with the flexibility to tweak every detail, Plasma is a dream come true. But w

As a Linux user with over 10 years of experience, I understand the importance of optimizing your system for performance and reliability. One common task that comes up in web servers and application management is controlling HTTP requests. Specificall


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Zend Studio 13.0.1
Powerful PHP integrated development environment

SecLists
SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.

Dreamweaver CS6
Visual web development tools

Atom editor mac version download
The most popular open source editor

SublimeText3 Mac version
God-level code editing software (SublimeText3)
