RedHatEL5にmod_pythonをインストール
404 Not Found
mod_pythonをyumからでなく、ソースからビルドインストールしようとしたら、
失敗した。ググってみると、次のメーリングリストが。
[mod_python] Build problem - apxs:Error: Command failed with rc=65536
Thanks alot, checking it out from apache's svn repository and building it from there fixed the problem. https://svn.apache.org/repos/asf/quetzalcoatl/mod_python/trunk
チェックアウト後、ビルドするとうまくいく…。
ようやく、Webサーバができた。