Заметил однажды следующую ошибку:
AH00526: Syntax error on line 26 of /etc/apache2/sites-enabled/000-default.conf:
Invalid command ‘AuthGroupFile’, perhaps misspelled or defined by a module not included in the server configuration
Action ‘configtest’ failed.
The Apache error log may have more information.
Решается она просто активацией модуля:
sudo a2enmod authz_groupfile
Перезапустим apache2 чтобы применить изменения:
sudo service apache2 restart
Готово.