# ln -s /usr/local/lib/libpython2.7.so.1.0 /usr/lib64/
References :
Python executable not finding libpython shared library - Stack Overflow
# ln -s /usr/local/lib/libpython2.7.so.1.0 /usr/lib64/
# yum install mercurial httpd-devel
$ hg clone https://code.google.com/p/modwsgi/
$ cd modwsgi/mod_wsgi
$ ./configure --with-apxs=/usr/sbin/apxs --with-python=/usr/local/bin/python2.7
$ make
# make install
# vi /etc/httpd/conf/httpd.conf
LoadModule wsgi_module modules/mod_wsgi.so