From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/ja/web/http/status/504/index.html | 54 +++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 files/ja/web/http/status/504/index.html (limited to 'files/ja/web/http/status/504') diff --git a/files/ja/web/http/status/504/index.html b/files/ja/web/http/status/504/index.html new file mode 100644 index 0000000000..cea5ed169b --- /dev/null +++ b/files/ja/web/http/status/504/index.html @@ -0,0 +1,54 @@ +--- +title: 504 Gateway Timeout +slug: Web/HTTP/Status/504 +tags: + - HTTP + - Server error + - Status code + - サーバーエラー + - ステータスコード +translation_of: Web/HTTP/Status/504 +--- +
{{HTTPSidebar}}
+ +

HyperText Transfer Protocol (HTTP) 504 Gateway Timeout サーバーエラーレスポンスコードは、サーバーがゲートウェイまたはプロキシとして機能しているときに、リクエストを完了するために必要な上流のサーバーからのレスポンスが時間内に得られなかったことを示します。

+ +
+

メモ: {{interwiki("wikipedia", "Gateway_(telecommunications)", "ゲートウェイ")}}はネットワーク内の様々なものを指す可能性があり、 504 エラーはふつう、自分で修正できるものではありませんが、アクセスしようとしているウェブサーバーやプロキシで修正する必要があります。

+
+ +

ステータス

+ +
504 Gateway Timeout
+ +

仕様書

+ + + + + + + + + + + + + + +
仕様書題名
{{RFC("7231", "504 Gateway Timeout" , "6.6.5")}}Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content
+ +

ブラウザーの互換性

+ +

以下に示す情報は、 MDN の GitHub から取得したものです。 (https://github.com/mdn/browser-compat-data).

+ + + +

{{Compat("http.status.504")}}

+ +

関連情報

+ + -- cgit v1.2.3-54-g00ecf