supervisor error: ERROR (spawn error)
1. Problem description When using supervisorctl to start the website, it prompts an error: ERROR (spawn error), as shown in the following figure: 2. Problem Analysis 1. View the supervisor configuration file For example: /etc/supervisor/conf.d/supervisor-mysite.conf [program:mysite] command =/usr/local/bin/gunicorn — bind unix:/tmp/www.sweeneys.cn.socket mysite.wsgi:application directory=/home/Sweeneys/www/mysite user=Sweeneys autostart= true autorestart= true stopasgroup= true killasgroup= true redirect_stderr= true stdout_logfile_maxbytes=200MB […]
supervisor error: ERROR (spawn error) Read More »