> Hi all,
>
> This is my UWSGI config:
>
> [uwsgi]
> uid = $APPUSER
> gid = $APPGROUP
> socket = $SOCK
> processes = 4
> chdir = $APPDIR
> virtualenv = $APPVENV
> pythonpath = $APPVENV/bin/python
> module = run
> callable = app
> emperor-pidfile = $APPDIR/emperor.pid
> daemonize = /var/log/emperor.log
>
> When emperor runs it does create the emperor log file but it is running in
> the foreground and not in the background as a daemon.
>
> What might be causing this?
>
>

This is a pretty strange config, it looks like a normal instance (not an
Emperor one) with an option for setting the Emperor pidfile.

Maybe i am missing something ?

-- 
Roberto De Ioris
http://unbit.com
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Reply via email to