ubuntu如何关闭apache
lewis
2019-11-24
34次阅读
ubuntu关闭apache的方法:1.打开终端命令行模式;2.通过“sudo /etc/init.d/apache2 stop”命令关闭。
ubuntu关闭apache的方法:
1.打开终端命令行模式。
2.通过以下命令进行关闭。
sudo /etc/init.d/apache2 stop #停止apache服务
相关命令:
sudo /etc/init.d/apache2 start #开启apache服务
sudo /etc/init.d/apache2 restart #重启apache服务

发表评论:
◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。