Python in Nginx // windows 2008

Gelonida N gelonida at gmail.com
Wed Aug 8 21:04:43 UTC 2012


On 08/08/2012 02:22 AM, borgita wrote:
> I need to run python in Nginx. What do I need to install and configure?
> I have windows 2008.
>
> Posted at Nginx Forum: http://forum.nginx.org/read.php?2,229419,229419#msg-229419
>

Python can be run in multiple ways on an nginx server.

Do you want pythan code as a CGI script, then just look on how to run 
CGO on nginx

or do you wnat to run it via fast-cgi then you could look at flup
http://wiki.nginx.org/PythonFlup




or do you ant python WSGI code, then you could for example at uwsgi

http://projects.unbit.it/uwsgi/
or at gunicorn http://gunicorn.org/


See also:
http://stackoverflow.com/questions/6078225/recommended-nginx-wsgi-configurations





More information about the nginx mailing list