-
Type: Improvement
-
Resolution: Done
-
Priority: Minor - P4
-
None
-
Affects Version/s: 2.6.0-rc1
-
Component/s: HTTP Console
-
None
The config file should support a "net.http.port" option: https://github.com/mongodb/mongo/blob/r2.6.0-rc1/src/mongo/db/server_options_helpers.cpp#L220
But currently it is not supported and does not do anything: https://github.com/mongodb/mongo/blob/r2.6.0-rc1/src/mongo/db/server_options_helpers.cpp#L407
In previous versions there has been no way to change this port, so this is not a regression. There should probably be a corresponding command line option.
- is duplicated by
-
SERVER-16543 Wrong error message for net.http.port
- Closed