Forum Moderators: phranque
requests from italy and korea on port 80 wich are redirected to 443 over and over but my server isn't respondingThis is unclear. Your server sends out the redirect response: that's one part. But are your unwanted visitors following up on the redirect? Some robots receive the http-to-https redirect response and never make the follow-up request. (Yay!)
When i block the offending ip address range within 10 to 15 seconds the same activity starts again from a different ip address rangeYou'll need to find some other aspect of the request to block, then. Take a closer look and see if there are any distinctive headers, or--if the robot isn't very bright--a consistent user-agent. But if your server isn't sending out content (“server isn’t responding”), what difference does it make? You can’t stop requests from being made; you can only stop the server from giving them what they want.