Top "Mod-python" questions

Mod_python is an Apache module that embeds the Python interpreter within the server.

Differences and uses between WSGI, CGI, FastCGI, and mod_python in regards to Python?

I'm just wondering what the differences and advantages are for the different CGI's out there. Which one would be best …

python cgi fastcgi wsgi mod-python
Django newbie deployment question - ImportError: Could not import settings 'settings'

The app runs fine using django internal server however when I use apache + mod_python I get the below error …

python django deployment mod-python
How to setup and run Python on Wampserver?

Can anyone help me to set up Python to run on Wampserver. From what I've read so far you would …

python apache installation mod-python wampserver
Reducing Django Memory Usage. Low hanging fruit?

My memory usage increases over time and restarting Django is not kind to users. I am unsure how to go …

python django profiling memory-management mod-python
Access-Control-Allow-Origin: * not working?

Classic "Origin ... is not allowed by Access-Control-Allow-Origin" problem. Two machines serve contents for the same website. When machine A does …

mod-python cors
apxs:Error: Command failed with rc=65536

Centos 6.4, WHM 11.38.1 I'm having trouble trying to make mod_python work. I'm getting this error apxs:Error: Command failed with …

mod-python apxs2
404 error while executing .py file in cgi-bin using apache2

previously i had error in installing apache2 for python, this is the link I thought i should continue there but …

apache2 mod-python cgi-bin
Why can't I disable .htaccess in Apache?

This is the opposite problem from most about which I have read. I am running Ubuntu 8.04 on an Amazon instance …

.htaccess apache2 mod-python
mod_python for python 2.7

I recently downloaded python 2.7 on my computer (x64) and I would like to install mod_python for it (I have …

python python-2.7 mod-python
Mod_python error: ImportError: Could not import settings

Trying to get Django to work with Apache, and I'm getting the following error: ImportError: Could not import settings 'MyDjangoApp.…

django apache mod-python