wynemo
8/18/2012 - 2:50 PM

supervisord.conf 8 18 backcup

supervisord.conf 8 18 backcup

[program:501fun]
command=/home/zdb/uwsgi-0.9.8.6/uwsgi
  --uid zdb
  -x /home/zdb/webpy_uwsgi.xml
  --vhost
user=zdb
autostart=true
autorestart=true
stdout_logfile=/sites/501fun/logs/501funlog.log
stderr_logfile=/sites/501fun/logs/501funerr.log
stopsignal=QUIT

[program:501fun_blog]
command=/home/zdb/uwsgi-0.9.8.6/uwsgi
  --uid zdb
  -x /home/zdb/webpy_blog_uwsgi.xml
  --vhost
user=zdb
autostart=true
autorestart=true
stdout_logfile=/sites/501fun/logs/501funbloglog.log
stderr_logfile=/sites/501fun/logs/501funblogerr.log
stopsignal=QUIT

[program:stunnel1]
command=/usr/local/bin/stunnel
  /etc/stunnel/stunnel.conf
user=root
autostart=true
autorestart=true
stdout_logfile=/tmp/stunnellog.log
stderr_logfile=/tmp/stunnelerr.log
stopsignal=QUIT