A new wordpress exploit has been discovered just recently creating a buffer overflow that will generate a lot of traffic. And I mean a LOT. A quick temporary patch is to add these lines into your apache config file. <Files ~ "wp-trackback.php"> Order allow,deny Deny from all </Files> this will deny all links with wp-trackback.php [...]