mod_python help!

2006-02-16 Thread treelife
I'm getting and internal server error when | run the following mod_python script. I am actually trying to run Django. Script: from mod_python import apache def handler(req): req.content_type = 'text/plain' req.write("Under Construction") return apache.OK Here is some other relevant

mod_python installation

2006-01-30 Thread treelife
I am having real difficulties just installing mod_python on my server which runs Debian 3.1 and Apache 2.0.x ( I believe x=.54) Firstly, Debian 3.1 does not have a python2.4 version of the software for Apache2.0( I run python 2.4.1) and when I install the python2.3 version, Apache is giving me s