From 3d80a9fc39137f235c0527d77acfa4c4e4706624 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 8 Nov 2009 20:23:16 -0200 Subject: Adding template for error page --- templates/error.erb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 templates/error.erb (limited to 'templates') 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 -- cgit v1.2.3