From 942c600749517543ca16c538d146040dea0bee79 Mon Sep 17 00:00:00 2001 From: Vengance Date: Sat, 4 Mar 2017 14:30:49 +0100 Subject: [PATCH 01/12] Add Apache error documents --- install/debian/8/apache2/apache2.conf | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/install/debian/8/apache2/apache2.conf b/install/debian/8/apache2/apache2.conf index 22178011..2756132a 100644 --- a/install/debian/8/apache2/apache2.conf +++ b/install/debian/8/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 From b444fb9b08c7050c4e4217840ae4b7c3422d2c93 Mon Sep 17 00:00:00 2001 From: Vengance Date: Sat, 4 Mar 2017 14:34:36 +0100 Subject: [PATCH 02/12] 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 140acee0..915ea1ea 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 From 9773a9f3596866f66ee181e1b9307d9c158c3a97 Mon Sep 17 00:00:00 2001 From: Vengance Date: Sat, 4 Mar 2017 14:35:49 +0100 Subject: [PATCH 03/12] 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 From 4cd6d7c9a12726af2464f8c3c51955a6daff640f Mon Sep 17 00:00:00 2001 From: Vengance Date: Sat, 4 Mar 2017 14:36:26 +0100 Subject: [PATCH 04/12] Update apache2.conf --- install/ubuntu/12.10/apache2/apache2.conf | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/install/ubuntu/12.10/apache2/apache2.conf b/install/ubuntu/12.10/apache2/apache2.conf index 22178011..2756132a 100644 --- a/install/ubuntu/12.10/apache2/apache2.conf +++ b/install/ubuntu/12.10/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 From f92c037a5a7f91f04e2e128f73d0128aaef61971 Mon Sep 17 00:00:00 2001 From: Vengance Date: Sat, 4 Mar 2017 14:36:43 +0100 Subject: [PATCH 05/12] Update apache2.conf --- install/ubuntu/13.04/apache2/apache2.conf | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/install/ubuntu/13.04/apache2/apache2.conf b/install/ubuntu/13.04/apache2/apache2.conf index 22178011..2756132a 100644 --- a/install/ubuntu/13.04/apache2/apache2.conf +++ b/install/ubuntu/13.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 From edd0527c5634aba82942a38b78f6d0df134b5dea Mon Sep 17 00:00:00 2001 From: Vengance Date: Sat, 4 Mar 2017 14:37:00 +0100 Subject: [PATCH 06/12] Update apache2.conf --- install/ubuntu/13.10/apache2/apache2.conf | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/install/ubuntu/13.10/apache2/apache2.conf b/install/ubuntu/13.10/apache2/apache2.conf index 22178011..2756132a 100644 --- a/install/ubuntu/13.10/apache2/apache2.conf +++ b/install/ubuntu/13.10/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 From 92c64a99927b5c9bbd4f4b685e6060cff217f8a0 Mon Sep 17 00:00:00 2001 From: Vengance Date: Sat, 4 Mar 2017 14:37:15 +0100 Subject: [PATCH 07/12] Update apache2.conf --- install/ubuntu/14.04/apache2/apache2.conf | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/install/ubuntu/14.04/apache2/apache2.conf b/install/ubuntu/14.04/apache2/apache2.conf index 22178011..2756132a 100644 --- a/install/ubuntu/14.04/apache2/apache2.conf +++ b/install/ubuntu/14.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 From 32baf3a87b2b1fc0a5665f7a37163f32be4d1f26 Mon Sep 17 00:00:00 2001 From: Vengance Date: Sat, 4 Mar 2017 14:37:32 +0100 Subject: [PATCH 08/12] Update apache2.conf --- install/ubuntu/14.10/apache2/apache2.conf | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/install/ubuntu/14.10/apache2/apache2.conf b/install/ubuntu/14.10/apache2/apache2.conf index 22178011..2756132a 100644 --- a/install/ubuntu/14.10/apache2/apache2.conf +++ b/install/ubuntu/14.10/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 From 18307e829a3e25a97213e0472c7bff57d12bdbb0 Mon Sep 17 00:00:00 2001 From: Vengance Date: Sat, 4 Mar 2017 14:37:48 +0100 Subject: [PATCH 09/12] Update apache2.conf --- install/ubuntu/15.04/apache2/apache2.conf | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/install/ubuntu/15.04/apache2/apache2.conf b/install/ubuntu/15.04/apache2/apache2.conf index 22178011..2756132a 100644 --- a/install/ubuntu/15.04/apache2/apache2.conf +++ b/install/ubuntu/15.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 From f853e5a1be0ecb23052519fae2e26466fe2eaaee Mon Sep 17 00:00:00 2001 From: Vengance Date: Sat, 4 Mar 2017 14:38:04 +0100 Subject: [PATCH 10/12] Update apache2.conf --- install/ubuntu/15.10/apache2/apache2.conf | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/install/ubuntu/15.10/apache2/apache2.conf b/install/ubuntu/15.10/apache2/apache2.conf index 22178011..2756132a 100644 --- a/install/ubuntu/15.10/apache2/apache2.conf +++ b/install/ubuntu/15.10/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 From 2f438842fd2aab02ea0f0f5fd31911f7050f9258 Mon Sep 17 00:00:00 2001 From: Vengance Date: Sat, 4 Mar 2017 14:38:19 +0100 Subject: [PATCH 11/12] Update apache2.conf --- install/ubuntu/16.04/apache2/apache2.conf | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/install/ubuntu/16.04/apache2/apache2.conf b/install/ubuntu/16.04/apache2/apache2.conf index 22178011..2756132a 100644 --- a/install/ubuntu/16.04/apache2/apache2.conf +++ b/install/ubuntu/16.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 From d84a547855c6a2ec746fb7dba5203180fc63a452 Mon Sep 17 00:00:00 2001 From: Vengance Date: Sat, 4 Mar 2017 14:38:33 +0100 Subject: [PATCH 12/12] Update apache2.conf --- install/ubuntu/16.10/apache2/apache2.conf | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/install/ubuntu/16.10/apache2/apache2.conf b/install/ubuntu/16.10/apache2/apache2.conf index 22178011..2756132a 100644 --- a/install/ubuntu/16.10/apache2/apache2.conf +++ b/install/ubuntu/16.10/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