From 9773a9f3596866f66ee181e1b9307d9c158c3a97 Mon Sep 17 00:00:00 2001 From: Vengance Date: Sat, 4 Mar 2017 14:35:49 +0100 Subject: [PATCH] Update apache2.conf --- install/ubuntu/12.04/apache2/apache2.conf | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/install/ubuntu/12.04/apache2/apache2.conf b/install/ubuntu/12.04/apache2/apache2.conf index 22178011..2756132a 100644 --- a/install/ubuntu/12.04/apache2/apache2.conf +++ b/install/ubuntu/12.04/apache2/apache2.conf @@ -84,3 +84,11 @@ Include conf.d/ # Include the virtual host configurations: #Include sites-enabled/ + +ErrorDocument 403 /error/403.html +ErrorDocument 404 /error/404.html +ErrorDocument 500 /error/50x.html +ErrorDocument 501 /error/50x.html +ErrorDocument 502 /error/50x.html +ErrorDocument 503 /error/50x.html +ErrorDocument 506 /error/50x.html