PHP程式出現 出現 502 bad gateway 如何破?

來源:互聯網
上載者:User
PHP程式出現 出現 502 bad gateway 如何破?

回複內容:

PHP程式出現 出現 502 bad gateway 如何破?

確認php-fpm進程正常,然後從運行環境入手,調整逾時和緩衝區大小配置。

例如一個 iptables + haproxy + nginx + php-fpm 運行環境,haproxy和nginx都可能觸發502,或許是你的php已耗用時間超出了haproxy或nginx的逾時設定,或許是你的php輸出了大量的cookie資料等等。

nginx.conf參考調整

# 502 probolem solvingfastcgi_connect_timeout 60;fastcgi_send_timeout 180;fastcgi_read_timeout 180;fastcgi_buffer_size 128k;fastcgi_buffers 8 256k;fastcgi_busy_buffers_size 256k;fastcgi_temp_file_write_size 256k;fastcgi_intercept_errors off;

haproxy.cfg參考調整

tune.bufsize 131072

PHP不會報502的 一定是你的前端web伺服器(如nginx, Apache)報的502錯誤

出現這種錯誤一般是你的前端web伺服器無法串連後端cgi(如php-fpm)造成的

進一步的原因,就是fpm掛了,或者卡死了(並發高、記憶體或者CPU不夠用的時候就會出現)

  • 相關文章

    聯繫我們

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