AH00526: Syntax error on line 5 of /etc/apache2/sites-enabled/awstats.conf:
Either all Options must start with + or -, or no Option may.
Action ‘start’ failed.
The Apache error log may have more information.
Solution:
Add “+” in front of the options, for example:
Options ExecCGI -MultiViews +SymLinksIfOwnerMatch
==>
Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch