Re: Is there a wait to get at a module's main conf inside the loc conf's init?

2017-08-16 Thread ptcell
Maxim Dounin Wrote: --- > > Try ngx_http_conf_get_module_main_conf(). > > (Doing so in the create_loc_conf callback is probably pointless > though, as main conf contents can be changed later.) > > -- > Maxim Dounin > http://nginx.org/ >

Re: Nginx1.13.4 static on Debian 9 (Stretch)

2017-08-16 Thread Maxim Dounin
Hello! On Wed, Aug 16, 2017 at 03:38:28PM +0300, Claudiu Rad wrote: [...] > > I only get the following warnings for now: > > > > objs/ngx_modules.o \ > > -static -lpcre -lpthread -ldl -lcrypt -lpcre -lz > > objs/src/core/nginx.o: In function `ngx_load_module': > > /tmp/nginx-static/nginx-1.13.4/

Re: Nginx1.13.4 static on Debian 9 (Stretch)

2017-08-16 Thread Claudiu Rad
On 8/14/2017 8:59 PM, Claudiu Rad wrote: On 8/14/2017 4:44 PM, Maxim Dounin wrote: Hello! On Mon, Aug 14, 2017 at 04:15:00PM +0300, Claudiu Rad wrote: Hello, I'm trying a static build of nginx. Sorry if this may have been answered before but I couldn't find anything closer than https:/