I’ve installed v3, will see how it goes. I’ve added the following to wp-config.php to start with just to see if it logs, if it works I will jump into fail2ban config.
It’s a CentOS system and uses AUTHPRIV…
define(‘WP_FAIL2BAN_AUTH_LOG’,LOG_AUTHPRIV);
define(‘WP_FAIL2BAN_LOG_PINGBACKS’,true);
define(‘WP_FAIL2BAN_PINGBACK_LOG’,LOG_LOCAL3);
The requests are hitting apache as I see all of the httpd processes…