Top "Uwsgi" questions

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

Nginx connection reset, response from uWsgi lost

I have a django app hosted via Nginx and uWsgi. In a certain very simple request, I get different behaviour …

django nginx uwsgi
uWSGI, Flask, sqlalchemy, and postgres: SSL error: decryption failed or bad record mac

I'm trying to setup an application webserver using uWSGI + Nginx, which runs a Flask application using SQLAlchemy to communicate to …

postgresql nginx sqlalchemy flask uwsgi
Invalid transaction persisting across requests

Summary One of our threads in production hit an error and is now producing InvalidRequestError: This session is in 'prepared' …

python flask sqlalchemy uwsgi flask-sqlalchemy
How to find out why uWSGI kill workers?

i have app on Pyramid. I run it in uWSGI with these config: [uwsgi] socket = mysite:8055 master = true processes = 4 vacuum = …

python nginx uwsgi gevent
Django+Nginx+uWSGI = 504 Gateway Time-out

I am running Ubuntu 10.04, Django 1.3, Nginx 0.8.54 and uWSGI 0.9.7. Both Nginx and uWSGI load without error. However, when you access my …

python django nginx uwsgi
Supervisor fails to restart half of the time

I'm trying to deploy a Django app using Uwsgi and supervisor on a machine running Debian 8.1. When I restart via …

debian uwsgi systemd supervisord
bind(): No such file or directory [core/socket.c line 230]

I'm trying to create a unix socket application for a run in uWSGI... but does not allow me to create …

uwsgi unix-socket
How to create one uwsgi log file per day?

I use uwsgi with the parameter --daemonize /logs/uwsgi.log This file is however becoming large and I would like …

logging uwsgi log-rotation
Error while installing uWSGI on mac

I need uWSGI for running a django project. So when i'm trying to install uWSGI, its giving me an error …

django uwsgi
Difference between uwsgi_pass and proxy_pass in Nginx?

I'm running uWSGI behind Nginx and have been using proxy_pass to get Nginx to hit uWSGI. Is there any …

nginx uwsgi