wget http://perl.apache.org/dist/mod_perl-2.0-current.tar.gz tar xfvz mod_perl-2.0-current.tar.gz cd mod_perl-2.0.4/
perl Makefile.PL MP_APXS=/usr/local/apache/bin/apxs make && make test make install
LoadModule perl_module modules/mod_perl.so
edit