我是靠谱客的博主 隐形楼房,这篇文章主要介绍linux下为nginx添加jvmroute模块的方法,现在分享给大家,希望可以做个参考。

复制代码 代码如下:

cd /opt
wget http://nginx.org/download/nginx-1.2.8.tar.gz
tar zxvf /opt/nginx-1.2.8.tar.gz
wget https://nginx-upstream-jvm-route.googlecode.com/files/nginx-upstream-jvm-route-0.1.tar.gz
tar zxvf /opt/nginx_upstream_jvm_route
cd /opt/nginx-1.2.8
patch -p0 < /opt/nginx_upstream_jvm_route/jvm_route.patch
./configure --with-http_stub_status_module --prefix=/usr/webserver/nginx --with-pcre=/opt/pcre-8.32 --add-module=/opt/nginx_upstream_jvm_route
make
make install

最后

以上就是隐形楼房最近收集整理的关于linux下为nginx添加jvmroute模块的方法的全部内容,更多相关linux下为nginx添加jvmroute模块内容请搜索靠谱客的其他文章。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(257)

评论列表共有 0 条评论

立即
投稿
返回
顶部