Forum Moderators: bakedjake
What I was thinking was that I would setup an rsync job in my cron files, to sync updates for this file between servers, so I wouldn't have this problem. Does anybody know if this would work, and if so, how I could implement this?
You really need to find a better system. Either the two servers should share common storage, or you need a staging server of some kind. Having changes loaded to a random server in a load balancing set is just asking for trouble.