REST is not enabled. use -rest to turn on

edagarli發表於2014-03-26
REST is not enabled. use --rest to turn on.

使用瀏覽器訪問mongodb管理員介面:http://local:28017/_commands時頁面提示如下:


我啟動mongodb命令如下:

[root@localhost mongodb]# ./bin/mongod 

頁面提示是REST沒有開啟,根據提示修改了啟動Mongodb的命令,加上了--rest,如下:

[root@localhost mongodb]# ./bin/mongod --rest

啟動mongodb後再次訪問:http://ipaddress:28017/_commands 頁面就能正常訪問了。



我看了網上 的解決方法,那個還要加個配置檔案,貌似不行。

會出現配置檔案不可讀。。

反正加個--rest就可以了。

相關文章