Using MongoDB + Redis + Apache on the same server in production?
Posted
by
Dayson
on Server Fault
See other posts from Server Fault
or by Dayson
Published on 2013-10-20T08:40:52Z
Indexed on
2013/10/20
9:56 UTC
Read the original article
Hit count: 254
I intend to launch my web app using a 8 GB VPS. It uses MongoDB + Redis for storage/caching and Apache + PHP-FPM for serving requests.
Could there be any issues with running Mongo + Redis + Apache on the same server?
Would it make more sense to setup 2 x 4 GB VPS servers and keep Mongo on one and Redis + Apache on another?
- Should I just start with one server and worry about scaling horizontally later by delegating the existing server to Mongo in the future (due to its large RAM) and moving the web servers on to multiple smaller VPS'?
© Server Fault or respective owner