# This is a comment # Listen to port 80 Listen 80 # /var/www is the document root DocumentRoot /var/www # Default MIME MIMEType all application/octet-stream # Use mime.types from Apache HTTPd MIMEFile /etc/mime.types # Show this file if it is in the directory DirectoryIndex index.html BeginDirectory /var/www Allow all EndDirectory