Questions
It looks like you are trying to access MongoDB over HTTP on the native driver port.
Answer
MongoDB的HTTP服务没有开启,需要开启。
Reference
[1].cannot access mongodb through browser it looks like you are trying to access
[2].安装MongoDB遇到问题
[3].Mongodb开启与关闭
后记
发现很多人还是不知道怎么解决。在这里贴一下stackoverflow
上的解决方案。
其实,解决方案就是mongodb --httpinterface
进行启动.