• I have the plugin installed and fail2ban configured as described in the Installation Tab.

    But it appears that the plugin is not writing to the auth.log file.

    Maybe my nginx is configured differently, but I only get ssh logs into the auth.log file.

    How can I check where the syslog() function is actually writing to? Is there anything I have to edit in my nginx config?

    I am getting hundreds of requests to my xmlrpc.php file and would really love to block these IP automatically by fail2ban. Hope someone can help.

    https://wordpress.org/plugins/wp-fail2ban/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author invisnet

    (@invisnet)

    Unfortunately you’ve not given me much to work with….

    Which OS? What other plugins have you got installed? Does your OS use LOG_AUTHPRIV? My guess is that it does if you’re not seeing anything – see if putting this in wp-config.php helps:

    define(‘WP_FAIL2BAN_AUTH_LOG’,LOG_AUTHPRIV);

    Thread Starter jaschaio

    (@jaschaio)

    OS is Ubuntu 14.04

    How can I find out if it uses LOG_AUTHPRIV?

    I will put that into my wp-config anyway and see if it helps.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Urgent: Plugin doesn't writes to syslog’ is closed to new replies.