Re: [uWSGI] [ANNOUNCE] uWSGI 2.0.11.2

2015-10-07 Thread Mel Boyce
On Wed, Oct 7, 2015, at 18:03, Roberto De Ioris wrote:
> Hi Everyone,
> 
> uWSGI 2.0.11.2 has been released.
> 
> It fixes a bunch of minor bugs and includes support for OSX 10.11
> 
> Thanks to all the contributors
> 
> http://uwsgi-docs.readthedocs.org/en/latest/Changelog-2.0.11.2.html
> 
> --
> Roberto De Ioris
> http://unbit.com
> ___
> uWSGI mailing list
> uWSGI@lists.unbit.it
> http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Does this release include support for top-level paths in the HTTP
subscription router?
___
uWSGI mailing list
uWSGI@lists.unbit.it
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi


Re: [uWSGI] [ANNOUNCE] uWSGI 2.0.11.2

2015-10-07 Thread Roberto De Ioris

> On Wed, Oct 7, 2015, at 18:03, Roberto De Ioris wrote:
>> Hi Everyone,
>>
>> uWSGI 2.0.11.2 has been released.
>>
>> It fixes a bunch of minor bugs and includes support for OSX 10.11
>>
>> Thanks to all the contributors
>>
>> http://uwsgi-docs.readthedocs.org/en/latest/Changelog-2.0.11.2.html
>>
>> --
>> Roberto De Ioris
>> http://unbit.com
>> ___
>> uWSGI mailing list
>> uWSGI@lists.unbit.it
>> http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
>
> Does this release include support for top-level paths in the HTTP
> subscription router?
>


If you mean subscriptions mountpoints, it is a 2.1 thing that is pretty
hard to backport to 2.0

Unfortunately 2.1 is still not ready for prime time (lot of tests are
missing)

-- 
Roberto De Ioris
http://unbit.com
___
uWSGI mailing list
uWSGI@lists.unbit.it
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi


[uWSGI] help with documentation

2015-10-07 Thread Riccardo Magliocchetti

Hello,

i've started labeling issues on github that i think are documentation issues:

https://github.com/unbit/uwsgi/issues?q=is%3Aopen+is%3Aissue+label%3Adocumentation

They are quite a few and most of them take just a few minutes to fix.

I've labeled everything that can help to avoid having support request filed as 
github issues :)


And of course there are the one filed in the uwsgi-docs github project:
https://github.com/unbit/uwsgi-docs/issues

Anyone want to tackle some of these?

thanks

--
Riccardo Magliocchetti
@rmistaken

http://menodizero.it
___
uWSGI mailing list
uWSGI@lists.unbit.it
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi


[uWSGI] Got 'No such file or directory' errors in nginx log

2015-10-07 Thread David Xie
Hi guys,

I’v got this error for days and tried so many times but couldn’t fix it. I’ll 
be very appreciative if anyone can give me any clue, thanks!

The error message is:

2015/10/07 14:30:01 [crit] 19638#0: *13 connect() to 
unix:///tmp/daimaduan-preview.sock failed (2: No such file or directory) while 
connecting to upstream, client: 127.0.0.1, server: , request: "GET / HTTP/1.1", 
upstream: "uwsgi://unix:///tmp/daimaduan-preview.sock:", host: “127.0.0.1”
/etc/uwsgi.d/daimaduan.ini:

[uwsgi]
plugin = python
chdir = /var/www/daimaduan/preview/current
master = true
; threads = 20
; processes = 4
socket = /tmp/daimaduan-preview.sock
; harakiri = 20
; limit-as = 128
; max-requests = 5000
chmod-socket = 666
; uid = vagrant
; gid = vagrant
logto = /var/log/daimaduan/preview/uwsgi.log
virtualenv = /var/www/daimaduan/preview/venv
; wsgi-file = /var/www/daimaduan/preview/current/deploy.wsgi
module = deploy
vacuum = true
/etc/nginx/conf.d/daimaduan.conf:

server {
listen 80;
access_log /var/log/daimaduan/preview/access.log;
error_log /var/log/daimaduan/preview/error.log;
root /var/www/daimaduan/preview/current;

location / {
root /var/www/daimaduan/preview/current;
uwsgi_pass unix:///tmp/daimaduan-preview.sock;
include uwsgi_params;
}
}
I am pretty sure /tmp/daimaduan-preview.sock exists, and I don’t know why it 
gave me that error. Also, is uwsgi://unix:///tmp/daimaduan-preview.sock a 
correct URI?

—
David___
uWSGI mailing list
uWSGI@lists.unbit.it
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi


[uWSGI] [ANNOUNCE] uWSGI 2.0.11.2

2015-10-07 Thread Roberto De Ioris
Hi Everyone,

uWSGI 2.0.11.2 has been released.

It fixes a bunch of minor bugs and includes support for OSX 10.11

Thanks to all the contributors

http://uwsgi-docs.readthedocs.org/en/latest/Changelog-2.0.11.2.html

--
Roberto De Ioris
http://unbit.com
___
uWSGI mailing list
uWSGI@lists.unbit.it
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi