# vhost to handle inexistent vhosts ServerName error.<%= hosting_domain %> ServerAlias *.<%= hosting_domain %> DocumentRoot <%= scope.lookupvar('apache::error_folder') %> ErrorDocument 404 <%= scope.lookupvar('apache::error_dest') %> > DirectoryIndex index.html Options Indexes -Includes FollowSymLinks -MultiViews AllowOverride None # end of vhost to handle inexistent vhosts