TTO has uploaded a new change for review. https://gerrit.wikimedia.org/r/78507
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(-) git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config refs/changes/07/78507/1 diff --git a/docroot/bits/404.html b/docroot/bits/404.html new file mode 100644 index 0000000..d853aae --- /dev/null +++ b/docroot/bits/404.html @@ -0,0 +1 @@ +/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 100644 index 0000000..7557fba --- /dev/null +++ b/docroot/bits/503.html @@ -0,0 +1 @@ +/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: newchange Gerrit-Change-Id: I1c6985f0faf131aa04f4552fd71689004f337924 Gerrit-PatchSet: 1 Gerrit-Project: operations/mediawiki-config Gerrit-Branch: master Gerrit-Owner: TTO <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
