# This is a comment
#
ServerRoot ""
Listen 80
LoadModule mpm_event_module /usr/lib/apache2/modules/mod_mpm_event.so
User daemon
Group daemon
ServerAdmin you@example.com
AllowOverride none
Require all denied
DocumentRoot "/usr/share/apache2/default-site/htdocs"
Options Indexes FollowSymLinks
AllowOverride None
Require all granted
Require all denied
ErrorLog "/var/log/apache2/error_log"
LogLevel warn
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
CustomLog "/var/log/apache2/access_log" common
ScriptAlias /cgi-bin/ "/usr/lib/cgi-bin/"
TypesConfig /etc/apache2/mime.types
AddType application/x-compress .Z
AddOutputFilter INCLUDES .shtml
Include /etc/apache2/extra/proxy-html.conf