
I think the morons from Google in their great wisdom managed to somehow bash one of the sites I’m hosting on a server and this shit ensued. 2 requests per second towards the homepage using an “?u=RANDOM_NUMBER” parameter. Where does it come from? No idea, maybe Google knows. Meanwhile, I pathed this easily with two lines:
index.php (but if you’re using Wordpress, put it in wp-config.php so it doesn’t get deleted on your next update)
|
|
robots.txt
|
|
Before you ask, yes, I triple checked the IP and it is actually Google’s.
|
|
Now that I’ve implemented this, and managed to reduce the serving of the pages they were requesting, the server load is down from 14 to 0.4, but the number of requests has increased from 3000 per hour to about 10000 per hour. Thank you, Google! (/s)