ubuntu 启动 重启 停止 apache
生活随笔
收集整理的這篇文章主要介紹了
ubuntu 启动 重启 停止 apache
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
一、Start Apache 2 Server /啟動apache服務
# /etc/init.d/apache2 start
or
$ sudo /etc/init.d/apache2 start
二、 Restart Apache 2 Server /重啟apache服務
# /etc/init.d/apache2 restart
or
$ sudo /etc/init.d/apache2 restart
三、Stop Apache 2 Server /停止apache服務
# /etc/init.d/apache2 stop
or
$ sudo /etc/init.d/apache2 stop
轉載于:https://www.cnblogs.com/bushe/p/3948471.html
總結
以上是生活随笔為你收集整理的ubuntu 启动 重启 停止 apache的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 算法笔记--八个常见排序算法总结
- 下一篇: (译文)在Ubuntu 14.04上成功