Nginx and PHP, PHP-FPM installation configuration

Source: Internet
Author: User

1 Yum Installation

Yum install PHP, PHP-FPM

Yum Install Nginx

Install Nginx before you need to go to nginx official Download Yum Warehouse installation package

Http://nginx.org/en/linux_packages.html

Then you can install the

2. Nginx Configuration

Configuration file is/etc/nginx/nginx.conf (copy Nginx.conf.default to nginx.conf)

The point to note is the server module, which is the module that configures the virtual host

server_name is to configure the access domain name

Location/{} Configure the Web root directory

Location ~ \.php${} Configure PHP-FPM listening address and PHP script directory

3PHP-FPM Configuration

Open/etc/php-fpm.d/www.conf

Configure user and group, I specify Nginx users and Groups

Php-fpm.conf can not be configured first

4. Start

Php-fpm-d (-d specifies daemon mode startup)

Nginx so start Nginx, stop and reload the configuration file, exit, reopen Nginx-s [Stop, Reload, quit, reopen]

Reference:

Http://nginx.org/en/docs/beginners_guide.html

Http://www.2cto.com/os/201210/164154.html

Http://www.2cto.com/os/201212/178528.html

Http://www.nginx.cn/231.html

http://blog.csdn.net/seanchan/article/details/7680354

Nginx and PHP, PHP-FPM installation configuration

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.