2022年3月17日 星期四

503 Service Unavailable Error 是什麼?如何修復它?

503 Service Unavailable Error 表示服務器暫時無法處理請求,但在其他方面正常運行。通常是由於服務器因計劃維護而“停機”,或者由於流量負載過大而無法正確處理所有傳入請求,還有一個就是防火牆配置不當。

防火牆是一種基本的安全設備,用於監控網絡流量並充當網守。它有助於確定哪些流量是安全的,哪些可能是惡意的。在大多數情況下,防火牆會阻止可能有害的流量(並且可能會被記錄以供網絡管理員使用)。但有可能在網絡某處配置的防火牆阻止了關鍵流量通過。對於依賴於內容交付網絡 (CDN) 的應用程序來說尤其如此。這些 CDN 代表您的應用程序充當圖像或視頻等“大量”內容的第三方主機,因此您的應用程序可以保持其速度和效率。但是,自動防火牆服務有時會執行誤報,將來自 CDN 的完全安全和有效的內容誤認為是惡意的。發生這種情況時,防火牆將關閉該內容流,從而導致 503 錯誤。


Ubuntu 內建使用 UFW (Uncomplicated Firewall) 作為防火牆管理工具


檢查防火牆狀態

sudo ufw status


關閉防火牆

sudo ufw disable


開啟防火牆

sudo ufw enable


”100” ; Continue (all 100 range)

“200” ; OK

”201” ; Created

”250” ; Low on Storage Space

”300” ; Multiple Choices

”301” ; Moved Permanently

”302” ; Moved Temporarily

”303” ; See Other

”304” ; Not Modified

”305” ; Use Proxy

”350” ; Going Away

”351” ; Load Balancing

”400” ; Bad Request

”401” ; Unauthorized

”402” ; Payment Required

”403” ; Forbidden

”404” ; Not Found

”405” ; Method Not Allowed

”406” ; Not Acceptable

”407” ; Proxy Authentication Required

”408” ; Request Time-out

”410” ; Gone

”411” ; Length Required

”412” ; Precondition Failed

”413” ; Request Entity Too Large

”414” ; Request-URI Too Large

”415” ; Unsupported Media Type

”451” ; Parameter Not Understood

”452” ; reserved

”453” ; Not Enough Bandwidth

”454” ; Session Not Found

”455” ; Method Not Valid in This State

”456” ; Header Field Not Valid for Resource

”457” ; Invalid Range

”458” ; Parameter Is Read-Only

”459” ; Aggregate operation not allowed

”460” ; Only aggregate operation allowed

”461” ; Unsupported transport

”462” ; Destination unreachable

”500” ; Internal Server Error

”501” ; Not Implemented

”502” ; Bad Gateway

”503” ; Service Unavailable

”504” ; Gateway Time-out

”505” ; RTSP Version not supported

”551” ; Option not supported

沒有留言:

張貼留言