• Resolved kaimana

    (@kaimana)


    Aloha Friends at AIOWPS

    I’ve got current versions of everything as of 3-27-17.

    I upgraded to Apache 4 recently (more on that in a sec), and PHP 7. I successfully locked my own IP out using the blacklist manager; then looked at the htaccess file and saw my IP, so the blacklist feature works (on me).

    The following IP is still getting through the blacklist manager, even though it’s showing up in it, and in the htaccess file: 91.200.12.* . The format of the older entries such as this one in the htaccess file is: <IfModule !mod_authz_core.c> Order allow,deny Allow from all Deny from 91.200.12.0/24…..etc.

    BUT the newest batch of IP addresses I just added to the Blacklist Manager shows up in the htaccess file in this format: IfModule mod_authz_core.c> <RequireAll>
    Require all granted Require not ip 110.123.44.0/24Require not ip 111.40.84.0/24…

    This looks like mixing old Apache 3 syntax with new Apache 4 syntax. Is this OK?

    Any ideas?

    I’m not worried; they’d have to suss out both my admin login name and my password, and they haven’t even gotten the admin name once.

    Thanks for any thoughts you may have on this matter! Aloha, Tim……

Viewing 1 replies (of 1 total)
  • Plugin Contributor wpsolutions

    (@wpsolutions)

    Have you tried deleting that 91.200.12.* address from the blacklist settings and then adding it in again?

Viewing 1 replies (of 1 total)
  • The topic ‘Blacklist STILL doesn’t block IP’s’ is closed to new replies.