Re: nginx, solaris, eventport

2013-07-31 Thread drook
Hi. I finally managed to catch this situation. I have a log from nginx running the following config: worker_processes 8; worker_rlimit_nofile 16384; error_log /var/log/nginx/error.log debug; pid /var/run/nginx.pid; events { worker_connections 1024; use eventport;

答复: nginx-1.5.3

2013-07-31 Thread 卫越
Thanks for your reply. -邮件原件- 发件人: nginx-boun...@nginx.org [mailto:nginx-boun...@nginx.org] 代表 Yichun Zhang (agentzh) 发送时间: 2013年7月31日 13:00 收件人: nginx@nginx.org 主题: Re: nginx-1.5.3 Hello! On Tue, Jul 30, 2013 at 7:49 PM, 卫越 wrote: >>*) Change: now after receiving an incomplete res

Re: external authentication using a custom script

2013-07-31 Thread icecola321
Find a suitable for your stuff will have a sense of accomplishment that can come efox look, there may be something you want Posted at Nginx Forum: http://forum.nginx.org/read.php?2,227538,241428#msg-241428 ___ nginx mailing list nginx@nginx.org http://

Re: cannot build variables_hash

2013-07-31 Thread Yichun Zhang (agentzh)
Hello! On Wed, Jul 31, 2013 at 7:03 AM, Maxim Dounin wrote: > > How many variables are in total in the configuration in question? I've just checked. There are only 124 variables. > > I suspect the real problem is hash collisions. Yeah, it seems like that :) > Especially this used > to hit peo

Error 404 when the URL contains special characters (braces, hyphens etc.)

2013-07-31 Thread automatix
In my (Zend Framework 2) application I have a catalog of cities with links to sports pages: page "Cities" (/catalog) Madrid link: website.tld/catalog/Madrid Berlin link: website.tld/catalog/Berlin London link: website.tld/catalog/London page "Sports in London" (/catalog/London) Fo

Re: cannot build variables_hash

2013-07-31 Thread Maxim Dounin
Hello! On Tue, Jul 30, 2013 at 11:49:35AM -0700, Yichun Zhang (agentzh) wrote: > Hello! > > On Mon, Jul 29, 2013 at 2:44 PM, John Watson wrote: > > It seems the issue is v0.21 of http://wiki.nginx.org/NginxHttpSRCacheModule > > that causes this issue. I'll file a bug with agentzh on his Github r

[ANNOUNCE] Tengine-1.5.0 is released

2013-07-31 Thread Weibin Yao
Hi folks, We are excited to announce that Tengine-1.5.0 (stable version) has been released! You can either checkout the source code from github: https://github.com/alibaba/tengine or download the tar ball directly: http://tengine.taobao.org/download/tengine-1.5.0.tar.gz This is the latest stable

Re: Custom forced 503 page does not work

2013-07-31 Thread Maxim Dounin
Hello! On Wed, Jul 31, 2013 at 02:51:43AM -0400, skchopperguy wrote: > Hi, > > Nginx reads from top to bottom, just like you. In your example, you are > returning 503 (an action) before instructing to use your custom error page. > Just need to put your instructions first, then your actions...li

Re: File upload issue with Nginx (Reverse proxy+SSL negotiation) and Tomcat

2013-07-31 Thread Maxim Dounin
Hello! On Tue, Jul 30, 2013 at 05:21:09PM -0700, Kiran Pillarisetty wrote: > Configuration: > > == > - Nginx as reverse proxy + SSL negotiation > - Apache Tomcat. > > - nginx version: nginx/1.5.2 > built by gcc 4.1.2 20080704 (Red Hat 4.1.2-54) > TLS SNI support disabled > configure arg