ubuntu怎么重啟apache?
在Linux中要重啟apache服務與在windows是有很大的區別,下面我們來介紹一下常用的命令
linux系統為Ubuntu
一、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
更多Apache相關知識,請訪問Apache使用教程欄目!
? 版權聲明
文章版權歸作者所有,未經允許請勿轉載。
THE END
喜歡就支持一下吧
相關推薦