centos server shared files
Posted
by
Kyle Hudson
on Server Fault
See other posts from Server Fault
or by Kyle Hudson
Published on 2010-12-20T20:46:58Z
Indexed on
2011/01/17
4:54 UTC
Read the original article
Hit count: 191
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.
© Server Fault or respective owner