Linux环境调试

Nginx:

安装路径:cd /usr/local/nginx/sbin/

关闭Nginx:./nginx -s stop

启动Nginx:./nginx

Apache:

关闭Apache:systemctl stop httpd.service

启动Apache:systemctl start httpd.service

 

posted @ 2021-11-23 11:27  小叉  阅读(30)  评论(0)    收藏  举报