PHP-FPM,

來源:互聯網
上載者:User

PHP-FPM,
什麼是PHP-FPM?

PHP-FPM是PHP專用的實現FastCGI協議用於管理PHP-CGI的進程管理器。

安裝

PHP-FPM在PHP5.3.3以後便整合在了PHP中,不需要單獨安裝。

使用

啟動

➜  ~  sudo php-fpm[15-Feb-2015 15:52:10] NOTICE: fpm is running, pid 6995[15-Feb-2015 15:52:10] NOTICE: ready to handle connections

上面第二行就是php-fpm啟動以後的進程號pid 6995。
以這種方式啟動後,php-fpm會佔用該終端運行。

重啟

➜  logs git:(master) sudo kill -SIGUSR2 6995 //6995是php-fpm的進程號[15-Feb-2015 15:54:51] NOTICE: Reloading in progress ...[15-Feb-2015 15:54:51] NOTICE: reloading: execvp("php-fpm", {"php-fpm"})[15-Feb-2015 15:54:51] NOTICE: using inherited socket fd=6, "127.0.0.1:9000"[15-Feb-2015 15:54:51] NOTICE: fpm is running, pid 6995[15-Feb-2015 15:54:51] NOTICE: ready to handle connections

平滑關閉

➜  logs git:(master) sudo kill -SIGQUIT 7688[15-Feb-2015 16:19:01] NOTICE: Finishing ...[15-Feb-2015 16:19:01] NOTICE: exiting, bye-bye!

強行關閉

➜  logs git:(master) sudo kill -SIGINT|SIGTERM 6995 //SIGINT, SIGTERM兩個訊號都可以[15-Feb-2015 16:10:43] NOTICE: Terminating ...[15-Feb-2015 16:10:43] NOTICE: exiting, bye-bye!

重新開啟記錄檔,不是很清楚這是什麼意思。。。

➜  logs git:(master) sudo kill -SIGUSR1 6995 //6995是php-fpm的進程號[15-Feb-2015 16:02:00] NOTICE: error log file re-opened

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在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.