linux + apache2.2(prefork模式) + jk1.2.26 + tomcat6负载均衡配置优化
目前总结出来的一些优化配置: 配置适用环境 linux + apache2.2(prefork模式) + jk1.2.26 + tomcat6 (a)apache端需要配置的核心参数:apache/conf/httpd.conf
Xml代码
Timeout 10
KeepAlive On
MaxKeepAliveRequests 5
KeepAlive...
原创
2013-04-15 10:38:39 ·
152 阅读 ·
0 评论