From: Silvio Rhatto Date: Sun, 8 Nov 2009 22:23:16 +0000 (-0200) Subject: Adding template for error page X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=3d80a9fc39137f235c0527d77acfa4c4e4706624;p=puppet-apache.git Adding template for error page --- diff --git a/templates/error.erb b/templates/error.erb new file mode 100644 index 0000000..5e2cf5f --- /dev/null +++ b/templates/error.erb @@ -0,0 +1,14 @@ +# 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