LFSトップ | Japanese Only2010/01/24

mod_fastcgi-2.4.6

はじめに

参考リンク

ホームページ: http://www.fastcgi.com/
ソース: http://www.fastcgi.com/dist/mod_fastcgi-2.4.6.tar.gz

依存パッケージ

Apache: BLFSブック本サイトメモ
FastCGI: 本サイトメモ

ビルド

cp Makefile.AP2 Makefile
make top_dir=/usr/lib/apache
make install top_dir=/usr/lib/apache

設定

cd /etc/apache/extra
cat > httpd-fastcgi.conf << "EOF"
LoadModule fastcgi_module     lib/apache/mod_fastcgi.so
EOF
vi /etc/apache/httpd.conf
	...
	Include /etc/apache/extra/httpd-fastcgi.conf
	...
/etc/rc.d/init.d/apache restart

ベース環境

cat /etc/lfs-release
SVN-20100109


松 山 道 夫 Michio Matsuyama
michio *underscore* matsuyama *atmark* yahoo *period* co *period* jp