XMLRPC trouble
-
Hi,
I have a site that is getting hit repeatedly on the XMLRPC.php file, this has happened before and I’ve just blocked the IPs that have done it, but this time it seems to be 4 times from an IP then on to another. It causes quite high server load but not enough to bring the server down.
The problem is that if I use the XMLRPC code provided then my server load is still high due to serving the bulletproof/403 page over and over.
If I delete or rename the file then my server load is high for all the 404 requests.
I’ve tried a block xmlrpc plugin, but it had no effect.
The only thing I have found that works is redirecting all requests in the htaccess to a fake IP – 0.0.0.0 which seems better, but is there a better way of doing this? I can’t figure it out.
- The topic ‘XMLRPC trouble’ is closed to new replies.