Hi gilles,

the best site that I found on my own is the following one, which clearly
explain the WSGI Protocol and how it should be implement on python
without using any kind of framework ;-)

http://webpython.codepoint.net/wsgi_tutorial

Le 13/04/2013 20:33, Gilles a écrit :
> On Fri, 12 Apr 2013 17:06:01 +0100, Miguel Clara
> <[email protected]> wrote:
>> nginx -V shows the version and configure options, since uWSGI is "built-in"
>> you won't see it in the configure options... but you can still disable it
>> using: --without-http_uwsgi_module and that would show in the configure
>> options (Reference: http://wiki.nginx.org/Modules).
> Thanks Miguel for the confirmation.
>
> 1. Now that I have Nginx upgrated to the latest stable version, I need
> to find how to configure Nginx and uWSGI to run the traditional
> "Hello, world!" in Python.
>
> So far, all the pages Google returned involve frameworks, but I'd
> rather start with a basic setup so that I know how things work under
> the hood.
>
> Would someone know of a HOWTO for this?
>
> 2. I'm not very clear about the difference between the uwsgi protocol
> and the WSGI spec:
>
> "To use your WSGI application with uWSGI protocol you will need a
> uWSGI server first. uWSGI is both a protocol and an application
> server; the application server can serve uWSGI, FastCGI, and HTTP
> protocols.
>
> The most popular uWSGI server is uwsgi, which we will use for this
> guide. Make sure to have it installed to follow along."
> http://flask.pocoo.org/docs/deploying/uwsgi/
>
> Thank you.
>
> _______________________________________________
> uWSGI mailing list
> [email protected]
> http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Reply via email to