Re: [ANN] ngx_openresty mainline version 1.4.3.7 released

2013-12-14 Thread lhmwzy
configure过程中有几个warning如下: lib_jit.c: In function 'lj_cf_jit_profile_stop': lib_jit.c:594: warning: passing argument 2 of 'setlightudV' discards qualifiers from pointer target type lib_jit.c:596: warning: passing argument 2 of 'setlightudV' discards qualifiers from pointer target type lib_jit.c: In

Re: [ANN] ngx_openresty mainline version 1.4.3.7 released

2013-12-14 Thread Yichun Zhang (agentzh)
Hello! On Sat, Dec 14, 2013 at 4:42 PM, Yichun Zhang (agentzh) wrote: > I am happy to announce that the new mainline version of ngx_openresty, > 1.4.3.7, is now released: > http://openresty.org/#Download > I just kicked out the ngx_openresty 1.4.3.9 release, including an emergent fix for 1.4.

Re: SSL OCSP stapling won't enable

2013-12-14 Thread Steve Wilson
I'm using startssl for my certificates so had problems with the ssl_trusted_certificate too. just using resolver and ssl_stapling on got mine enabled. Using openssl on the console's helpful too: openssl s_client -connect www.ste

Re: Proxy Pass Redirect Problem

2013-12-14 Thread david
Nevermind. I found my error. I was doing kill -HUP and had a typo in my config. I didnt notice until I checked the config. Thank you its working as expected. Sorry for the noise. On 12/13/13 12:48 PM, Maxim Dounin wrote: Hello! On Fri, Dec 13, 2013 at 12:25:02PM -0500, david wrote: Not

Re: Proxy Pass Redirect Problem

2013-12-14 Thread david
Maxim! Thank you. I must of missed something because it does not seem to solve my issue. I removed the $uri param from the proxy_pass. I also tried adding proxy_redirect (But I think that belongs to the @wsgi block and not the @store block. But I am not exactly sure.) Because my understand

[ANN] ngx_openresty mainline version 1.4.3.7 released

2013-12-14 Thread Yichun Zhang (agentzh)
Hello folks! I am happy to announce that the new mainline version of ngx_openresty, 1.4.3.7, is now released: http://openresty.org/#Download Thanks all our contributors for making this happen! The highlights of this release are the new LuaJIT v2.1 engine and the lua-resty-core library. You

Re: new ngx_resolver changes breaks modules

2013-12-14 Thread Ruslan Ermilov
On Sat, Dec 14, 2013 at 01:11:45PM -0500, itpp2012 wrote: > While back porting ngx_resolver changes by Ruslan Ermilov I get these > errors: > > error C2039: 'type' : is not a member of 'ngx_resolver_ctx_s' > error C2440: '=' : cannot convert from 'ngx_addr_t' to 'ULONG' > > Has this been intentio

Re: SSL OCSP stapling won't enable

2013-12-14 Thread MacLemon
Only when I set `ssl_stapling_verify off;`I can get OCSP stapling to work on my setup. In my experience helps to (re)load the page a few times before testing with SSLLabs to give the server time to fetch the OCSP response. Best regards MacLemon On 14.12.2013, at 08:06, justin wrote: > Accordin

new ngx_resolver changes breaks modules

2013-12-14 Thread itpp2012
While back porting ngx_resolver changes by Ruslan Ermilov I get these errors: error C2039: 'type' : is not a member of 'ngx_resolver_ctx_s' error C2440: '=' : cannot convert from 'ngx_addr_t' to 'ULONG' Has this been intentional or did a glitch happened throughout the changes ? Posted at Nginx F