我遇到了随机发生的错误,例如:
MODCLUSTER000042: Error MEM sending ENABLE-APP command to some.apache.s1
MODCLUSTER000042: Error MEM sending ENABLE-APP command to some.apache.s2
wildfly 和 apache 主机之间的网络连接工作正常。
我遇到了随机发生的错误,例如:
MODCLUSTER000042: Error MEM sending ENABLE-APP command to some.apache.s1
MODCLUSTER000042: Error MEM sending ENABLE-APP command to some.apache.s2
wildfly 和 apache 主机之间的网络连接工作正常。
这是由于超过mod_cluster
apache 端的限制引起的。默认设置为:
Maxcontext 100
Maxnode 20
Maxhost 20
硬编码在https://github.com/modcluster/mod_proxy_cluster/blob/master/native/mod_manager/mod_manager.c中
的Maxcontext
最大值来自: Maxcontext
, Maxnode
,Maxhost
实际使用。如果限制太低,wildfly 服务器将“争夺”可用上下文,并不断覆盖/更改哪些服务在以下位置实际可见:some.apache.s1/mod_cluster-manager/