Hi Klaubert,
certainly, I have disabled the APC in the config.php file.
during the initial setup I get into followings errors that can be resolved by simply commenting out the break line.
PHP Fatal error: 'break' not in the 'loop' or 'switch' context in /usr/local/waf-fle/dashboard/setup.php on line 408
PHP Fatal error: 'break' not in the 'loop' or 'switch' context in /usr/local/waf-fle/dashboard/setup.php on line 507
Further, the setup indicates that the APC is disabled
++++++++++++
WAF-FLE 0.6 Setup
Checking config.php settings...
config.php present...
Config looks correct.
Checking PHP Version...
PHP version must be 5.3 or higher.
Checking php extensions...
APC Extension: missing. Not required by config.php
GeoIP Extension: present;
PDO Extension: present;
MySQL PDO Driver: present;
json Extension: present;
pcre Extension: present;
zlib Extension: present;
date Extension: present;
session Extension: present;
Running on Apache: Ok;
Database not exist! (or credentials on config.php are yet valid)
Go! Create the database and user...
+++++++++++++++++++++++++
Having logged in with the admin users, browsing through the waf site, I frequently see the following errors in the apache errorlog.
[Wed Aug 10 11:01:19.599632 2016] [:error] [pid 20128] [client
178.248.108.1:41150] PHP Warning: Cannot modify header information - headers already sent by (output started at /usr/local/waf-fle/header.php:242) in /usr/local/waf-fle/functions.php on line 1535, referer:
https://waf1.xxxxxx.com/waf-fle/index.php[Wed Aug 10 11:01:19.600378 2016] [:error] [pid 20128] [client
178.248.108.1:41150] PHP Warning: Cannot modify header information - headers already sent by (output started at /usr/local/waf-fle/header.php:242) in /usr/local/waf-fle/functions.php on line 1536, referer:
https://waf1.xxxxxx.com/waf-fle/index.php
The info part of the management tab returns the following information.
WAF-FLE Version: 0.6.4
APC Cache extension: Extension APCu (5.1.3) loaded, enabled but disabled in WAF-FLE
PHP version: 7.0.8-0ubuntu0.16.04.2
PHP Zend Version: 3.0.0
MySQL Version: 5.7.13-0ubuntu0.16.04.2
Database Name: waffle
Database Size: 113.46 kB
Number of sensors: 0
Number of events on DB: 0
for now I have to redirect mlog2waffle to a machine running php5, but it would be great to have it working with php7