LNMP environment setup (2) integration of Nginx and PHP

Source: Internet
Author: User
: This article mainly introduces how to build the LNMP environment (2) integrate Nginx and PHP. if you are interested in the PHP Tutorial, refer to it. There are many ways to install Nginx. here we will compile the source code for installation and use the following command:


If an error occurs during installation:


Install PCRE first:


After installation, the Nginx installation directory is in/usr/local/nginx.

Next, modify the nginx configuration file (/usr/local/nginx/conf/nginx. conf) so that it can process the PHP script:

Finally, start PHP-FPM first when starting Nginx.


To restart or disable Nginx, run the following command:


PHP-FPM is more troublesome, you need to first use ps-ef | grep php-fpm to obtain the master process ID, and then use kill-USR2:

Note: The-USR2 parameter is restart, and The-INT parameter is disabled.

The above introduces how to build the LNMP environment (2) integrate Nginx and PHP, including some content, and hope to help friends who are interested in PHP tutorials.

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.