I am coming into an environment where they are using NFS to access PHP scripts and static web content that is stored on a server that is on the same network as the front end Apache server. Only one front end Apache server is accessing these files over NFS so it isn't a situation where they are load balancing the front end Apache boxes.
We are in the process of virtualizing the Apache and NFS servers. We are in disagreement over if it makes sense to still be using NFS in this situation or just having all the web content stored locally on the same machine as the web server. What do you all think?
Thanks for any input.