# vhost to handle inexistent vhosts ServerName error.<%= domain %> ServerAlias *.<%= domain %> DocumentRoot <%= apache_error_folder %> ErrorDocument 404 <%= apache_error_dest %> > DirectoryIndex index.html Options Indexes -Includes FollowSymLinks -MultiViews AllowOverride None # end of vhost to handle inexistent vhosts