I noticed one error after installing FreePBX:
Invalid command ‘RewriteEngine’, perhaps misspelled or defined by a module not included in the server configuration
To solve it, you need to activate the rewrite module in apache2:
sudo a2enmod rewrite
And restart apache2 to apply the changes:
sudo service apache2 restart
Done.