Firewall Settings Problem (Basic => Extended)
-
Wordfence will not switch from “Basic WordPress Protection” to “Extended Protection” although setting htaccess and user.ini was successful and phpinfo() indeed reports the correct path to the wordfence-waf.php file in the auto_prepend_file column.
Furthermore, I could confirm that the wordfence-waf php file is actually prepended (included) to every wordpress page by editing it to output a test message.
I have traced the problem to the WFWAF_AUTO_PREPEND variable being set to false in wordfence.php line 53, commenting this line out solves the problem but I suppose that is merely symptomatic.
I have studied the relevant help wiki but could not solve the problem
(https://docs.wordfence.com/en/Web_Application_Firewall_Setup)
-> I have waited more than 120 min, so caching is probably not an issue – also, the phpinfo() already lists wordfence-waf.php and it is defintely included into every page (see above)-> PHP Version is 5.5.38
-> User.ini does not contain ini_set(‘output_buffering’, 0);
I am using the most current version of WordPress (4.7.1) and Wordfence (6.2.10). Server-Environment is Apache FPM/FastCGI.
- The topic ‘Firewall Settings Problem (Basic => Extended)’ is closed to new replies.