in reply to how about mod_perl???

Since you're able to install apache and mod_perl, this is a PHP question. Take a look at the PHP/apache installation guide.

General advise: compile PHP as a shared module, and mod_perl as a built-in module (not shared) for stability reasons.

Joost