elevenweb
Forum Replies Created
-
Forum: Plugins
In reply to: [W3 Total Cache] Why am I getting this NGINX error message?I find it strange that the message appears, regardless of having changed the settings.
BC = Browser Cache?
Forum: Plugins
In reply to: [W3 Total Cache] Why am I getting this NGINX error message?Whenever I access the admin area, the message “nginx.conf rules have been updated. Please restart nginx server to provide a consistent user experience.” is displayed.
Even when there are no changes to the settings.What can this be?
I have an environment with multiple servers (autoscaling).
Yes, credentials are in the config.
I’m going to do what you suggested and put the wflogs in the image.
Let’s see if it works. Thank you.
Our website is in a multi-server environment.
Auto Scaling with Load Balancer, so the problem is not that the folder does not have write permission. The problem is that there are multiple servers in parallel.Wordfence has been running for several months now …
So the solution would be to write to the database. If it could be on AWS S3 it would also be a solution, but I believe it is not possible.
Dude, thanks for the quick return.
The problem is right there. I already did this … I followed these instructions and, even so, Wordfence always goes back to Learning Mode.
This is the content of the wordfence-waf.php file, which is located at the root of the site.
Do I have to delete the content from wflogs?
Is there any other step I should take?<?php // Before removing this file, please verify the PHP ini setting
auto_prepend_file
does not point to this. define('WFWAF_STORAGE_ENGINE', 'mysqli'); if (file_exists('/srv/www/public/wp-content/plugins/wordfence/waf/bootstrap.php')) { define("WFWAF_LOG_PATH", '/srv/www/public/wp-content/wflogs/'); include_once '/srv/www/public/wp-content/plugins/wordfence/waf/bootstrap.php'; } ?>