启动与关闭服务
Posted huangqiming
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了启动与关闭服务相关的知识,希望对你有一定的参考价值。
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
以上是关于启动与关闭服务的主要内容,如果未能解决你的问题,请参考以下文章