jboss负载均衡两模式配置详解

  发布时间:2025-11-04 04:13:09   作者:玩站小弟   我要评论
复制#Loadmod_jkmodule.Specifythefilename #ofthemod_jklibyouvedownloadedand #in 。
jboss负载均衡两模式配置详解
复制# Load mod_jk module. Specify the filename   # of the mod_jk lib youve downloaded and   # installed in the previous section   LoadModule jk_module modules/mod_jk-1.2.25-httpd-2.2.4.so   # Where to find workers.properties   JkWorkersFile conf/workers2.properties   # Where to put jk logs   JkLogFile logs/mod_jk.log   # Set the jk log level [debug/error/info]   JkLogLevel info   # Select the log format   JkLogStampFormat "[%a %b %d %H:%M:%S %Y] "   # JkOptions indicate to send SSL KEY SIZE,载均   JkOptions +ForwardKeySize +ForwardURICompat -ForwardDirectories   # JkRequestLogFormat set the request format   JkRequestLogFormat "%w %V %T"   JkMount /* loadbalancer  1.2.3.4.5.6.7.8.9.10.11.12.13.14.15.16.17.
  • Tag:

相关文章

最新评论