jenkins-bot has submitted this change and it was merged. Change subject: Add missing HTTP error pages on bits.wm.o ......................................................................
Add missing HTTP error pages on bits.wm.o Currently, hitting a 404 on bits gives an error page containing that annoying message, "Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request." which, to me, says "you need to learn how to maintain a server!" We can do better than that. Change-Id: I1c6985f0faf131aa04f4552fd71689004f337924 --- A docroot/bits/404.html A docroot/bits/503.html 2 files changed, 2 insertions(+), 0 deletions(-) Approvals: Reedy: Looks good to me, approved jenkins-bot: Verified diff --git a/docroot/bits/404.html b/docroot/bits/404.html new file mode 120000 index 0000000..908dae1 --- /dev/null +++ b/docroot/bits/404.html @@ -0,0 +1 @@ +/usr/local/apache/common/404.html \ No newline at end of file diff --git a/docroot/bits/503.html b/docroot/bits/503.html new file mode 120000 index 0000000..ca2dae6 --- /dev/null +++ b/docroot/bits/503.html @@ -0,0 +1 @@ +/usr/local/apache/common/503.html \ No newline at end of file -- To view, visit https://gerrit.wikimedia.org/r/78507 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I1c6985f0faf131aa04f4552fd71689004f337924 Gerrit-PatchSet: 4 Gerrit-Project: operations/mediawiki-config Gerrit-Branch: master Gerrit-Owner: TTO <[email protected]> Gerrit-Reviewer: Reedy <[email protected]> Gerrit-Reviewer: TTO <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
