Posts Tagged ‘apache’

Blocking IP Addresses from Your Server

Was experiencing high load and slow performance on my server today, and was trying to pinpoint the cause. Memory was fine, but MySQL was clogging up, but not due to anything performing incorrectly. I took a look at server-status, and noticed that most of the workers were serving the same 2 IP addresses: 88.131.106.30 and [...]

Debugging Apache and Mysql

If you’re getting too many MySQL threads or Apache connections, and you would like to debug them, here are two possible ways to get the info you need:
Apache
fullstatus – Displays a full status report from mod_status. For this to work, you need to have mod_status enabled on your server [...]