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/500/index.html | 51 +++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 files/ja/web/http/status/500/index.html (limited to 'files/ja/web/http/status/500') diff --git a/files/ja/web/http/status/500/index.html b/files/ja/web/http/status/500/index.html new file mode 100644 index 0000000000..0803928c2f --- /dev/null +++ b/files/ja/web/http/status/500/index.html @@ -0,0 +1,51 @@ +--- +title: 500 Internal Server Error +slug: Web/HTTP/Status/500 +tags: + - HTTP + - Server error + - Status code + - サーバーエラー + - ステータスコード +translation_of: Web/HTTP/Status/500 +--- +
{{HTTPSidebar}}
+ +

HyperText Transfer Protocol (HTTP) の 500 Internal Server Error サーバーエラーレスポンスコードは、サーバーがリクエストを実行を妨げる予期しない条件に遭遇したことを示します。

+ +

このエラーレスポンスは一般的な "catch-all" レスポンスです。普通、これはサーバーがレスポンスに対してより適切な 5xx のエラーコードを見つけることができなかったことを示します。サーバーの管理者は、ステータスコード 500 のようなエラーレスポンスをリクエストに関する詳細情報と共に記録し、将来同じエラーが発生することを防ぐ場合もあります。

+ +

ステータス

+ +
500 Internal Server Error
+ +

仕様書

+ + + + + + + + + + + + + + +
仕様書題名
{{RFC("7231", "500 Internal Server Error" , "6.6.1")}}Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content
+ +

ブラウザーの互換性

+ +

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

+ + + +

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

+ +

関連情報

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