Top "Mod-wsgi" questions

The mod_wsgi module is a python WSGI adapter module for Apache.

How to install mod_wgsi for apache 2.4+ with python3.5 on CentOS 7

As title says "How to install mod_wgsi for python3.5 on CentOS 7"? $pip3.5 install mod_wgsi did not work Collecting …

apache python-3.x centos mod-wsgi
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
Apache 2 + mod_wsgi + WSGIScriptAlias

I am currently doing research whether Python and Django are fit for a project that I'm going to work on (…

python django apache2 mod-wsgi httpd.conf
mod_wsgi isn't honoring WSGIPythonHome

I'm trying to get WSGI to run with a virtualenv setup. I have the virtualenv all working right: (virtualenv)dev:/…

python apache mod-wsgi
Script timed out before returning headers: wsgi.py on elastic beanstalk

I'm trying to deploy a Django application to Elastic Beanstalk. When I visit the page it never loads. The logs …

django apache mod-wsgi wsgi amazon-elastic-beanstalk
500 Error without anything in the apache logs

I am currently developing an application based on flask. It runs fine spawning the server manually using app.run(). I've …

python apache sqlalchemy mod-wsgi flask
Django Webfaction 'Timeout when reading response headers from daemon process'

My Django app on my production server hosted on Webfaction was working fine until I just tried to restart it …

django python-2.7 mod-wsgi webfaction
Django, apache, mod_wsgi - Error: Premature end of script headers

Apache logs in mode debug: [Tue Dec 21 11:36:33 2010] [info] [client 1.53.149.114] mod_wsgi (pid=24831, process='mysite', application='mysite.com|'): Loading WSGI …

django apache apache2 mod-wsgi centos
Django memory usage going up with every request

I moved my first Django project from DjangoEurope to Webfaction, and that started an issue looking like a memory leak. …

python django memory-leaks mod-wsgi
Stuck with deploying django with apache + mod_wsgi

I get an 500 internal server error and in the log files it writes: [Thu Jun 14 16:30:22 2012] [error] [client 127.0.0.1] ImportError: Could not …

django deployment apache2 mod-wsgi error-log