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/zh-cn/web/http/status/504/index.html | 44 ++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 files/zh-cn/web/http/status/504/index.html (limited to 'files/zh-cn/web/http/status/504/index.html') diff --git a/files/zh-cn/web/http/status/504/index.html b/files/zh-cn/web/http/status/504/index.html new file mode 100644 index 0000000000..5ac5607e6f --- /dev/null +++ b/files/zh-cn/web/http/status/504/index.html @@ -0,0 +1,44 @@ +--- +title: 504 Gateway Timeout +slug: Web/HTTP/Status/504 +tags: + - 响应状态码 + - 服务器端错误 +translation_of: Web/HTTP/Status/504 +--- +
{{HTTPSidebar}}
+ +

504 Gateway Timeout 是一种HTTP协议的服务器端错误状态代码,表示扮演网关或者代理的服务器无法在规定的时间内获得想要的响应。

+ +

{{interwiki("wikipedia", "Gateway_(telecommunications)", "Gateway")}} (网关)在计算机网络体系中可以指代不同的设备,504 错误通常不是在客户端可以修复的,而是需要由途径的Web服务器或者代理服务器对其进行修复。

+ +

状态

+ +
504 Gateway Timeout
+ +

规范

+ + + + + + + + + + + + +
SpecificationTitle
{{RFC("7231", "504 Gateway Timeout" , "6.6.4")}}Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content
+ +

浏览器兼容性

+ + + +

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

+ +

相关内容

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