Erik
Add the following lines to your httpd.conf file, the first line should already be in your httpd.conf from compiling PHP with apache correctly.
php4_module modules/libphp4.so
AddType application/x-httpd-php .php
<files *.php>
SetOutputFilter PHP
SetInputFilter PHP
</Files>