tonyschwartz Wrote: ------------------------------------------------------- > This is definitely working better now. Thanks for letting me know > about the newer version. I didn't notice the newer version because > the order the versions were appearing was backwards, but that appear > to be corrected now.
Good :) yep I've managed to get a proper listing like explorer does. > Assertion failed: ngx_shared_sockets Any pool (shared memory and others) are named, with 2 instances you get 2 pools with the same name which is not allowed, you could hack the name in the .exe for the second instance, but why run 2 instances ? just merge the configs and if needed run more workers, up to 64 workers on 32 cores has been tested. Posted at Nginx Forum: http://forum.nginx.org/read.php?2,242426,248935#msg-248935 _______________________________________________ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx