Created
August 12, 2015 22:10
-
-
Save guyjacks/0f284b4262236e3f1380 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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