Home > Backend Development > PHP Tutorial > How to solve the problem that fpm cannot be started in php

How to solve the problem that fpm cannot be started in php

WJ
Release: 2023-04-08 20:30:01
Original
4840 people have browsed it

How to solve the problem that fpm cannot be started in php

How to solve the problem that fpm cannot start in php?

Error message:

No pool defined. at least one pool section must be specified in config file [11-Mar-2019 23:57:30] ERROR: failed to post process the configuration [11-Mar-2019 23:57:30] ERROR: FPM initialization failed

Processing method:

Enter the directory /usr/local /php/etc/php-fpm.d Executecp www.conf.default www.conf

Start php-fpm:

service php-fpm start
Copy after login

Related recommendations: php tutorial

The above is the detailed content of How to solve the problem that fpm cannot be started in php. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
php
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template