I\'m running a 3 server MongoDB replica set. I recently upgraded from 2.4 to 2.6.
On 2.4 I was able to reach the HTTP Console on all three servers, regardless of whethe
Adding
httpinterface=true
in /etc/mongod.conf enables it on http://127.0.0.1:28017 I had to add
http://127.0.0.1:28017
rest=true
to enable REST interface so that commands in http console are working.