[ANN] ngx_openresty mainline version 1.4.3.1 released

2013-10-29 Thread Yichun Zhang (agentzh)
Hello folks! I am pleased to announce that the new mainline version of ngx_openresty, 1.4.3.1, is now released: http://openresty.org/#Download Special thanks go to all the contributors for making this happen! Below is the complete change log for this release, as compared to the last (mainli

Re: location problem with static content

2013-10-29 Thread Francis Daly
On Tue, Oct 29, 2013 at 07:34:15PM +0100, Philipp Kraus wrote: Hi there, > location /gitlab { > root /home/gitlab/gitlab/public; > try_files $uri $uri/index.html $uri.html @gitlab; I suspect that the "$uri/index.html" there may cause you problems. You may be better off using

Ubuntu+Nginx packet loss / dropped upstream connections

2013-10-29 Thread sgammon
Hello Nginx experts, We make heavy use of Nginx as a reverse-proxy/load-balancer. It communicates with Apache and Tornado hosts upstream and proxies them publicly on port 80/443 - pretty standard. The problem is, when pinging the LB host, every 30 pings or so, a ping is completely dropped and the

location problem with static content

2013-10-29 Thread Philipp Kraus
Hello, I have created for my GitLab installation this entries in the configuration: location /gitlab { root /home/gitlab/gitlab/public; try_files $uri $uri/index.html $uri.html @gitlab; } location @gitlab { proxy_read_timeout 300; proxy_connect_ti

Re: alternative ssl

2013-10-29 Thread Fleshgrinder
Was there ever any progress on this topic? Personally I think it would be very interesting to see nginx supporting CyaSSL with the NTRU algorithm for high performance websites. To be honest, I'd love to run some benchmarks on my own on this. Posted at Nginx Forum: http://forum.nginx.org/read.php?

Re: minor misleading configure error-msg around PCRE

2013-10-29 Thread Maxim Dounin
Hello! On Tue, Oct 29, 2013 at 11:27:48AM +0100, e1c1bac6253dc54a1e89ddc046585...@posteo.net wrote: > Hi, > > ./configure: error: the HTTP rewrite module requires the PCRE library. > You can either disable the module by using > --without-http_rewrite_module > option, or install the PCRE library

Re: Webdav & chunk encoding : error code 500

2013-10-29 Thread Maxim Dounin
Hello! On Tue, Oct 29, 2013 at 10:23:37AM +0100, smain...@free.fr wrote: > Hello, > > We're trying to use an appliance with the Nginx Webdav server. > It is a streaming encoding plateform which is trying to send chunks. > > But for each chunks, we got a 500 error. > > We noticed the following

minor misleading configure error-msg around PCRE

2013-10-29 Thread e1c1bac6253dc54a1e89ddc046585792
Hi, ./configure: error: the HTTP rewrite module requires the PCRE library. You can either disable the module by using --without-http_rewrite_module option, or install the PCRE library into the system, or build the PCRE library statically from the source with nginx by using --with-pcre= option.

Re: Webdav & chunk encoding : error code 500

2013-10-29 Thread Steve Holdoway
mkdir -p /data/ram/864/.tmp ?? smain...@free.fr wrote: >Hello, > >We're trying to use an appliance with the Nginx Webdav server. >It is a streaming encoding plateform which is trying to send chunks. > >But for each chunks, we got a 500 error. > >We noticed the following error logs : >2013/10/25

Webdav & chunk encoding : error code 500

2013-10-29 Thread smainklh
Hello, We're trying to use an appliance with the Nginx Webdav server. It is a streaming encoding plateform which is trying to send chunks. But for each chunks, we got a 500 error. We noticed the following error logs : 2013/10/25 16:24:17 [error] 35861#0: *50524 no user/password was provided for