反向代理动态网络服务器加载
有没有办法从反向代理动态加载和卸载网络服务器?
例如,假设我有一个包含 100 台 apache 服务器的集群,并且我想修补这些服务器。我希望有一个设置,其中有一个更新的服务器池和一个“正在更新”的服务器池。我希望反向代理知道正在修补的内容,而不是从这些网络服务器读取内容。
我不想仅使用配置文件来配置反向代理。
Is there any way to dynamically load and unload webservers from a reverse proxy?
For example let's say I have a cluster of 100 apache servers and I want to patch the servers. I would like the have a setup where I have a pool of updated servers and a pool of "being updated" servers. I would like the reverse proxy be aware of what is being patched and not read from these webservers.
I don't want to use just a config file to configure the reverse proxy.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 varnish 的后端轮询。您将简单的检查脚本放在后端的每个服务器上,并让 varnish 对其进行轮询。每次民意调查都意味着询问一些“主服务器”“从服务器”是否有正确的版本、足够的磁盘空间等......
You can use varnish's backend polling. You put simple check script on each server in backend and let varnish to poll it. Each poll will mean asking some "master server" if "slave" has got right version, enough disk space etc...