關於php -fpm 出現127.0.0.1:9000已經被佔用

來源:互聯網
上載者:User

標籤:php   fpm   

今天安裝啟動PHP時出現下面的錯誤:

[[email protected] etc]# /application/php/sbin/php-fpm 

錯誤:

[03-Aug-2017 21:30:29] ERROR: failed to open error_log (/app/logs/php-fpm.log): No such file or directory (2)

[03-Aug-2017 21:30:29] ERROR: failed to post process the configuration

[03-Aug-2017 21:30:29] ERROR: FPM initialization failed


解決方案:

[[email protected] etc]# netstat -lntup | grep 9000

tcp        0      0 127.0.0.1:9000              0.0.0.0:*           LISTEN      12810/php-fpm  

[[email protected] etc]# killall php-fpm


再次啟動未報錯

[[email protected] etc]# /application/php/sbin/php-fpm 

[[email protected] etc]# 


[[email protected] etc]# ps -ef|grep php-fpm

root      12885      1  0 21:33 ?        00:00:00 php-fpm: master process (/application/php5.3.27/etc/php-fpm.conf)

nginx     12886  12885  0 21:33 ?        00:00:00 php-fpm: pool www            

nginx     12887  12885  0 21:33 ?        00:00:00 php-fpm: pool www            

nginx     12888  12885  0 21:33 ?        00:00:00 php-fpm: pool www            

nginx     12889  12885  0 21:33 ?        00:00:00 php-fpm: pool www            

nginx     12890  12885  0 21:33 ?        00:00:00 php-fpm: pool www            

nginx     12891  12885  0 21:33 ?        00:00:00 php-fpm: pool www            

nginx     12892  12885  0 21:33 ?        00:00:00 php-fpm: pool www            

nginx     12893  12885  0 21:33 ?        00:00:00 php-fpm: pool www            

nginx     12894  12885  0 21:33 ?        00:00:00 php-fpm: pool www            

nginx     12895  12885  0 21:33 ?        00:00:00 php-fpm: pool www            

nginx     12896  12885  0 21:33 ?        00:00:00 php-fpm: pool www            

nginx     12897  12885  0 21:33 ?        00:00:00 php-fpm: pool www            

nginx     12898  12885  0 21:33 ?        00:00:00 php-fpm: pool www            

nginx     12899  12885  0 21:33 ?        00:00:00 php-fpm: pool www            

nginx     12900  12885  0 21:33 ?        00:00:00 php-fpm: pool www            

nginx     12901  12885  0 21:33 ?        00:00:00 php-fpm: pool www            

root      12915   1600  0 21:44 pts/0    00:00:00 grep php-fpm


關於php -fpm 出現127.0.0.1:9000已經被佔用

相關文章

聯繫我們

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