Replies: 0
Hi there.
For giving the info regarding my setup
I have 1 debian Host installed – with several different sites on
My Path to my pages are: /var/www/www.domain.dk/ – But this is a symlink to /storage/domain.dk/www
I’m running apache2 with php5 – all system are running latest stable version
For all my different sites I have the same file placed in /var/www/www.domain.dk/wordfence-waf.php – according to info from setting up the system.
Loaded Configuration File /etc/php5/apache2/php.ini
Scan this dir for additional .ini files /etc/php5/apache2/conf.d
Additional .ini files parsed /etc/php5/apache2/conf.d/05-opcache.ini, /etc/php5/apache2/conf.d/10-pdo.ini, /etc/php5/apache2/conf.d/20-curl.ini, /etc/php5/apache2/conf.d/20-gd.ini, /etc/php5/apache2/conf.d/20-imagick.ini, /etc/php5/apache2/conf.d/20-json.ini, /etc/php5/apache2/conf.d/20-mysql.ini, /etc/php5/apache2/conf.d/20-mysqli.ini, /etc/php5/apache2/conf.d/20-pdo_mysql.ini, /etc/php5/apache2/conf.d/20-readline.ini, /etc/php5/apache2/conf.d/30-www.ini
I can see its loading the File I’ve created for prepend these files – But still Its telling me that the extended firewall are disablet ??
I’ve tried both settings here in 30-www.ini file
[PATH=/storage/pbj-design.dk/www]
auto_prepend_file = '/var/www/www.pbj-design.dk/wordfence-waf.php'
[PATH=/storage/pbj-design.dk/www]
auto_prepend_file = '/storage/pbj-design.dk/www/wordfence-waf.php'
Allso
[HOST=www.pbj-design.dk]
auto_prepend_file = '/var/www/www.pbj-design.dk/wordfence-waf.php'
[HOST=www.pbj-design.dk]
auto_prepend_file = '/storage/pbj-design.dk/www/wordfence-waf.php'
But still just saying extended firewall not enabled in the dashboard view
What am I doing wrong here ?