ubuntu如何关闭apache
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服务
版权声明
本文仅代表作者观点,不代表米安网络立场。
发表评论:
◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。