PBQ 4: Configuration Misconfiguration

Identify the issue in the configuration shown below:

Web Server Config
<VirtualHost *:80>
  ServerAdmin [email protected]
  DocumentRoot /var/www/html
  DirectoryIndex index.php
  AllowOverride None
  Options Indexes FollowSymLinks
</VirtualHost>