NameVirtualHost *:80 Listen 80 ServerAdmin admin@example.com ServerName localhost ServerAlias localhost DocumentRoot /var/www/html/ Options Indexes FollowSymLinks MultiViews AllowOverride All Order allow,deny allow from all Require all granted LogLevel debug ErrorLog ${APACHE_LOG_DIR}/error.log CustomLog ${APACHE_LOG_DIR}/access.log combined