Hi All Is there any way to make apache sync the cache between different apache server? Thanks in advance.
Yes exactly the point is when chace expired only 1 server requeste for the new changes and this one sync the changes with the other apaches servers.
Never done this before to anyone before... so I am going on the branch guessing here.. It could be possible to rsync directories to keep them in sync. In theory this sounds like it would work but I'm sure it's harder then that. What is being cached? It might be more idealist to use memcached and sync everything to that. Facebook does a similar concept and helped make memchace what it is today by helping with code development since they use it.