别人访问的我一个服务,但是间接性 会进不到controller,报错:
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html>
<head>
<title>504 Gateway Time-out</title>
</head>
<body bgcolor="white">
<h1>504 Gateway Time-out</h1>
<p>The gateway did not receive a timely response from the upstream server or application.
<hr />Powered by Tengine
</body>
</html>
这个不报了,换下面这个了
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html>
<head>
<title>400 Bad Request</title>
</head>
<body>
<h1>Bad Request</h1>
<p>Your browser sent a request that this server could not understand.<br />
</p>
</body>
</html>
apache的版本是2.4.6
这个怎么解决??
==================正确答案===========
不知道什么原因 换了nginx就好了