Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

Cannot optimize firewall -stuck in Basic mode

$
0
0

Replies: 0

After installing Wordfence and trying to configure it, the message to configure the firewall remain there. I have tried deactivating plugins, reinstalling Wordfence, etc without luck. The Live Activity:Idle and Firewall Protection Level: Basic WordPress Protection remains there.
My configuration is:
– WP v4.8
– PHP 7.0.12
– Apache + CGI/FastCGI
PHI.INI is being loaded from the website root directory …/public_html/php.ini
According to Wordfence – Tools – Diagnostics, the auto_prepend_file has been added:
auto_prepend_file (local value) /home1/../public_html/wordfence-waf.php
auto_prepend_file (Master value) /home1/../public_html/wordfence-waf.php

.htaccess includes the following:
# Wordfence WAF
<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

.user.ini includes the following:
; Wordfence WAF
auto_prepend_file = ‘/home1/eaamorg/public_html/wordfence-waf.php’
; END Wordfence WAF

I checked with my hosting company and no “pool” configuration files are used that could overwrite the php.ini values. Any help would be appreciated.

Thanks,

Jose


Viewing all articles
Browse latest Browse all 59525

Trending Articles