Top "Wsgi" questions

Web Server Gateway Interface (WSGI) is a standard for web applications written in Python.

How to get the version of wsgi_mod which apache used?

I am using ubuntu 12.041 and installed apache through apt-get. I don't know what version of mod_wsgi i am using …

apache mod-wsgi wsgi
SSL on Apache2 with WSGI

I am trying to set up SSL on a Django site I maintain and having a bit of trouble setting …

ssl apache2 wsgi
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
How to perform periodic task with Flask in Python

I've been using Flask to provide a simple web API for my k8055 USB interface board; fairly standard getters and …

python web-services api flask wsgi
Setting up Django on AWS Elastic Beanstalk: WSGIPath not found

I've been trying for several days now to set up Django under Amazon Web Services' Elastic Beanstalk. I think the …

django amazon-web-services wsgi amazon-elastic-beanstalk django-wsgi
Django ImproperlyConfigured: WSGI application 'myproject.wsgi.application' could not be loaded; Error importing module

I have an almost fresh install of django and when I try to python manage.py runserver.It is is …

python 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
django error: ImproperlyConfigured: WSGI application

My application was working last night, not sure why it won't work this morning. I think that all I did …

python django wsgi django-middleware
Python, WSGI, multiprocessing and shared data

I am a bit confused about multiproessing feature of mod_wsgi and about a general design of WSGI applications that …

python multiprocessing mod-wsgi wsgi