centos下停止php-fpm的方法是,執行停止指令【systemctl stop php-fpm】即可。如果我們要啟動php-fpm,則執行【systemctl start php-fpm】指令。
本文操作環境:centos 7系統、php 7.3、thinkpad t480電腦。
centos系統下php-fpm的啟動/重新啟動/停止:
啟動php-fpm指令
啟動指令:
systemctl start php-fpm
重啟php-fpm指令
重啟指令:
systemctl restart php-fpm
停止php-fpm指令
#停止指令:
systemctl stop php-fpm
相關影片教學:php影片教學
以上是centos下怎麼停止php-fpm的詳細內容。更多資訊請關注PHP中文網其他相關文章!