centos server shared files
- by Kyle Hudson
Hi,
I am wanting to implement a multi-server specialised hosting environment.
I currently have a cloud solution comprising of 3 centos boxes (2 lamp web servers, 1 mysql).
What I am wanting to do is, implement a 5 server solution where they is 3 web servers, 1 mysql box and a fileshare.
Basically I want the fileshare to host all the web files for the servers, the caching will remain on the individual servers and the sessions will be stored in mysql. So what I am asking is how do I map the servers to share the same "docroot"? Is it NFS? if so whats the best way about doing this?
Thanks in advance.