...
Configure Apache to use mod_wsgi
First we need to check if apache is loading mod_python, search the httpd configs in /etc/httpd/
recursively for the string "python_module". If this module is loaded, commented comment it out.
In the main httpd config file: /etc/httpd/httpd.conf, include the eas config file mad.htconf.
...