分类: WEB

4 篇文章

tomcat日志记录来自哪个nginx
nginx反向代理中加入proxy_set_header hit_ngx $hostname; tomcat访问日志加%{hit_ngx}i tomcat访问日志中就会记录nginx服务器的主机名
openresty安装
整理了一下最近学习openresty的笔记,打算放上来。 OpenResty  是一个基于 Nginx 与 Lua 的高性能 Web 平台,所以安装的时候同样依赖pcre包,openresty包可以到官方网站http://openresty.org/或官方github地址https://github.com/openresty/openresty下…
CAUCHO RESIN3.1.X编译安装脚本
这是个人总结和编辑的一个caucho resin3.1.x的编译安装shell脚本 RESIN_VER=3.1.15 wget -c --no-check-certificate --no-cookies --header "Cookie: oraclelicense=accept-securebackup-cookie" http://downl…