aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/http/status/504/index.html
blob: 4b274adef57fff19d7c7c60d5e9854997b45fc16 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
---
title: 504 Gateway Timeout
slug: Web/HTTP/Status/504
tags:
  - 响应状态码
  - 服务器端错误
translation_of: Web/HTTP/Status/504
---
<div>{{HTTPSidebar}}</div>

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

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

<h2 id="状态">状态</h2>

<pre class="syntaxbox">504 Gateway Timeout</pre>

<h2 id="规范">规范</h2>

<table class="standard-table">
 <tbody>
  <tr>
   <th scope="col">Specification</th>
   <th scope="col">Title</th>
  </tr>
  <tr>
   <td>{{RFC("7231", "504 Gateway Timeout" , "6.6.4")}}</td>
   <td>Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content</td>
  </tr>
 </tbody>
</table>

<h2 id="浏览器兼容性">浏览器兼容性</h2>

<p>{{Compat("http.status.504")}}</p>

<h2 id="相关内容">相关内容</h2>

<ul>
 <li>{{HTTPStatus(502)}}</li>
</ul>