使用 Apache2 + mod_wsgi + django 'Remote end closed connection without response' 获取随机 500 错误

Getting random 500 error with Apache2 + mod_wsgi + django 'Remote end closed connection without response'

我的 django 在 apache2 下正常工作,但有时我会收到此消息:

('Connection aborted.', RemoteDisconnected('Remote end closed connection without response',))

重新加载解决了问题,但这不是生产服务器的解决方案。

我试过更新 Django 和 mod_wsgi

我得到以下堆栈跟踪:

https://drive.google.com/file/d/1zdSG8KB79POkaJ6Eu3N8Oh1y6CNEfFSk/view?usp=sharing

有人遇到同样的问题吗?

看起来错误来自从 /var/frontend/frontendApp/api/users.py:93 调用的请求库。我问这是您用于验证用户身份的后端,查看后端应用程序日志为什么它关闭连接(可能是对后端应用程序的许多请求?)