Heroku H18 503 vs 404

时间:2016-07-20 08:53:26

标签: heroku flask

我在Heroku上运行一个烧瓶应用程序,每周几次,我看到如下错误:

pskb-prod heroku/router:  sock=backend at=error code=H18 desc="Server Request Interrupted" method=GET path="/administrator/index.php" host=tutorials.pluralsight.com request_id=d1331164-89f2-4e01-b0d3-0666fa4541ad fwd="85.102.23.202" dyno=web.2 connect=0ms service=409ms status=503 bytes=18571

我假设这是某种黑客企图,看看该网址是否存在且有效。显然它不是因为我运行烧瓶应用程序,而不是PHP。

为什么这会显示为H18 / 503错误?

我可以在浏览器中自己尝试/administrator/index.php的请求,并正确地从烧瓶应用程序获得404响应。

如何触发此H18 / 503错误?

值得注意的是,这与特定网址无关,因为我发现相关网址的类似错误,如:

  • /admin/login.php
  • /bitrix/admin/index.php?lang=en
  • /admin
  • /wp-login.php

最后,在我收到这些错误的时候,我都没有看到我的任何一个dynos重新启动,所以不要认为这些请求来自dyno重新启动时英寸

1 个答案:

答案 0 :(得分:1)

我认为这个问题与没有nginx的枪炮有关https://github.com/benoitc/gunicorn/issues/840