If apache has PHP compiled in as a module, properly, no additional conf file configuration is necessary. I would suggest looking into Apache and PHP doumentation.
As a tip.......
find the path to your httpd binary... run
/path/to/binary -l
if you see mod_php3.c
or mod_php4.c, listed you should be good to go.