AH01382:请求标头读取超时 -> 定位服务缓慢的资源

AH01382:请求标头读取超时 -> 定位服务缓慢的资源

一些使用率低的 Apache Web 服务器的日志文件被如下行污染:

[reqtimeout:info] [pid 995890:tid 140198394422976] [client 37.103.75.185:49577] AH01382: Request header read timeout

VM 是 Debian,/etc/apache2/mods-available/reqtimeout.conf是普通默认设置:

 RequestReadTimeout header=20-40,minrate=500

由于其中一个 IP 地址显示了我自己的 IP,因此我确信这不是拒绝服务。

我如何知道我的网络服务器提供哪些资源的速度较慢?

apache2 网络服务器实际上是一个反向代理,但是代理传递的超时时间更短:

 ProxyPass /smartcard http://localhost:8080/smartcard connectiontimeout=5 timeout=15

相关内容