centos下怎么停止php-fpm
2022-12-02 09:01:16
92
{{single.collect_count}}

centos下停止php-fpm的方法是,执行停止命令【systemctl stop php-fpm】即可。如果我们要启动php-fpm,则执行【systemctl start php-fpm】命令。

php入门到就业线上直播课:进入学习
Apipost = Postman + Swagger + Mock + Jmeter 超好用的API调试工具:点击使用

本文操作环境: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中文网其它相关文章!

回帖
全部回帖({{commentCount}})
{{item.user.nickname}} {{item.user.group_title}} {{item.friend_time}}
{{item.content}}
{{item.comment_content_show ? '取消' : '回复'}} 删除
回帖
{{reply.user.nickname}} {{reply.user.group_title}} {{reply.friend_time}}
{{reply.content}}
{{reply.comment_content_show ? '取消' : '回复'}} 删除
回帖
收起
没有更多啦~
{{commentLoading ? '加载中...' : '查看更多评论'}}