How to fix the WordFence wordfence-waf.php problem
PHP Fatal error: Unknown: Failed opening required '/var/www/html/wordfence-waf.php' (include_path='.:/usr/share/php') in Unknown on line 0
php_value auto_prepend_file '/home/public_html/wordfence-waf.php'
egrep -Rw * -e 'php_value auto_prepend_file' in user home directory outside public_html
tail -f /var/log/httpd/domains/aripune.org.error.log
/home/arip/public_html# vi .user.ini
; Wordfence WAF
#auto_prepend_file = '/home/admin/domains/aripune.org/public_html/wordfence-waf.php'
; END Wordfence WAF
service php-fpm81 restart
vi /usr/local/directadmin/data/users/arip/httpd.conf
Comments
Post a Comment