Top "Mod-wsgi" questions

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

Django + mod_wsgi + apache2 - child process XXX still did not exit, sending a SIGTERM

I am getting intermittent errors - child process XXX still did not exit, sending a SIGTERM.. and then a SIGKILL. …

django python-2.7 apache2 mod-wsgi django-wsgi
mod_wsgi: ImportError: No module named 'encodings'

I'm using Apache 2.2.15 on CentOS 6.5. I'm trying to set up a Django app using mod_wsgi. I'm using a virtual …

python apache centos mod-wsgi selinux
ImportError: numpy.core.multiarray failed to import while using mod_wsgi

I'm having trouble running a web.py script in mod_wsgi. The Script uses numpy and opencv. Here are the …

python opencv numpy mod-wsgi web.py
Deploying multiple django apps on Apache with mod_wsgi

I want to deploy two different django apps in the same host: The first will correspond to the url /site1 …

django apache mod-wsgi
Apache + mod_wsgi vs nginx + gunicorn

I want to deploy a django site (it is the open source edx code on github). I am faced with …

django apache nginx mod-wsgi gunicorn
Unescape Python Strings From HTTP

I've got a string from an HTTP header, but it's been escaped.. what function can I use to unescape it? …

python http header urllib2 mod-wsgi
Python - why can I import modules without __init__.py at all?

I'm new to Python and I still can't get my head around why we need a __init__.py file to …

python python-2.7 mod-wsgi
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc5

UnicodeDecodeError: 'ascii' codec can't decode byte 0xc5 in position 537: ordinal not in range(128), referer: ... I always get this error when …

python python-2.7 mod-wsgi mako
Django Apache and Virtualenv ImportError: No module named site

The error from apache after a 504 page [info] mod_wsgi (pid=): Python home /var/venv/mybox. [info] mod_wsgi (pid=): …

django virtualenv mod-wsgi centos6
Getting Flask to use Python3 (Apache/mod_wsgi)

I've got a basic "hello world" Flask app running. I'm on Ubuntu 14.04, using Apache 2.4. I've installed mod_wsgi. I've created …

python-3.x flask mod-wsgi