我有我的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
KeepAliveclosures。
我找不到为什么这么慢。 你怎么看?
谢谢。