nginx+php+tomcat
@shudu 你好,想跟你请教个问题:       我公司用nginx+php  配置一个站点域名,然后又连接tomcat  ,tomcat 作为域名下面一…
http expires疑问
nginx配置如下 location ~ .(gif|jpg|png|js|css)$ { if (-f $request_filename){ expires 1d break } } 在chrome的network里面确实看到有expire,但…
Nginx/Tengine下的内存优化,tcmalloc与jemalloc
1, googler开发的google-perftools优化Nginx和MySQL的内存管理 2, Tengine链接jemalloc库,运行时用jemalloc来分配和释放内存。 也就是tcmalloc与jema…
nginx反向代理的日志IP问题
目前两台服务器,一台是apache+nginx(tengine),nginx做负载均衡,另一台就apache。 本地apache日志记录的是用户ip,另一台服务器apache日志却是显示…
Tengine中proxy_cache部分链接无法生成缓存
@shudu 你好,想跟你请教个问题: 我前段时间升级了Tengine,使用proxy_cache对主域名进行代理,但是因为链接是index.php?app=weibo&act=blog 这类…
tengine怎么用?没搞明白...怎么觉得比Nginx还麻烦?
tengine怎么用?没搞明白...怎么觉得比Nginx还麻烦? linux , winodws都怎么用的? 想现在windows上试试,在挪到linux上... 谁有教程啊? …
Tengine安装过程中一些命令的问题
安装tengine后,打来localhost:80可以看到 Welcome to nginx! 看了一些安装tengine的文章,在启动tengine后还有一些命令 # chown nobody.nobody -R /…
关于nginx透明代理的问题?
@shudu 你好,想跟你请教个问题: 我这边有两台服务器:A---B,URL请求A时,A上的nginx做透明代理给B上的nginx,但是发现一个很奇怪的问题?like: 1…
使用ngx_http_concat_module 合并 css文件,合并后的文件没有 Expires 信息。
@shudu 你好,想跟你请教个问题:  Tengine/1.2.2 (nginx/1.0.11)     升级过最新版本,也是不行!求帮助! 使用ngx_http_concat…
nginx+php+tomcat
@shudu 你好,想跟你请教个问题:       我公司用nginx+php  配置一个站点域名,然后又连接tomcat  ,tomcat 作为域名下面一…
请问淘宝的 Tengine Web服务器使用什么许可证呢?
Tengine 说是基于 Nginx 1.0.10 版本,Nginx 基于 BSD 许可证协议。 请问 Tengine 使用何种开源许可证协议呢?…