How to make a secure MongoDB server?
Posted
by
Earlz
on Server Fault
See other posts from Server Fault
or by Earlz
Published on 2011-02-20T05:07:37Z
Indexed on
2011/02/20
7:26 UTC
Read the original article
Hit count: 204
Hello, I'm wanting my website to use MongoDB as it's datastore. I've used MongoDB in my development environment with no worries, but I'm worried about security with a public server.
My server is a VPS running Arch Linux. The web application will also be running on it, so it only needs to accept connections from localhost. And no other users(by ssh or otherwise) will have direct access to my server.
What should I do to secure my instance of MongoDB?
© Server Fault or respective owner