How to stop php-fpm under centos

王林
Release: 2023-03-10 20:50:02
Original
2498 people have browsed it

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
Copy after login

Restart php-fpm Command

Restart command:

systemctl restart php-fpm
Copy after login

Stop php-fpm command

Stop command:

systemctl stop php-fpm
Copy after login

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!

Related labels:
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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!