httpd-devel と python-devel-2.5 が必要。
$ ls /usr/sbin/apxs
/usr/sbin/apxs
$ rpm -qf /usr/sbin/apxs
httpd-devel-2.2.4-4
$ ls /usr/lib/python2.5/config/Makefile
/usr/lib/python2.5/config/Makefile
$ rpm -qf /usr/lib/python2.5/config/Makefile
python-devel-2.5-12.fc7
$ svn co -r 255 http://modwsgi.googlecode.com/svn/trunk/ modwsgi
$ cd modwsgi
$ ./configure
$ make
$ ls .libs/mod_wsgi.so
.libs/mod_wsgi.so
$ sudo cp .libs/mod_wsgi.so /etc/httpd/modules/.
