源码网商城,靠谱的源码在线交易网站 我的订单 购物车 帮助

源码网商城

linux下为nginx添加jvmroute模块的方法

  • 时间:2022-06-24 11:41 编辑: 来源: 阅读:
  • 扫一扫,手机访问
摘要:linux下为nginx添加jvmroute模块的方法
[u]复制代码[/u] 代码如下:
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
  • 全部评论(0)
联系客服
客服电话:
400-000-3129
微信版

扫一扫进微信版
返回顶部