如何实现服务启停?
在修改php参数等操作中,经常要去重启Web服务,Linux下请通过WinSCP的命令终端窗口输入服务的启动、停止和重启操作

服务启停命令如下:
systemctl restart httpd //重启http服务
systemctl stop httpd //停止http服务
systemctl start httpd //启动http服务
Last updated
在修改php参数等操作中,经常要去重启Web服务,Linux下请通过WinSCP的命令终端窗口输入服务的启动、停止和重启操作
服务启停命令如下:
systemctl restart httpd //重启http服务
systemctl stop httpd //停止http服务
systemctl start httpd //启动http服务
Last updated