首页 > 其他 > 详细

启动与关闭服务

时间:2018-07-23 14:18:04      阅读:165      评论:0      收藏:0      [点我收藏+]

1、启动php-fpm服务

# 启动
service php-fpm start
# 关闭
service php-fpm stop
# 重启
service php-fpm restart
# 重载
service php-fpm reload
#检查配置文件
service php-fpm configtest

2、启动nginx服务

# 启动
service nginx start
# 关闭
service nginx stop
# 重启
service nginx restart
# 重载
service nginx reload
#检查配置文件
service nginx configtest

  

启动与关闭服务

原文:https://www.cnblogs.com/huangqiming/p/9353973.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!