Unrecognized option: httpinterface=true
try './mongod --help' for more information
新的版本可以用如下方式启动http服务
# ./mongod -f /data/mongodb/mongod.conf --httpinterface
about to fork child process, waiting until server is ready for connections.
forked process: 13741
child process started successfully, parent exiting
#
mongodb的http service端口为28017
# ss -lnt |grep 28017
LISTEN 0 128 *:28017 *:*
查看web页面
