Top "Mod-wsgi" questions

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

Python : How to parse the Body from a raw email , given that raw email does not have a "Body" tag or anything

It seems easy to get the From To Subject etc via import email b = email.message_from_string(a) bbb = …

python email python-2.7 mod-wsgi wsgi
"make_sock: could not bind to address [::]:443" when restarting apache (installing trac and mod_wsgi)

I'm trying to install trac and mod_wsgi over SSL. I tried to manually install it, but that didn't work …

apache ubuntu mod-wsgi trac
Target WSGI script cannot be loaded as Python module

I am trying to deploy mod_wsgi with apache to run a django application but I am getting an error 500 …

python django apache mod-wsgi wsgi
Difference between socket and websocket?

I'm building web app that needs to communicate with another application using socket connections. This is new territory for me, …

sockets websocket mod-wsgi
How to install python developer package?

I am trying to get mod_wsgi 3.3 to work. When I run make it is telling me that I am …

python linux amazon-ec2 mod-wsgi
Django stops working with RuntimeError: populate() isn't reentrant

I've been developing a Django web application deployed on an Apache server with WSGI, and everything has been going smoothly. …

django apache mod-wsgi django-wsgi
error: can't start new thread

I have a site that runs with follow configuration: Django + mod-wsgi + apache In one of user's request, I send another …

python django multithreading mod-wsgi httplib
Apache mod_wsgi error: Forbidden You don't have permission to access / on this server

I'm using Ubuntu 10.04. I create a django project under /home/wong2/Code/python/django2/ named atest and create a wsgi …

python django apache mod-wsgi wsgi
multiple django sites with apache & mod_wsgi

I want to host several sites with under the same server which uses Debian 5, say I have site1, site2 and …

python django apache2 hosting mod-wsgi
How to install & configure mod_wsgi for py3

I installed & configured mod_wsgi for python2.7 but now I would also like to have mod_wsgi for py3 …

python apache python-3.x apache2 mod-wsgi