Skip to content

Instantly share code, notes, and snippets.

@guyjacks
Created August 12, 2015 22:10
Show Gist options
  • Save guyjacks/0f284b4262236e3f1380 to your computer and use it in GitHub Desktop.
Save guyjacks/0f284b4262236e3f1380 to your computer and use it in GitHub Desktop.
how I installed uwsgi
python uwsgiconfig.py --build core
python uwsgiconfig.py --plugin plugins/http core
command
./uwsgi --http :5000 --uwsgi-file /home/guyja/wsgi/wsgi.py
gives me
./uwsgi: option '--http' is ambiguous; possibilities: '--http-socket' '--https-socket-modifier2' '--https-socket-modifier1' '--https-socket' '--http-socket-modifier2' '--http-socket-modifier1'
getopt_long() error
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment