Top "Uwsgi" questions

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

How do I run uwsgi with virtualenv

I'm currently developing my first real python flask project and am about to set up the build server to deploy …

python flask virtualenv uwsgi
Flask and uWSGI - unable to load app 0 (mountpoint='') (callable not found or import error)

I get the below error when I try and start Flask using uWSGI. Here is how I start: > # cd .. &…

python flask uwsgi
nginx.service: Failed to read PID from file /run/nginx.pid: Invalid argument

I'm working through https://www.digitalocean.com/community/tutorials/how-to-serve-django-applications-with-uwsgi-and-nginx-on-ubuntu-16-04. I've completed the tut but I'm getting a 502 error. …

python django ubuntu nginx uwsgi
Why is PyMongo 3 giving ServerSelectionTimeoutError?

I'm using: Python 3.4.2 PyMongo 3.0.2 mongolab running mongod 2.6.9 uWSGI 2.0.10 CherryPy 3.7.0 nginx 1.6.2 uWSGI start params: --socket 127.0.0.1:8081 --daemonize --enable-threads --threads 2 --processes 2 I setup …

python mongodb uwsgi mlab pymongo-3.x
uWSGI won't reload, restart or let me run service

I have a fairly big issue. I am very new to uwsgi and am not 100% sure on how to debug …

django wsgi uwsgi
Nginx timeouts when uWSGI takes long to process request

I have Nginx + uWSGI for Python Django app. I have the following in my nginx.conf: location / { include uwsgi_params; …

nginx configuration uwsgi connection-timeout
rebuild uwsgi with pcre support

when running uwsgi i get the following message: !!! no internal routing support, rebuild with pcre support !!! I already have installed …

pcre uwsgi
ImportError: No module named django.core.wsgi for uwsgi

I'm using uwsgi for my Django(version =1.4) project, but there's an error if I run uwsgi --ini django.ini from …

python django uwsgi
nginx + uwsgi: -- unavailable modifier requested: 0 --

Ubuntu 12.04, nginx 1.2.0, uwsgi 1.0.3. I start uwsgi with the following command: uwsgi -s 127.0.0.1:9010 -M -t 30 -A 4 -p 4 -d /var/log/uwsgi.…

nginx uwsgi ubuntu-12.04
uWSGI request timeout in Python

Trying to set the timeout for requests in uWSGI, I'm not sure of the correct setting. There seem to be …

python uwsgi