Uwsgi startup error!

uwsgi configuration

[uwsgi]
module = carrier.wsgi:application
http = :8090
master = true
processes = 2
threads = 2000
max-requests = 5000
base = /home/thoftheocean/sites
chdir = /home/thoftheocean/sites/carrier/
home =  /root/.local/share/virtualenvs/carrier-g1QmeogN
wsgi-file = /home/thoftheocean/sites/carrier/carrier/wsgi.py
chmod-socket = 660
vacuum = true
python-autoreload=1
logto = /home/thoftheocean/sites/carrier/logs/uwsgi.log
~                                                        

run

uwsgi carrier.ini

error

[uWSGI] getting INI configuration from carrier.ini
Aborted
Apr.05,2021
  • Ubuntu test uwsgi error

    want to build a django server on ubuntu. Then run a test file after installing uwsgi, according to the online tutorials, and test.py, then reports an error. error content: dh@ubuntu:~$ uwsgi-- http: 8001-- wsgi-file test.py Starting uWSGI 2.0.17 (64...

    Mar.18,2021
Menu