When trying to create an html report of an Apache logfile wit GoAccess, an empty html is generated. The html output code however, is shown in the console.
$sudo goaccess -f /var/log/apache2/access.log -o /var/www/report.html
$sudo goaccess -f /var/log/apache2/access.log -o /var/www/report.html -real-time-html
Both commands show the html code in the console but result in an empty file.
395096 0 -rwxrwxrwx 1 root root 0 Sep 28 22:50 report.html