内部虚拟连接(Internal Dummy Connection)是什么意思?

access.log中突然增加了许多内部虚拟连接。

– access.log中突然增加了很多内部虚拟连接。

需要追究原因,但目前必须先从日志中分离出来,因此参考了https://renoji.com/IT.php?Contents=OS_CentOS/Ref_InternalDummyConnection.html 进行了操作。

不再有記錄。

# diff httpd.conf.old httpd.conf
223c223,226
<     CustomLog "logs/access_log" combined
---
> #    CustomLog "logs/access_log" combined
>     # mod for separate internal dummy connection 2021/05/18 by hatake
>     SetEnvIf User-Agent "internal dummy connection" ExclusionLog
>     CustomLog logs/access_log combined env=!ExclusionLog

# systemctl restart httpd

在别的日志中只有这个方法吗?