KozenGuide
10-09-2009, 05:55 AM
Hello,
Earlier today someone or a random script picked up a background image of my site and started sending a get_request every second to view this image which was causing my server to use all my bandwidth and GPUs. I have since taken this image off my server so now when you go to the image URL you get the 404 error, but since this is being requested a couple times a second every second it is still using up a lot of Bandwidth and GPUs. I've tried to block the IPs as you showed in your guide but everytime I do the script requesting the URL changes and requests it from a new URL.
Below is a line from my system log of what it looks like, I get this over and over again for every second as it shows everytime it tries to request this Background image url.
99.156.210.146 - - [08/Oct/2009:19:00:04 -0700] "GET /kozenguide.com/wp-content/themes/kozenguide/images/secondarybg.png HTTP/1.1" 404 19218 "-" "-"
Is there a way to block everyone from accessing this URL on my site kozenguide.com/wp-content/themes/kozenguide/images/secondarybg.png this way the script even though they may change IPs still won't be able to access this URL which then would stop the problem. Or if this would even stop the problem?
If anyone knows what I could do to stop what ever this is from requesting this url on my site so many times please let me know. Thanks
Earlier today someone or a random script picked up a background image of my site and started sending a get_request every second to view this image which was causing my server to use all my bandwidth and GPUs. I have since taken this image off my server so now when you go to the image URL you get the 404 error, but since this is being requested a couple times a second every second it is still using up a lot of Bandwidth and GPUs. I've tried to block the IPs as you showed in your guide but everytime I do the script requesting the URL changes and requests it from a new URL.
Below is a line from my system log of what it looks like, I get this over and over again for every second as it shows everytime it tries to request this Background image url.
99.156.210.146 - - [08/Oct/2009:19:00:04 -0700] "GET /kozenguide.com/wp-content/themes/kozenguide/images/secondarybg.png HTTP/1.1" 404 19218 "-" "-"
Is there a way to block everyone from accessing this URL on my site kozenguide.com/wp-content/themes/kozenguide/images/secondarybg.png this way the script even though they may change IPs still won't be able to access this URL which then would stop the problem. Or if this would even stop the problem?
If anyone knows what I could do to stop what ever this is from requesting this url on my site so many times please let me know. Thanks