> We use a common NFS share on a RAID array. In our particular setup, users
> connect to a "staging" server and make changes to the content on the RAID. As
> soon as they do this, the real-servers are immediately serving the changed
> content. The staging server will accept FTP uploads from authenticated users,
> but none of the real-servers will accept any FTP uploads. No content is kept
> locally on the real-servers so they never need be synced, except for config
> changes like adding a new vhost to Apache.
If you put the conf directory on the NFS mount along with htdocs then
you only need to edit one file, then ssh to each server and "apachectl
graceful"
|