From b444fb9b08c7050c4e4217840ae4b7c3422d2c93 Mon Sep 17 00:00:00 2001 From: Vengance Date: Sat, 4 Mar 2017 14:34:36 +0100 Subject: [PATCH] Update apache2.conf --- install/debian/7/apache2/apache2.conf | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/install/debian/7/apache2/apache2.conf b/install/debian/7/apache2/apache2.conf index 140acee09..915ea1ea1 100644 --- a/install/debian/7/apache2/apache2.conf +++ b/install/debian/7/apache2/apache2.conf @@ -85,3 +85,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