debian packages are modularized so my guess is that you need to load python plugin to get it working, tutorials assume uWSGI was compiled from source and in such case python plugin would be compiled in.
2014-11-05 11:49 GMT+00:00 Larry Martell <[email protected]>: > On Wed, Nov 5, 2014 at 1:06 AM, Roberto De Ioris <[email protected]> wrote: > > > >> Trying to get uWSGI going with nginx and django, following the > >> directions here: > >> https://uwsgi.readthedocs.org/en/latest/tutorials/Django_and_nginx.html > >> > >> I am running version 1.9.17.1-debian on Ubuntu using python3. > >> > >> > >> First test on that page: > >> > >> uwsgi --http :8000 --wsgi-file test.py > >> > >> uwsgi: option '--http' is ambiguous; possibilities: '--http-socket' > >> '--http-socket-modifier2' '--http-socket-modifier1' > >> > >> Tried --http-socket: > >> > >> uwsgi --http-socket :8000 --wsgi-file test.py > >> uwsgi: unrecognized option '--wsgi-file' > >> > >> > >> > > > > Start from here: > > > > http://uwsgi-docs.readthedocs.org/en/latest/WSGIquickstart.html > > > > and after heaving a clear view of how thing works (particularly > monolithic > > vs modular builds) you should be able to adapt the tutorial to your > setup. > > I think you missed the issue I raised in my message. The tutorial > (both the one I posted and the one you did) specify using the > '--http' and '--wsgi-file' command line options, and neither one of > those seem to exist. > _______________________________________________ > uWSGI mailing list > [email protected] > http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi > -- Łukasz Mierzwa
_______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
