Signal handler is ngx_signal_handler which in worker process does nothing
but log exit code and release possible holded mutexes, only master process
reap child by setting ngx_reap to 1 and spawn it in ngx_reap_children if
registed in ngx_processes(worker, loader, manager)
So no, you can't, but you
Hi, all:
nginx code version: 1.7.9 ( I have checked v1.9.0, no change about this)
The bufs used to invoke ngx_event_pipe_remove_shadow_links in
ngx_event_pipe_read_upstream come from p->preread_bufs or p->free_raw_bufs
or new allocated buf.
Both p->preread_bufs and new allocated buf have no sha
Thank you, Maxim, for your reply.
> It's not really a big deal though, as
> ssl_session_cache with builtin cache was available all the time,
> and there is no serious difference as it's not possible to use
> multiple worker processes on Windows.
Based on that statement I will not bother with th
Hello!
On Fri, May 15, 2015 at 12:30:11PM -0700, Igal @ Lucee.org wrote:
> hi,
>
> I know that in the past the directive:
>
> ssl_session_cache shared:SSL:1m;
>
> did not work on Windows.
>
> in nginx 1.9.0 I see "*) Feature: shared memory can now be used on
> Windows versions with addr