Home  >  Article  >  Backend Development  >  How to stop php-fpm under centos

How to stop php-fpm under centos

王林
王林Original
2021-06-24 14:00:252493browse

The way to stop php-fpm under centos is to execute the stop command [systemctl stop php-fpm]. If we want to start php-fpm, execute the [systemctl start php-fpm] command.

How to stop php-fpm under centos

The operating environment of this article: centos 7 system, php 7.3, thinkpad t480 computer.

Start/restart/stop php-fpm under centos system:

Start php-fpm command

Start command:

systemctl start php-fpm

Restart php-fpm Command

Restart command:

systemctl restart php-fpm

Stop php-fpm command

Stop command:

systemctl stop php-fpm

Related video tutorial:php video tutorial

The above is the detailed content of How to stop php-fpm under centos. For more information, please follow other related articles on the PHP Chinese website!

Statement:
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