Oh, thank you! Now works perfect!

19.03.2011 12:59, Roberto De Ioris пишет:
>> example.com.ini:
>> [uwsgi]
>> uid =  www-data
>> gid = www-data
>> master
>> master-as-root
>> no-orphans
>> chmod = 666
>> home = /var/www/%n
>> pythonpath = /var/www/%n
>> chdir = /var/www/%n/wallp
>> daemonize = /var/log/uwsgi/%n.log
>
> Do not daemonize, otherwise the emperor will lose "parentship"
> with vassals.
>
> I will fix the code to forbid daemonizing in vassals.
>
> Change
>
> daemonize = /var/log/uwsgi/%n.log
>
> to
>
> logto = /var/log/uwsgi/%n.log
>
>
>
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Reply via email to