• Resolved GoldieGal

    (@goldiegal)


    Hello I am using a litespeed server and have never experience an issue until now, all of a sudden all of my sites firewalls went to about 30 and when I tried to reconfigure I get the message below. Below are my user.ini and htaccess settings. Hoping you can help.

    “The changes have not yet taken effect. If you are using LiteSpeed or IIS as your web server or CGI/FastCGI interface, you may need to wait a few minutes for the changes to take effect since the configuration files are sometimes cached. You also may need to select a different server configuration in order to complete this step, but wait for a few minutes before trying. You can try refreshing this page.”

    ==============

    ; Wordfence WAF
    auto_prepend_file = ‘/home/host/public_html/site.com/subdirectory/wordfence-waf.php’
    ; END Wordfence WAF

    ==============

    # Wordfence WAF
    <IfModule LiteSpeed>
    php_value auto_prepend_file '/home/host/public_html/site.com/subdirectory/wordfence-waf.php'
    </IfModule>
    <IfModule lsapi_module>
    php_value auto_prepend_file '/home/host/public_html/site.com/subdirectory/wordfence-waf.php'
    </IfModule>
    <Files ".user.ini">
    <IfModule mod_authz_core.c>
    	Require all denied
    </IfModule>
    <IfModule !mod_authz_core.c>
    	Order deny,allow
    	Deny from all
    </IfModule>
    </Files>
    
    # END Wordfence WAF
Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter GoldieGal

    (@goldiegal)

    Also will upgrading to premium help rectify and prevent this from happening again? thanks

    Thread Starter GoldieGal

    (@goldiegal)

    Hi there,

    I worked it out. There was a conflict when I enabled some of wordpress toolkit security settings from its section in cpanel.

    I now have selected all of their settings except “Disable scripts concatenation for WordPress admin panel(can be reverted)” and it does effect wordfence firewall. Hope it helps someone else ??

    Plugin Support wfphil

    (@wfphil)

    Hi @goldiegal

    Thank you for the update that it is fixed.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Changes have not yet taken effect LiteSpeed or IIS’ is closed to new replies.