本文介绍了如何在linux(centos)中配置集群apache web-server的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个2个Web服务器( serverA ServerB ),这两个主动 - 主动 Web服务器,并希望在这样的服务器中配置服务器如果用户在 serverA 中上传文件,它应该自动上传 serverB 中的文件,如果用户上传 serverB ,它也应该是自动上传到 serverA



任何有关如何达到上述目标的帮助都将受到高度赞赏。



我尝试了什么:



尝试过文件系统,让它共享并挂载到 serverB ,但不想创建共享文件系统。

I have a 2 web server(serverA and ServerB), both active-active web server and wanted to configure server in such a way that if user uploads a file in serverA, it should auto upload a file in serverB and if user uploads in serverB, it should also be auto uploaded in serverA.

Any help regarding how to achieve above would be highly appreciated.

What I have tried:

Have tried file-system making it share and mount to serverB, but don't want to make a shared file system.

推荐答案


这篇关于如何在linux(centos)中配置集群apache web-server的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-20 04:33