我的 VPS 服务器安装了 apache2。有 10,000 人连接到网站,现在速度非常慢,而我的 CPU 为 1.25%,I/O 为 20B/秒。我有 644 Mb 的可用内存,但实际使用的只有 347。
我的 apache2.conf 现在是:
StartServers 5
MinSpareServers 5
MaxSpareServers 10
MaxClients 20
MaxRequestsPerChild 0
KeepAlive 已关闭。
我找不到它这么慢的原因。您觉得呢?
谢谢。