ubuntu - 修改玩php.ini後如何重啟SegmentFault

來源:互聯網
上載者:User

請問我修改了php.ini後,如何重啟php呢?
我重啟php-fpm沒用,而且我的進程貌似有點問題

請問這樣是否正常呢?

是我grep出來的資訊

謝謝!!!

回複內容:

請問我修改了php.ini後,如何重啟php呢?
我重啟php-fpm沒用,而且我的進程貌似有點問題

請問這樣是否正常呢?

是我grep出來的資訊

謝謝!!!

取決於你的PHP運行模式,如果是fastcgi,重啟php-fpm即可,如果是apache mod,需要重啟apache服務

/etc/init.d/apache2 restart

重啟Apache服務看看。

比較常見的:service apache2 restart

假設你apahce安裝目錄為/usr/local/apache2
apahce啟動命令:/usr/local/apache2/bin/apachectl start apaceh
apache停止命令:/usr/local/apache2/bin/apachectl stop
apache重啟命令:/usr/local/apache2/bin/apachectl restart
重啟時不中斷當前的串連,則應:/usr/local/sbin/apachectl graceful

如果apache是linux服務
service httpd start 啟動
service httpd restart 重新啟動
service httpd stop 停止服務

Ubuntu系統
啟動 # sudo /etc/init.d/apache2 start
停止 # sudo /etc/init.d/apache2 stop
重啟 # sudo /etc/init.d/apache2 restart

  • 聯繫我們

    該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

    如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.