in reply to Yum install of Apache & mod_perl

Did you check the apache logfiles?

Here is a simple test whether mod_perl is running: You should be able to increment a variable declared with local or our and print it on the webpage. Without mod_perl the variable would always be 1. With mod_perl it should increment with every reread of the page (at least if I understand mod_perl correctly)