Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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 apache 2.2), however, I can't find a mod_python release supporting python 2.7. Has development stopped? If so, what should I use instead?

like image 362
T0xicCode Avatar asked Jul 12 '10 02:07

T0xicCode


1 Answers

Development on mod_python has stopped and its use is no longer recommended. I suggest mod_wsgi

From the mod_python Django documentation:

Support for mod_python has been deprecated, and will be removed in Django 1.5. If you are configuring a new deployment, you are strongly encouraged to consider using mod_wsgi or any of the other supported servers.

like image 86
Manfre Avatar answered Oct 06 '22 16:10

Manfre