# HG changeset patch # User Sebastien Jodogne # Date 1351253732 -7200 # Node ID 00604c758004f0ec577f753067dbe07cb0988da5 # Parent a63fb54819d7a40864878e41c92d8a23f4bd2a6f default http port diff -r a63fb54819d7 -r 00604c758004 OrthancServer/main.cpp --- a/OrthancServer/main.cpp Fri Oct 26 14:05:29 2012 +0200 +++ b/OrthancServer/main.cpp Fri Oct 26 14:15:32 2012 +0200 @@ -218,7 +218,7 @@ // HTTP server MongooseServer httpServer; - httpServer.SetPortNumber(GetGlobalIntegerParameter("HttpPort", 8000)); + httpServer.SetPortNumber(GetGlobalIntegerParameter("HttpPort", 8042)); httpServer.SetRemoteAccessAllowed(GetGlobalBoolParameter("RemoteAccessAllowed", false)); httpServer.SetAuthenticationEnabled(GetGlobalBoolParameter("AuthenticationEnabled", false));