码迷,mamicode.com
首页 > 其他好文 > 详细

启动与关闭服务

时间:2018-07-23 15:06:12      阅读:135      评论:0      收藏:0      [点我收藏+]

标签:配置   class   java   rest   fpm   重启   stop   test   service   

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

  

启动与关闭服务

标签:配置   class   java   rest   fpm   重启   stop   test   service   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!