Top "Uwsgi" questions

uWSGI is a fast, self-healing and developer/sysadmin-friendly application container server coded in pure C.

uwsgi python3 plugin doesn't work

i compiled uwsgi with make and it's successfully done,and now i decide to run my django1.5 site with python3.3 . …

plugins python-3.x compilation uwsgi python-3.3
uWSGI works as process but not as daemon

For my current flask deployment, I had to set up a uwsgi server. This is how I have created the …

flask ubuntu-12.04 uwsgi
uwsgi IOError: write error

I have a problem with my nginx+uwsgi configuration for my django app, I keep getting this errors in the …

nginx uwsgi
nginx uwsgi websockets 502 Bad Gateway upstream prematurely closed connection while reading response header from upstream

I've been banging my head on this issue for days now and have finally reached a brick wall. I've been …

django nginx websocket redis uwsgi
Fixing broken pipe error in uWSGI with Python

While hitting a REST resource (my_resource) in Python, the uWSGI server is throwing the following error in its log: …

python rest timeout wsgi uwsgi
uwsgi options --wsgi-file and --module not recognized

I am trying to run a Django app using uwsgi. Most instructions I have found refer to a "--wsgi-file" and "…

wsgi uwsgi django-wsgi
tornado vs wsgi(with gunicorn)

I read this about Tornado: On the other hand, if you already have a WSGI app and want to run …

python tornado wsgi uwsgi gunicorn
uwsgi upstart on amazon linux

I created a uwsgi file following this tutorial https://uwsgi.readthedocs.org/en/latest/Upstart.html on amazon linux. Though …

nginx amazon-ec2 flask uwsgi upstart
Django + uWSGI via NGINX on Ubuntu 11.10

I'm trying do deploy a django project. I tried a lot of tutorials, but had no luck. I use a …

django nginx ubuntu-11.10 uwsgi
uWSGI raises OSError: write error during large request

My application uses nginx, with uWSGI on the server side. When I do a large request (with a response time &…

python nginx uwsgi