Nginx:
安装路径:cd /usr/local/nginx/sbin/
关闭Nginx:./nginx -s stop
启动Nginx:./nginx
Apache:
关闭Apache:systemctl stop httpd.service
启动Apache:systemctl start httpd.service