nginx1.4+tocat7 负载均衡(在一台机器上按两个tomcat)
实践环境: 系统版本:CentOS6.4 X86_64 Nginx版本:Nginx-1.4.5 Tomcat版本:Tomcat-7.0 虚拟机10.10.54.61 ############################ 源码编译nginx1.4.5 1.下载 [root @gyf soft]#wget http://nginx.org/download/nginx-1.4.5.tar.gz [root @gyf soft]# tar xvf nginx-1.4.5.tar.gz 2.编译 yum install openssl-devel.X86_64 make pcre [root @gyf nginx-1.4.5]# ./configure --prefix=/usr/local/nginx --user=apache --group=apache --with-http_stub_status_module --with-http_gzip_static_module --with-http_ssl_module /// --with-http_stub_status_module enable ngx_http_stub_status_module ---支持监控 --with-http_gzip_static_module enable ngx_http_gzip