亚洲最大看欧美片,亚洲图揄拍自拍另类图片,欧美精品v国产精品v呦,日本在线精品视频免费

  • 站長資訊網(wǎng)
    最全最豐富的資訊網(wǎng)站

    linux怎么啟動(dòng)apache

    linux怎么啟動(dòng)apache

    推薦:【Linux視頻教程】

    linux怎么啟動(dòng)apache?

    基本的操作方法:

    本文假設(shè)你的apahce安裝目錄為/usr/local/apache2,這些方法適合任何情況

    apahce啟動(dòng)命令:

    推薦/usr/local/apache2/bin/apachectl start apaceh啟動(dòng)

    apache停止命令

    /usr/local/apache2/bin/apachectl stop 停止

    apache重新啟動(dòng)命令:

    /usr/local/apache2/bin/apachectl restart 重啟

    要在重啟 Apache 服務(wù)器時(shí)不中斷當(dāng)前的連接,則應(yīng)運(yùn)行:

    /usr/local/sbin/apachectl graceful

    如果apache安裝成為linux的服務(wù)的話,可以用以下命令操作:

    service httpd start 啟動(dòng)

    service httpd restart 重新啟動(dòng)

    service httpd stop 停止服務(wù)

    Linux系統(tǒng)為Ubuntu

    一、Start Apache 2 Server /啟動(dòng)apache服務(wù)

    # /etc/init.d/apache2 start or $ sudo /etc/init.d/apache2 start

    二、 Restart Apache 2 Server /重啟apache服務(wù)

    # /etc/init.d/apache2 restart or $ sudo /etc/init.d/apache2 restart

    三、Stop Apache 2 Server /停止apache服務(wù)

    # /etc/init.d/apache2 stop or $ sudo /etc/init.d/apache2 stop

    贊(0)
    分享到: 更多 (0)
    網(wǎng)站地圖   滬ICP備18035694號-2    滬公網(wǎng)安備31011702889846號