> I found: > http://forum.nginx.org/read.php?2,200086,200139#msg-200139 > and: > http://lists.unbit.it/pipermail/uwsgi/2011-June/002130.html > > When I start uWSGI with: > socket = @uwsgi-test > > I have: > uwsgi socket 0 bound to UNIX address @uwsgi-test fd 3 > > but: > netstat -n | grep -i uwsgi
netstat -l here, as you need to get listening sockets > > and at exit: > goodbye to uWSGI. > unlink(): No such file or directory [core/uwsgi.c line 1208] this is a harmless bug, triggered by vacuum. (it tries to unlink a non-existent file) Fixed in latest tip. > > > Is this patch has been applied in Nginx? > As it is to work with @ or \0 ? > I could not connect uWSGI and Nginx using this type of Socket. > It has never been applied to official tree, and honestly i do not remember why (maybe because no-one agreed between \0 and @) but my patch should still apply. -- Roberto De Ioris http://unbit.it _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
