What exactly do I need to modify in the Apache .conf file to ghet php to work?
if you are using APXS you need to add; LoadModule php4_module libexec/libphp4.so AddModule mod_php4.c
And then... AddType application/x-httpd-php .php
And you may want to add index.php or what ever to your DirectoryIndex list.