Apache无法接受的缓慢

在我的apache上获取页面的速度现在太慢了,甚至在本地也是如此。 我不知道可能会发生什么,但处理器似乎非常不活跃,并有7GB的可用内存。 有任何想法吗? 看看这个时间/curltesting:

muiraquitã 3:49 ~ % time curl 127.0.0.1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>403 Forbidden</title> </head><body> <h1>Forbidden</h1> <p>You don't have permission to access /index.html on this server.</p> <hr> <address>Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny3 with Suhosin-Patch Server at 127.0.0.1 Port 80</address> </body></html> **curl 127.0.0.1 0.00s user 0.00s system 0% cpu 17.768 total** 

这有点像DNS查找超时的味道。 尝试closuresHostnameLookups,看看是否改善情况。

如果你禁止访问index.html的限制,你会得到更好的结果? 你使用NIS或服务/从远程文件系统或一些RAID重build正在进行? index.html是静态还是dynamic生成的内容?