Apache 2.0 mod_perl インストール

投稿者:

http://archive.apache.org/dist/perl/ ここから最新版をダウンロードする
tar xzf mod_perl-2.0-current.tar.gz
cd mod_perl-2.0.3
perl Makefile.PL MP_APXS=/usr/local/apache2/bin/apxs
make
make test
make install
httpd.conf に追加
LoadModule perl_module modules/mod_perl.so
Apache 再起動

Thank you for reading this post, don't forget to subscribe!