Nginx-how to configure multiple php-cgi process pools

Source: Internet
Author: User
If nginx has six subdomains, does it mean that I want to open six phpcgi process pools? For example, 127.0.0.1: 9005 if nginx has six subdomain names, does it mean that I want to open six phpcgi process pools? For example, 127.0.0.1: 9005

Reply content:

If nginx has six subdomains, does it mean that I want to open six phpcgi process pools? For example, 127.0.0.1: 9005

Use php-fpm to manage our php parser processes. for configuration, use the fpm/pool/www. conf configuration.

Use php-fpm FastCGI process manager
Not only can multiple processes be started and managed
It can also manage the processing time, number of processes, and dynamically increase or decrease processes of each process.

Conclusion: no

Phpcgi is a virtual machine of php. it dynamically loads php code based on the data transmitted through cgi. different domain names may point to different php execution codes, however, it is not necessary to separate multiple cgi pools. Of course, it is acceptable to open multiple.

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.