Reverse proxy and load balancing in Apache 2.4

The content of the article is from the official document: http://httpd.apache.org/docs/2.4/howto/reverse_proxy.html Like nginx, Apache httpd provides reverse proxy and load balance. The following modules need to be enabled in the Apache httpd configuration: LoadModule proxy_module modules/mod_proxy.so LoadModule proxy_balancer_module modules/mo ...

Added by vund0 on Sat, 13 Jun 2020 11:05:30 +0300

Can Ribbon really be replaced by spring-cloud-loadbalancer?

background Morning brush circle see Spring Cloud Hoxton.M2 Released The news was posted to my knowledge planet and a friend would come to ask the following questions.Take half a day to learn the source code of spring-cloud-loadbalancer and summarize this article Spring Cloud Hoxton.M2 is the first version to incorporate a new loadbalancer impl ...

Added by starnol on Wed, 21 Aug 2019 05:35:18 +0300

dubbo Source Reading Cluster (Fault Handling Strategy)

Overview of dubbo cluster The entry point of dubbo cluster function is in ReferenceConfig.createProxy method and Protocol.refer method. In the ReferenceConfig.createProxy method, if a user specifies multiple provider URLs or registry url s, multiple Invokers are created, then the Invokers are encapsulated in Static Directory, and then the stati ...

Added by tjhilder on Tue, 14 May 2019 22:13:18 +0300