The pool of PHP-FPM
To avoid using the same pool for multiple sites, a separate pool for each site needs to be configured if one site's traffic is too large to cause problems with resource exhaustion, which in turn affects the normal operation
First, the pool of PHP-FPM
The PHP-FPM configuration file php-fpm.conf can be set to multiple pool, where one pool resource is exhausted, causing other sites to be unable to access resources, reporting a 502 error. It is necessary to
The pool of PHP-FPMPHP-FPM configuration file php-fpm.conf can set multiple pool, in which one pool resource is exhausted, will cause other sites to not access resources, reported 502 error. It is necessary to separate the sites, using separate pool
12.21 PHP-FPM's PoolTo avoid the pool problem caused by one site failure due to multiple sites using the same pool, and to affect the normal operation of other sites using the same pool, configure a separate pool for each site.Add Pool to PHP-FPMTo
The pool of PHP-FPMWhen a lot of PHP sites share a pool, if one of the sites affect the pool, will cause other sites also problems, in order to avoid this problem, need to create a new pool for each site, isolation, security services1, [[email
Configure requirements
Operating System: Windows7 (x32/x64), windows2008
IIS version:7.0
PHP Version:7.0.6 and above
MySQL version:5.7.12 and above
First step: Install IIS
Note : Starting with the IIS 7+php 5.5 version, the
Web Platform Architecture: LNMP (centos6.5+nginx+mysql+php)In order to write Nginx series of tutorials, in the introduction of Nginx features, can have a test environment, so write a LNMP architecture, so that those who look at the document can set
Release date:Updated on:
Affected Systems:PHP 5.3.xDescription:--------------------------------------------------------------------------------Bugtraq id: 54612Cve id: CVE-2012-3365
PHP is an embedded HTML language. PHP is similar to Microsoft's
This article mainly records the general process of using nginx, php, and mysql to build a web site. The system environment is CentOS6.3. To avoid many unexpected errors during source code compilation, most of the software in linux is directly
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.