Index: binary-improvements/MapRendering/Web/API/ExecuteConsoleCommand.cs
===================================================================
--- binary-improvements/MapRendering/Web/API/ExecuteConsoleCommand.cs	(revision 332)
+++ binary-improvements/MapRendering/Web/API/ExecuteConsoleCommand.cs	(revision 347)
@@ -26,5 +26,5 @@
 
 			if (command == null) {
-				resp.StatusCode = (int) HttpStatusCode.NotImplemented;
+				resp.StatusCode = (int) HttpStatusCode.NotFound;
 				Web.SetResponseTextContent (resp, "Unknown command");
 				return;
