• The plugin uses the old Apache 2.2 access commands

    order deny,allow
    deny from all
    allow from 1.2.3.4

    even when it is running on Apache 2.4. Unless the access_compat module is enabled, this leads to a server error. When a future version of Apache drops even that support for the old way of doing things, this will affect you too 🙂

    There’s an unofficial patch at the project’s git page.

    https://wordpress.org/plugins/stop-xmlrpc-attack/

The topic ‘Assumes Apache 2.2 access commands’ is closed to new replies.