I’m installing the oxwall 1.8.3 but I have the error “FATAL ERROR: 'UTIL_URL' NOT FOUND”.
Module rewrite was enabled.
Solved!
<VirtualHost *:80>
ServerName mysite.com
DocumentRoot /var/www/html/oxwall
<Directory /var/www/html/oxwall>
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
allow from all
</Directory>
</VirtualHost>
and disabled a2dissite 000-default