On 25/08/2022 18.16, John Iliffe wrote:

While it doesn't appear to be causing us any harm I am wondering why someone
would spend the time/money to do so and if there is any way to lock out this one
source.

Does anyone have any suggestions?

If you want it completely gone from your logs, firewall it:
iptables -A INPUT -s 193.29.60.97 -j DROP

If you just want it to return a 403, you can use Require in your vhost:
Require not ip 193.29.60.97



Thanks in advance,

John
======


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to