Apache2.4 将加载 5.7MB 的“允许来自 IP 列表”,但不会加载 5.7MB 的“要求来自 IP 列表”

Apache2.4 将加载 5.7MB 的“允许来自 IP 列表”,但不会加载 5.7MB 的“要求来自 IP 列表”

将国家/地区阻止列表加载到 apache2 虚拟主机时出现奇怪问题。两个文件都是 5.7MB,但第一个文件加载速度很快,没有任何问题。我无法成功加载另一个文件。我一直收到的错误是超时。我尝试增加相应的 php 变量和 Apache 超时值,但无济于事。无论如何,第二个文件几乎在 90 秒后超时。

加载得很好....

allow from 3.0.0.0/9
allow from 3.128.0.0/10
allow from 3.192.0.0/10
allow from 4.0.0.0/8
allow from 5.8.44.0/25
allow from 5.8.44.128/25
allow from 5.8.63.0/24
allow from 5.10.64.8/29
allow from 5.10.64.160/29
allow from 5.10.64.176/28
allow from 5.10.64.224/29
allow from 5.10.64.232/29
allow from 5.10.64.240/29
allow from 5.10.65.96/28
allow from 5.10.65.140/31

但不是这个......

 <RequireAny>
 Require ip 216.200.243.208/28
 Require ip 216.200.243.224/27
 Require ip 216.200.244.0/23
 Require ip 216.200.246.0/24
 Require ip 216.200.247.0/28
 Require ip 216.200.247.16/29
 Require ip 216.200.247.24/31
 Require ip 216.200.247.27/32
 Require ip 216.200.247.28/30
 Require ip 216.200.247.32/30
 Require ip 216.200.247.36/32
 Require ip 216.200.247.38/31
 Require ip 216.200.247.40/32

等等……

什么原因造成此情况?

相关内容