
apache
java_lilin
熟悉java、c、android
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
apache2.2 httpd.conf文件转发给tomcat配置实例
》在httpd.conf 文件末尾添加如下内容1.没有集群的环境下ProxyPass / balancer://cluster/ stickysession=JSESSIONID|jsessionid nofailover=Off lbmethod=byrequestsProxyPassReverse / balancer://cluster/2.在集群环境下ProxyPa原创 2013-09-02 10:01:53 · 1088 阅读 · 0 评论 -
tomcat+apache集群配置demo
## This is the main Apache HTTP server configuration file. It contains the# configuration directives that give the server its instructions.# See for detailed information.# In particular, see原创 2013-10-31 16:05:31 · 767 阅读 · 0 评论