Seems that two IPs have excessively kept port 80 (WWW/Apache) busy. To deal
with it, I enabled iptables and added the following two rules:
<<<
-A INPUT -i eth0 -s 84.95.67.193 -j REJECT
-A INPUT -i eth0 -s 84.95.71.239 -j REJECT
>>>
Now, Apache is more responsive.
Regards,
Shlomi Fish
---------------------------------------------------------------------
Shlomi Fish [EMAIL PROTECTED]
Homepage: http://www.shlomifish.org/
95% of the programmers consider 95% of the code they did not write, in the
bottom 5%.